 
    
    
    
    
   
   glutSolidTeapot and    glutWireTeapot render a solid or wireframe
teapot respectively.
 respectively.
Usage
void glutSolidTeapot(GLdouble size); void glutWireTeapot(GLdouble size);
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.
 
 
    
    
    
   