POV-Ray : Newsgroups : povray.newusers : Follow the inner contour in a merge : Follow the inner contour in a merge Server Time
29 Jul 2024 16:25:12 EDT (-0400)
  Follow the inner contour in a merge  
From: Oleguer Vilella
Date: 10 Aug 2005 04:29:18
Message: <42f9bade$1@news.povray.org>
Hi all,

First I'm going to put a small part of code:
======================================
merge{
sphere { <0, 0, 0>, 1
translate -0.5*x
scale <1.2, 0, 0>
}
sphere { <0, 0, 0>, 0.5
translate 0.7*x
scale <1.4, 0, 0>
}
======================================
After that I've the transformations, the colors and I've clipped_by with a 
plane { z, 0} and it's empty using hollow.

Now I want to put a thread following the inside part of the two spheres. The 
only way is creating a spline and using it like a function?

Thanks in advance,
Oleguer


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.