hslt: expose render timeout to ui
parent
4ce6960230
commit
0a49106ad1
|
@ -593,6 +593,9 @@
|
||||||
Specifies the minimum path depth, after which the implementation will start to use the
|
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).
|
"russian roulette" path termination criterion (set to <tt>-1</tt> to disable).
|
||||||
</param>
|
</param>
|
||||||
|
<param name="timeout" readableName="Timeout" type="integer" default="0">
|
||||||
|
Rendering budget in seconds
|
||||||
|
</param>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<plugin type="integrator" name="mlt" readableName="Path Space MLT" show="true"
|
<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">
|
<param name="probFactor" readableName="Probability factor" type="float" default="50" importance="1">
|
||||||
Probability factor ("lambda") of the manifold perturbation
|
Probability factor ("lambda") of the manifold perturbation
|
||||||
</param>
|
</param>
|
||||||
|
<param name="timeout" readableName="Timeout" type="integer" default="0">
|
||||||
|
Rendering budget in seconds
|
||||||
|
</param>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<plugin type="integrator" name="erpt" readableName="Energy redistribution path tracing" show="true"
|
<plugin type="integrator" name="erpt" readableName="Energy redistribution path tracing" show="true"
|
||||||
|
|
Loading…
Reference in New Issue