Name
PointSizeMax - 3D API point size max
Usage
PointSizeMax = float(max)
Valid Enumerants
max: floating point value
Description
Specify the maximum point size.
See the GL_POINT_SIZE_MAX description on the OpenGL glPointParameter manual page for details.
See the D3DRS_POINTSIZE_MAX render state description for DirectX 9.
The standard reset callback sets the PointSizeMax state to the maximum value returned by glGet for parameter value GL_SMOOTH_POINT_SIZE_RANGE.
Opengl Functionality Requirements
OpenGL 1.0
Direct3D Functionality Requirements
DirectX 9
See Also
PointScaleEnable,
PointScale_A,
PointScale_B,
PointScale_C,
PointSizeMin,
PointSize,
VertexProgramPointSizeEnable
|