POV-Ray : Newsgroups : povray.general : Siggy : Siggy Server Time
6 Aug 2024 12:20:58 EDT (-0400)
  Siggy  
From: Corey Woodworth
Date: 22 Mar 2002 07:24:59
Message: <3c9b229b@news.povray.org>
After seeing everyone's spiffy sigs I thought I'd try one:

#declare Rad=.8;#declare Str=1;#declare Thresh=.7;#declare I=1;union{blob{
threshold Thresh #while(I<=5)sphere{<-I,1,10>,Rad,Str}sphere {<-I,-1,
10>,Rad,
Str}#declare I=I+1;#end sphere{<-5,0,10>,Rad,Str}}blob{threshold Thresh
sphere
{<5,1,10>,Rad,Str}sphere{<5,0,10>,Rad,Str}sphere{<3,0,10>,Rad,Str}sphere{<1,
0,
10>,Rad,Str}sphere{<1,1,10>,Rad,Str}#declare I=1;#while(I<=
5)sphere{<I,-1,10>
,Rad,Str}#declare I=I + 1;#end}scale 20 pigment{color rgb 10.0}}


Post a reply to this message

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