next up previous contents index
Next: 12 Usage Advice Up: 11 Geometric Object Rendering Previous: 11.8 glutSolidIcosahedronglutWireIcosahedron

11.9 glutSolidTeapot, glutWireTeapot

  glutSolidTeapot and   glutWireTeapot render a solid or wireframe teapotgif respectively.

Usage

void glutSolidTeapot(GLdouble size);
void glutWireTeapot(GLdouble size);
size
Relative size of the teapot.

Description

glutSolidTeapot and glutWireTeapot render a solid or wireframe teapot respectively. Both surface normals and texture coordinates for the teapot are generated. The teapot is generated with OpenGL evaluators.



next up previous contents index
Next: 12 Usage Advice Up: 11 Geometric Object Rendering Previous: 11.8 glutSolidIcosahedronglutWireIcosahedron



Mark Kilgard
Fri Feb 23 08:05:02 PST 1996