Click or drag to resize
SoSceneManagerSetAntialiasing Method (SoAntialiasingParameters)

Enable (or disable) antialiasing with specific parameters.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetAntialiasing(
	SoAntialiasingParameters advancedParameters
)

Parameters

advancedParameters
Type: OIV.Inventor.AntialiasingSoAntialiasingParameters

Provides specific parameters for an antialiasing mode. Use a null parameter to turn off antialiasing or use one of the subclasses of OIV.Inventor.Antialiasing.SoAntialiasingParameters.

Remarks

Use one of the subclasses of OIV.Inventor.Antialiasing.SoAntialiasingParameters. The antialiasing mode is determined by which subclass is used to set the parameters. For example, passing an OIV.Inventor.Antialiasing.SoFXAAParameters object automatically sets FXAA mode. Note that the parameters are overridden if a quality and mode are subsequently set using the OIV.Inventor.SoSceneManager.SetAntialiasing(System.Single, OIV.Inventor.SoSceneManager.AntialiasingModes) method.

NOTES

See Also