Go to the source code of this file.
|
void | gluPerspective (GLdouble fovy, GLdouble aspect, GLdouble zNear, GLdouble zFar) |
|
GLUquadricObj * | gluNewQuadric (void) |
|
void | gluQuadricDrawStyle (GLUquadricObj *obj, int style) |
|
void | gluSphere (GLUquadricObj *qobj, float radius, int slices, int stacks) |
|
void | gluCylinder (GLUquadricObj *qobj, GLdouble baseRadius, GLdouble topRadius, GLdouble height, GLint slices, GLint stacks) |
|
void | gluDisk (GLUquadricObj *qobj, GLdouble innerRadius, GLdouble outerRadius, GLint slices, GLint loops) |
|
void | drawTorus (float rc, int numc, float rt, int numt) |
|
◆ GLU_LINE
Definition at line 9 of file glu.h.
◆ drawTorus()
void drawTorus |
( |
float |
rc, |
|
|
int |
numc, |
|
|
float |
rt, |
|
|
int |
numt |
|
) |
| |
Definition at line 7 of file glu.c.
◆ gluCylinder()
Definition at line 75 of file glu.c.
◆ gluDisk()
◆ gluNewQuadric()
Definition at line 66 of file glu.c.
◆ gluPerspective()
Definition at line 52 of file glu.c.
◆ gluQuadricDrawStyle()
Definition at line 71 of file glu.c.
◆ gluSphere()
void gluSphere |
( |
GLUquadricObj * |
qobj, |
|
|
float |
radius, |
|
|
int |
slices, |
|
|
int |
stacks |
|
) |
| |