hslt: expose render timeout to ui

metadata
johannes hanika 2014-11-04 11:52:36 +01:00 committed by Wenzel Jakob
parent 4ce6960230
commit 0a49106ad1
1 changed files with 6 additions and 0 deletions

View File

@ -593,6 +593,9 @@
Specifies the minimum path depth, after which the implementation will start to use the
"russian roulette" path termination criterion (set to <tt>-1</tt> to disable).
</param>
<param name="timeout" readableName="Timeout" type="integer" default="0">
Rendering budget in seconds
</param>
</plugin>
<plugin type="integrator" name="mlt" readableName="Path Space MLT" show="true"
@ -663,6 +666,9 @@
<param name="probFactor" readableName="Probability factor" type="float" default="50" importance="1">
Probability factor ("lambda") of the manifold perturbation
</param>
<param name="timeout" readableName="Timeout" type="integer" default="0">
Rendering budget in seconds
</param>
</plugin>
<plugin type="integrator" name="erpt" readableName="Energy redistribution path tracing" show="true"