Click or drag to resize
SoWinGLWidgetGetFullSceneAntialiasing Method

Note: This API is now obsolete.

Returns true if FSAA is currently enabled.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public bool GetFullSceneAntialiasing(
	out float quality
)

Parameters

quality
Type: SystemSingle

Return Value

Type: Boolean
Remarks

Also returns the current quality value.Obsoletesince Open Inventor 9100 Use getAntialiasingMode() or getAntialiasingQuality() to get this information.

See Also