POV-Ray : Newsgroups : povray.general : -QR setting : Re: -QR setting Server Time
2 Aug 2024 14:18:00 EDT (-0400)
  Re: -QR setting  
From: Florian Brucker
Date: 24 Sep 2004 13:05:29
Message: <415453d9@news.povray.org>
> It used to be that radiosity could be turned on and off from the command 
> line with +QR/-QR, but not anymore. Is this really the way most people 
> would like to have it?

A way to achieve this without the (dropped) command lines parameters:

#declare USE_RADIOSITY = on;

global_settings {
	#if (USE_RADIOSITY)
		radiosity {
			//your settings here
		}
	#end
}

HTH,
Florian
-- 
Minimum Requirement #6: You have setup three quake servers in your
company without the sysadmin noticing
(WEB.DE help-wanted ad: Linux Guru)
[------------ http://www.torfbold.com - POV-Ray gallery ------------]


Post a reply to this message

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