glutSolidTeapot(3GLUT) GLUT glutSolidTeapot(3GLUT)

NAME
glutSolidTeapot, glutWireTeapot - render a solid or wire-
frame teapot respectively.

SYNTAX
void glutSolidTeapot(GLdouble size);
void glutWireTeapot(GLdouble size);

ARGUMENTS
size Relative size of the teapot.

DESCRIPTION
glutSolidTeapot and glutWireTeapot render a solid or wire-
frame teapot respectively. Both surface normals and tex-
ture coordinates for the teapot are generated. The teapot
is generated with OpenGL evaluators.

SEE ALSO
glutSolidSphere, glutSolidCube, glutSolidCone, glutSolid-
Torus, glutSolidDodecahedron, glutSolidOctahedron, glut-
SolidTetrahedron, glutSolidIcosahedron

AUTHOR
Mark J. Kilgard (mjk@sgi.com)

GLUT 3.2 1