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: 9.9.13.0 (9.9.13.0)
Syntax
public bool OnAntialiasingSwitch(
	out 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 SoSceneManager.setAntialiasing 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