Click or drag to resize
SoWinGLWidgetIsFullSceneAntialiasingHQAvailable Method

Note: This API is now obsolete.

Returns true if high quality full-scene antialiasing (FSAA) is available.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public bool IsFullSceneAntialiasingHQAvailable()

Return Value

Type: Boolean
Remarks

This feature requires the GL_MULTISAMPLE_FILTER_HINT_NV extension.Obsoletesince Open Inventor 9100 See the appropriate subclass of SoGLGraphicConfig, e.g. SoWinGLGraphicConfig.

See Also