POV-Ray : Newsgroups : povray.general : Status of Moray? : Re: New SDL for POVRay Server Time
14 Jul 2025 06:34:01 EDT (-0400)
  Re: New SDL for POVRay  
From: Kyle
Date: 26 Sep 2007 08:22:24
Message: <0tikf3pte7k1v5eqhkacs9s1p3v1blrlal@4ax.com>
I'm sure this has already been requested at some point, but I'd like to have the
ability to define image parameters from within the scene file.  These parameters must
currently be defined at the
command line or within an ini file.

For example:

#declare Image.width = 800;
#declare Image.height = 600;
#declare Image.antialiasing.threshold = 0.1;

Or alternatively, if the current syntax is retained, something like this:

#declare image_width = 800;
#declare image_height = 600;
#declare image_antialiasing_threshold = 0.1;


Post a reply to this message

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