POV-Ray : Newsgroups : povray.newusers : Isosurface troubles : Re: Isosurface troubles Server Time
4 Sep 2024 16:13:58 EDT (-0400)
  Re: Isosurface troubles  
From: Mike Williams
Date: 22 Oct 2002 17:39:26
Message: <auRtmJA2Uct9EwlZ@econym.demon.co.uk>
Wasn't it nathan_2002 who wrote:
>The following is a scene of a narrow canyon. How do I get the groove do bend
>left or right, so I can see the canyon curve to the left and right(and set
>the bounding box smaller) ?

Do you mean something like

function {-pow(2,abs(x-(z*z/800)))+y-f_noise3d(x*5, y*5, z*5)*2
+2-f_noise_generator(x,y,z, 1)*2 } //open

The smaller the value (800 in the above) the tighter the curve, but if
you set it much smaller you have to move the camera so that it stays
outside the object.

-- 
Mike Williams
Gentleman of Leisure


Post a reply to this message

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