Name
LineStipple - 3D API line stipple
Usage
LineStipple = int2(factor, pattern)
Valid Enumerants
factor: integer value
pattern: integer value
Description
Specify the line stippling factor and pattern.
See the OpenGL glLineStipple manual page for details.
The standard reset callback sets the LineStipple state to int2(1, ~0).
Opengl Functionality Requirements
OpenGL 1.0
Direct3D Functionality Requirements
Not applicable.
See Also
LineStippleEnable,
PolygonStippleEnable
|