Click or drag to resize
SoWinGLWidgetIsFullSceneAntialiasingAvailable Method

Note: This API is now obsolete.

Returns true if FSAA is supported by current pixel format.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See the appropriate subclass of OIV.Inventor.Components.SoGLGraphicConfig, e.g. OIV.Inventor.Components.SoWinGLGraphicConfig.")]
public bool IsFullSceneAntialiasingAvailable()

Return Value

Type: Boolean
Remarks

Obsoletesince Open Inventor 9100. See the appropriate subclass of OIV.Inventor.Components.SoGLGraphicConfig, e.g. OIV.Inventor.Components.SoWinGLGraphicConfig.

See Also