Click or drag to resize
SoSceneManagerSetAntialiasingEventListener Method

Sets an event listener which is called when the antialiasing configuration is modified.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetAntialiasingEventListener(
	SiAntialiasingEventListener listener
)

Parameters

listener
Type: OIV.Inventor.AntialiasingSiAntialiasingEventListener

The listener object.

Remarks

It is useful to define this listener because the scene manager is not responsible for the pixelformat changes required for the FSAA and accumulation algorithms. The Open Inventor viewer classes use the listener to automatically switch the pixel format (not necessary for application to handle this when using a viewer class).

See Also