Click or drag to resize
SoDirectVizManageradaptiveOversampling Property

Enables/disables adaptive oversampling rendering.

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

Property Value

Type: SoSFBool
Remarks

Default is false.

Adaptive oversampling reduces aliasing only near aliased pixels in the image. The initial value can be set using the environment variable DIRECTVIZ_ADAPTIVE_OVERSAMPLING. See SoPreferences. Since Open Inventor 7.2

See Also