|
|
Hi, when I render the code below and stop during pretrace then change
background color to rgb 0 and render again, I get a white box that looks
like if it was illuminated from the background.
global_settings{
radiosity{}}
background{rgb 1}
camera{
location<10,10,-10>
look_at<0,0,0>}
box{-5,5
pigment{rgb 1}
finish{diffuse 1 ambient 0}}
433 Celeron 64 MB Win 98 SE POV beta 10
--
#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
|
|
|
|
Simon Adameit schrieb in Nachricht <3c49968f@news.povray.org>...
>Hi, when I render the code below and stop during pretrace then change
>background color to rgb 0 and render again, I get a white box that looks
>like if it was illuminated from the background.
Confirmed.
PII 450, 128 MB, Win 98, Pov 3.5 beta 10
Post a reply to this message
|
|