NAME

PointSmoothEnable - 3D API smooth point rasterization enable

USAGE

PointSmoothEnable = bool(enable)

VALID ENUMERANTS

enable: true, false

DESCRIPTION

Set the OpenGL smooth point rasterization enable. 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 supported; consider using PointSpriteEnable as an alternative.

SEE ALSO

PointSpriteEnable, PolygonSmoothEnable, PointSmoothEnable