POV-Ray : Newsgroups : povray.general : My first POV signature : Re: My first POV signature Server Time
6 Aug 2024 23:25:01 EDT (-0400)
  Re: My first POV signature  
From: Simon Adameit
Date: 27 Dec 2001 06:47:37
Message: <3c2b0a59@news.povray.org>

53ul2ucaavvi89r3ll7g741sglojhic8th@4ax.com...
> On Thu, 27 Dec 2001 11:20:24 +0100, "Simon Adameit" <gom### [at] gmxde>
wrote:
> > How do you like it?
>
> nice, has enough place to add support for additional output in render
window (to
> remove unnecessary warning)
> for example
>
Good idea with this chr() thing. Here is the final signature.
(don't render with aa)

#local T=text{ttf"timrom.ttf""Simon Adameit".01,0}#local Y=1;#while(Y>-1)
#local X=0;#while(X<7)#local O=trace(T<X,Y><X,Y>+z);cylinder{<X-3,Y,5>*.01
<X-3,Y,5>*.01+5e-3,5e-5pigment{rgb 25*O}}#debug chr((O.gray!=0)*51+32)
#local X=X+.05;#end#debug"\n"#local Y=Y-.05;#end


Post a reply to this message

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