#include <mtypes.h>
Data Fields | |
| GLenum | FrontFace |
| Either GL_CW or GL_CCW. More... | |
| GLenum | FrontMode |
| Either GL_POINT, GL_LINE or GL_FILL. More... | |
| GLenum | BackMode |
| Either GL_POINT, GL_LINE or GL_FILL. More... | |
| GLboolean | _FrontBit |
| 0=GL_CCW, 1=GL_CW. More... | |
| GLboolean | CullFlag |
| Culling on/off flag. More... | |
| GLboolean | SmoothFlag |
| True if GL_POLYGON_SMOOTH is enabled. More... | |
| GLboolean | StippleFlag |
| True if GL_POLYGON_STIPPLE is enabled. More... | |
| GLenum | CullFaceMode |
| Culling mode GL_FRONT or GL_BACK. More... | |
| GLfloat | OffsetFactor |
| Polygon offset factor, from user. More... | |
| GLfloat | OffsetUnits |
| Polygon offset units, from user. More... | |
| GLboolean | OffsetPoint |
| Offset in GL_POINT mode. More... | |
| GLboolean | OffsetLine |
| Offset in GL_LINE mode. More... | |
| GLboolean | OffsetFill |
| Offset in GL_FILL mode. More... | |
|
|
0=GL_CCW, 1=GL_CW.
|
|
|
Either GL_POINT, GL_LINE or GL_FILL.
|
|
|
Culling mode GL_FRONT or GL_BACK.
|
|
|
Culling on/off flag.
|
|
|
Either GL_CW or GL_CCW.
|
|
|
Either GL_POINT, GL_LINE or GL_FILL.
|
|
|
Polygon offset factor, from user.
|
|
|
Offset in GL_FILL mode.
|
|
|
Offset in GL_LINE mode.
|
|
|
Offset in GL_POINT mode.
|
|
|
Polygon offset units, from user.
|
|
|
True if GL_POLYGON_SMOOTH is enabled.
|
|
|
True if GL_POLYGON_STIPPLE is enabled.
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001