Click or drag to resize
SoRenderToTargetantialiasingQuality Property

This field defines the antialiasing quality between 0.0 and 1.0 for the rendering.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFFloat antialiasingQuality { get; }

Property Value

Type: SoSFFloat
Remarks

The value 1.0 represents the maximun quality possible on this hardware. Default is 0.

NOTE: Hardware limitations: The result depends on the support for multisampling in FBO or the FSAA support for PBuffers.

See Also