|
|
Is it me or are the console text output options not working?
#local a = 0;
#while (a<100000)
#debug "This is a message\n"
#local a = a + 1;
#end
Using the switches -GA or -GD to render this scene does not turn off the
messages.
(Gentoo 2.4.25-r2, Official POV 3.6.1)
Florian
--
camera{look_at-y*10location<8,-3,-8>*10}#local a=0;#while(a<999)sphere{
#local _=.01*a-4.99;#local p=a*.01-5;#local c=.01*a-4.995;<sin(p*pi)*5p
*10pow(p,5)*.01>sin(c*c*c*.1)+1pigment{rgb 3}}#local a=a+1;#end
/******** http://www.torfbold.com ******** http://www.imp.org ********/
Post a reply to this message
|
|