H A D | glut_shapes.c | 76 glutWireSphere(GLdouble radius, GLint slices, GLint stacks) in glutWireSphere() argument 84 gluSphere(quadObj, radius, slices, stacks); in glutWireSphere() 88 glutSolidSphere(GLdouble radius, GLint slices, GLint stacks) in glutSolidSphere() argument 96 gluSphere(quadObj, radius, slices, stacks); in glutSolidSphere() 101 GLint slices, GLint stacks) in glutWireCone() argument 109 gluCylinder(quadObj, base, 0.0, height, slices, stacks); in glutWireCone() 114 GLint slices, GLint stacks) in glutSolidCone() argument 122 gluCylinder(quadObj, base, 0.0, height, slices, stacks); in glutSolidCone()
|