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