SoGLRenderActionSetSmoothing Method |
Sets smoothing flag.
Namespace: OIV.Inventor.Actions
When on, smoothing uses OpenGL's line- and point-smoothing features to provide cheap antialiasing of lines and points. Smoothing is required to render points as circles instead of squares. The default is false.
The default value can be set using the environment variable OIV_GL_SMOOTHING (0 = false, 1 = true).