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
|