next up previous contents index
Next: 11.8 glutSolidIcosahedronglutWireIcosahedron Up: 11 Geometric Object Rendering Previous: 11.6 glutSolidOctahedronglutWireOctahedron

11.7 glutSolidTetrahedron, glutWireTetrahedron

  glutSolidTetrahedron and   glutWireTetrahedron render a solid or wireframe tetrahedron (4-sided regular solid) respectively.

Usage

void glutSolidTetrahedron(void);
void glutWireTetrahedron(void);

Description

glutSolidTetrahedron and glutWireTetrahedron render a solid or wireframe tetrahedron respectively centered at the modeling coordinates origin with a radius of .



next up previous contents index
Next: 11.8 glutSolidIcosahedronglutWireIcosahedron Up: 11 Geometric Object Rendering Previous: 11.6 glutSolidOctahedronglutWireOctahedron



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