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