SoGLRenderActionSetSmoothing Method |
Note: This API is now obsolete.
Namespace: OIV.Inventor.ActionsAssembly: 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
)
<ObsoleteAttribute("Obsolete since Open Inventor 101000. No longer used.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub SetSmoothing (
smooth As Boolean
)
public:
[ObsoleteAttribute(L"Obsolete since Open Inventor 101000. No longer used.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void SetSmoothing(
bool smooth
)
[<ObsoleteAttribute("Obsolete since Open Inventor 101000. No longer used.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member SetSmoothing :
smooth : bool -> unit
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 |
---|
Obsolete since Open Inventor 101000. No longer used. |
See Also