Click or drag to resize
SoDirectVizManagernumProgressiveRenderingSteps Property

Specifies the number of steps (intermediate images) between subsampled rendering and full resolution rendering.

Namespace: OIV.DirectViz
Assembly: OIV.DirectViz (in OIV.DirectViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public SoSFInt32 numProgressiveRenderingSteps { get; }

Property Value

Type: SoSFInt32
Remarks

Must be greater than 0. Default is 5.

The initial value can be set using the environment variable DIRECTVIZ_RENDER_STEPS. See SoPreferences.

See Also