POV-Ray : Newsgroups : povray.general : Siggy : Re: Siggy Server Time
6 Aug 2024 12:21:34 EDT (-0400)
  Re: Siggy  
From: Corey Woodworth
Date: 22 Mar 2002 07:51:12
Message: <3c9b28c0$1@news.povray.org>
> > I tried to make it small. What is typical sig size?
> > 80 chars a line and so many lines?
>
> it is good to have less then 80 chars (78, 76) in 4 lines

#declare R=.8;#declare S=1;#declare T=.7;#declare I=1;union{blob{threshold T
#while(I<=5)sphere{<-I,1,10>,R,S}sphere {<-I,-1,10>,R,S}#declare I=I+1;#end
sphere{<-5,0,10>,R,S}}blob{threshold T sphere{<5,1,10>,R,S}sphere{<5,0,10>,R
,S} sphere{<3,0,10>,R,S}sphere{<1,0,10>,R,S}sphere{<1,1,10>,R,S}#declare I=1
;#while(I<=5)sphere{<I,-1,10>,R,S}#declare I=I + 1;#end} pigment{rgb 10.0}}

One line too long :(

> be carefull - in next post I will post my version of your sig
> if you prefer own fun with adjusting then don't look there :-)

Well considering I'm such a novice with macros I might have a look
Should be fun! :)

Corey


Post a reply to this message

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