Click or drag to resize
SoDirectVizManagersubRecursion Property

Enables/disables recursion when subsampling the scene.

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

Property Value

Type: SoSFBool
Remarks

Rendering may be sped up during interaction with the scene or when scene is animated by setting subRecursion to false: it will force the recursion limit to 1 and therefore prevent reflections and refractions. Default is true.

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

See Also