Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
On 04/05/2016 at 11:39, xxxxxxxx wrote:
I'm looking to integrate physical renderer settings into a pipelined scene setup routine, and I'm not able to find any documentation on the subject anywhere.
The specific settings i'm looking to modify are the Sampler ("Adaptive"), Sampling Quality ("Automatic") and the Shading Error Threshold ("1%").
I've checked the Python and C++ documentation, and done a deep search in the modules folder for any .h file that might point to these values, but I've come up dry.
Does anyone know if it's possible to modify these settings as part of a script?
Thanks!
On 04/05/2016 at 11:55, xxxxxxxx wrote:
Nevermind -- figured it out.
For future googlers -- look for the XMBSampler module.