POV-Ray : Newsgroups : povray.general : Shortest code contest addendum : Re: Shortest code contest addendum Server Time
6 Aug 2024 21:42:08 EDT (-0400)
  Re: Shortest code contest addendum  
From: Simon Adameit
Date: 25 Jan 2002 06:29:53
Message: <3c5141b1@news.povray.org>
BTW: Should the entries be designed to look good with assumed_gamma 1?

--
#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(83-(O.x=0)*51)#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.