POV-Ray : Newsgroups : povray.advanced-users : isosurface - moving pattern : Re: isosurface - moving pattern Server Time
8 Jul 2024 19:54:27 EDT (-0400)
  Re: isosurface - moving pattern  
From: Samuel Benge
Date: 1 Jul 2007 14:41:38
Message: <4687f562@news.povray.org>
Warp wrote:
>   Another possibility, which I think few actually know, is to do something
> like this:
> 
> #declare IsoFunc =
>   function(x, y, z, a, b, c)
>   { max((y*y-1),(x*x-1),(z*z-1)) - pigmentFn(x+a,y+b,z+c).gray*0.75 };
> 
> isosurface { function { IsoFunc(x, y, z, 1, 2, 3) } }


Thanks Warp. I was one of the many.

~Sam


Post a reply to this message

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