Click or drag to resize
SoWinGLWidgetSetFullSceneAntialiasingHQ Method

Note: This API is now obsolete.

Enables or disables the high quality mode for full-scene antialiasing (FSAA).

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

Parameters

enable
Type: SystemBoolean

Return Value

Type: Boolean
Remarks

This feature requires the GL_MULTISAMPLE_FILTER_HINT_NV extension.Obsoletesince Open Inventor 9100 Use setAntialiasing(SoAntialiasingParameters*) with an SoFullSceneAntialiasingParameters object.

See Also