Click or drag to resize
SiAntialiasingEventListenerOnAntialiasingSwitch Method

This method is called when the antialiasing parameters are modified in the scene manager.

Namespace: OIV.Inventor.Antialiasing
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool OnAntialiasingSwitch(
	SoSceneManagerAntialiasingModes mode,
	float quality,
	SoAntialiasingParameters parameters
)

Parameters

mode
Type: OIV.InventorSoSceneManagerAntialiasingModes
quality
Type: SystemSingle
parameters
Type: OIV.Inventor.AntialiasingSoAntialiasingParameters

Return Value

Type: Boolean

a boolean to indicates if the listener was able to configure the graphic device for the specified mode.

Remarks

The mode provided here is the actual mode. If the OIV.Inventor.SoSceneManager.SetAntialiasing(System.Single, OIV.Inventor.SoSceneManager.AntialiasingModes) method is called with AUTO, the mode provided here will be the algorithm selected by the scenemanager. The AUTO mode will never be used here.

See Also