Name
PointSpriteCoordReplace - 3D API point sprite coordinate replace
Usage
PointSpriteCoordReplace[i] = bool(enable)
Valid Enumerants
enable: true, false
Description
Replace texture coordinates with point sprite texture coordinates.
See the description of GL_COORD_REPLACE_ARB in the OpenGL ARB_point_sprite specification for details.
The standard reset callback sets the PointSpriteCoordReplace[i] state to bool(false).
Opengl Functionality Requirements
Support for extension ARB_point_sprite.
Direct3D Functionality Requirements
Not applicable.
See Also
PointSpriteCoordOrigin,
PointSpriteEnable,
PointSpriteRMode
|