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.Win (in OIV.Inventor.Win.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
[ObsoleteAttribute("Use OIV.Inventor.Win.SoWinGLWidget.GetAntialiasingMode() or OIV.Inventor.Win.SoWinGLWidget.GetAntialiasingQuality() to get this information.")]
[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 OIV.Inventor.Win.SoWinGLWidget.GetAntialiasingMode() or OIV.Inventor.Win.SoWinGLWidget.GetAntialiasingQuality() to get this information.

See Also