POV-Ray : Newsgroups : povray.general : -GA not working? Server Time
2 Aug 2024 12:16:37 EDT (-0400)
  -GA not working? (Message 1 to 2 of 2)  
From: Florian Brucker
Subject: -GA not working?
Date: 9 Nov 2004 16:43:22
Message: <419139fa@news.povray.org>
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

From: =Bob=
Subject: Re: -GA not working?
Date: 9 Nov 2004 19:58:14
Message: <419167a6@news.povray.org>
:   #debug "This is a message\n"

-GD works in Win98, Pov 3.6.1
=Bob=


Post a reply to this message

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