POV-Ray : Newsgroups : povray.newusers : isosurface function - scale,move : Re: isosurface function - scale,move Server Time
29 Jul 2024 22:31:50 EDT (-0400)
  Re: isosurface function - scale,move  
From: Slime
Date: 30 Jan 2005 16:45:39
Message: <41fd5583$1@news.povray.org>
Judging from your post's topic, I'm assuming you want an easy way to
transform a function (scale/rotate/translate) that you're using in an
isosurface. For that I would suggest the IsoCSG library (
http://www-public.tu-bs.de:8080/~y0013390/pov/ic/ ). Then you can do
something like

#declare myfunc = function {x*x + y*y + z*z - 1}
#declare mynewfunc = IC_Transform (myfunc, transform {scale 3 rotate 90*x
translate y} )

 - Slime
 [ http://www.slimeland.com/ ]


Post a reply to this message

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