|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
gluQuadricDrawStyle
The gluQuadricDrawStyle function specifies the draw style desired for quadrics.
void gluQuadricDrawStyle( GLUquadricObj *qobj, GLenum drawStyle );
Parameters
qobj
Specifies the quadrics object (created with gluNewQuadric).
drawStyle
Specifies the desired draw style. Valid values are GLU_FILL, GLU_LINE, GLU_SILHOUETTE, and GLU_POINT.
Remarks
The gluQuadricDrawStyle function specifies the draw style for quadrics rendered with qobj. The legal values are as follows:
GLU_FILL
Quadrics are rendered with polygon primitives. The polygons are drawn in a counterclockwise fashion with respect to their normals (as defined with gluQuadricOrientation).
GLU_LINE
Quadrics are rendered as a set of lines.
GLU_SILHOUETTE
Quadrics are rendered as a set of lines, except that edges separating coplanar faces will not be drawn.
GLU_POINT
Quadrics are rendered as a set of points.
See Also
gluNewQuadric, gluQuadricNormals, gluQuadricOrientation, gluQuadricTexture
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
gluQuadricDrawStyle
Функция gluQuadricDrawStyle определяет делать страстью стиля к quadrics.
пустота gluQuadricDrawStyle( GLUquadricObj *qobj, GLenum drawStyle );
Параметры
qobj
Определяет quadrics объект (созданное gluNewQuadric).
drawStyle
Определяет желаемый делать стилем. Правильные величины - GLU_FILL, GLU_LINE, GLU_SILHOUETTE, и GLU_POINT.
Замечания
Функция gluQuadricDrawStyle определяет делать стилем для quadrics предоставлянный с qobj. Юридические величины - следующим образом:
GLU_FILL
Quadrics Предоставляют примитивами многоугольника. Многоугольники втянуты против часовой стрелки способ что касается их нормальных (как определено gluQuadricOrientation).
GLU_LINE
Quadrics Предоставляют как набор линий.
GLU_SILHOUETTE
Quadrics Предоставляют как набор линий, кроме эти края, разделяющие coplanar лица не будет сделан.
GLU_POINT
Quadrics Предоставляют как набор точек.
Смотри Также
gluNewQuadric, gluQuadricNormals, gluQuadricOrientation, gluQuadricTexture
| |
|
|
| |