next up previous contents index
Next: 11.9 glutSolidTeapotglutWireTeapot Up: 11 Geometric Object Rendering Previous: 11.7 glutSolidTetrahedronglutWireTetrahedron

11.8 glutSolidIcosahedron, glutWireIcosahedron

  glutSolidIcosahedron and   glutWireIcosahedron render a solid or wireframe icosahedron (20-sided regular solid) respectively.

Usage

void glutSolidIcosahedron(void);
void glutWireIcosahedron(void);

Description

glutSolidIcosahedron and glutWireIcosahedron render a solid or wireframe icosahedron respectively. The icosahedron is centered at the modeling coordinates origin and has a radius of 1.0.



next up previous contents index
Next: 11.9 glutSolidTeapotglutWireTeapot Up: 11 Geometric Object Rendering Previous: 11.7 glutSolidTetrahedronglutWireTetrahedron



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