POV-Ray : Newsgroups : povray.general : revolving isosurfaces : Re: revolving isosurfaces Server Time
7 Aug 2024 01:24:12 EDT (-0400)
  Re: revolving isosurfaces  
From: Mike Williams
Date: 20 Dec 2001 16:23:02
Message: <lOg+MBArZlI8Ew9o@econym.demon.co.uk>
Wasn't it Gail Shaw who wrote:
>I'm trying to make a coil of rope by revolving the 3.5 function
>f_helix1 around an axis  and I just can't seem to it right
>
>Has anyone done this before?
>

Is this anything like what you ware attempting?

#declare F_Helix=
 function{f_helix1(x,y,z, 2, 20, 0.06, 0.04, 1, 1, 0)}

isosurface {
 function {F_Helix(f_r(x,y,z)-1, f_ph(x,y,z), z)}
 max_gradient 10
 contained_by {box {-1.5,1.5}}
 pigment {rgb 1}
 rotate y*45
}





-- 
Mike Williams
Gentleman of Leisure


Post a reply to this message

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