POV-Ray : Newsgroups : povray.binaries.images : Thightening an iso? : Re: Thightening an iso? Server Time
14 Aug 2024 03:23:36 EDT (-0400)
  Re: Thightening an iso?  
From: Simon Lemieux
Date: 16 Dec 2002 17:18:03
Message: <3DFE51DC.E3C8F1B@no_spam.com>
Geez...  Maybe you could explain to me how to modify my isosurface.
My problem is that I don't actually want a coil, I want much more, but
as a start, a coil would be fine!

Is it possible to have my isosurface make a "round" shape on the z axis
between (-x), (x), (-y) and (y), given a sinusoidal function that I
would define myself like this:
#macro myFunc(xy, z)
  #if(xy == 0)
    d*cos(z)
  #else
    d*sin(z)
  #end 
#end

(not sure if syntax is alright, but that's what my function would
basically look like)

Thanks Mark,
  Simon


Post a reply to this message

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