POV-Ray : Newsgroups : povray.beta-test : Problem with #read : Problem with #read Server Time
30 Jul 2024 06:22:37 EDT (-0400)
  Problem with #read  
From: Simon Adameit
Date: 2 Jan 2002 20:35:25
Message: <3c33b55d@news.povray.org>
Don't know if this is a bug but it seems to be a somehow strange behavior.
Try to render this and you will see what I mean.

#fopen wfile "nothing.txt" write
#fopen rfile "nothing.txt" read
#read(rfile,ahh)
#ifdef(ahh)
#local ohh=ahh;

433 Celeron Win 98 SE POV 3.5 beta 9

--
#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.