POV-Ray : Newsgroups : povray.advanced-users : Trace() and memory : Re: Trace() and memory Server Time
29 Jul 2024 20:14:38 EDT (-0400)
  Re: Trace() and memory  
From:
Date: 12 Dec 2001 21:19:31
Message: <er3g1u0n23okq486ph06v4sku4ot1b3ifp@4ax.com>

wrote:
> you want something like this ?

here are visualizations from showed code

http://news.povray.org/kk1f1u0tvda2ul55rclt1or8opfkah6i5j@4ax.com
http://news.povray.org/spkf1ugdk9ffq6q3shrfs0f1sqrgf8v9se@4ax.com

ABX
--
#declare _=function(a,b,x){((a^2)+(b^2))^.5-x}#default {pigment{color rgb 1}}
union{plane{y,-3}plane{-x,-3}finish{reflection 1 ambient 0}}isosurface{ //ABX
function{_(x-2,y,1)&_((x+y)*.7,z,.1)&_((x+y+2)*.7,z,.1)&_(x/2+y*.8+1.5,z,.1)}
contained_by{box{<0,-3,-.1>,<3,0,.1>}}translate z*15finish{ambient 1}}//POV35


Post a reply to this message

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