Click or drag to resize
SoDirectVizManagerprogressiveRendering Property

Activates/deactivates rendering with progressive resolution.

Namespace: OIV.DirectViz
Assembly: OIV.DirectViz (in OIV.DirectViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFBool progressiveRendering { get; }

Property Value

Type: SoSFBool
Remarks

Progressive rendering consists of making several render steps between the subsampled image and the full resolution image. The number of steps can be controlled with the numProgressiveRenderingSteps field. Default is false.

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

See Also