Name
PointSmoothEnable - 3D API point smooth enable
Usage
PointSmoothEnable = bool(enable)
Valid Enumerants
enable: true, false
Description
Enable/disable OpenGL antialiased point rendering.
See the GL_POINT_SMOOTH description on the OpenGL glEnable manual page for details.
The standard reset callback sets the PointSmoothEnable state to bool(false).
Opengl Functionality Requirements
OpenGL 1.0
Direct3D Functionality Requirements
Not applicable.
See Also
LineSmoothEnable,
PolygonSmoothEnable
|