Click or drag to resize
SoGLRenderActionSetSmoothing Method

Note: This API is now obsolete.

Sets smoothing flag.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
[ObsoleteAttribute("Obsolete since Open Inventor 101000. No longer used.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetSmoothing(
	bool smooth
)

Parameters

smooth
Type: SystemBoolean
Remarks

When on, smoothing uses OpenGL's line- and point-smoothing features to provide cheap antialiasing of lines and points. The default is false.

The default value can be set using the environment variable OIV_GL_SMOOTHING (0 = false, 1 = true).

Caution note Caution

Obsolete since Open Inventor 101000. No longer used.

See Also