DEVELOPER'S TOOLBOX NAVIGATION: HUB |
Up |
Download |
Tree
Next: 11.8 glutSolidIcosahedronglutWireIcosahedron
Up: 11 Geometric Object Rendering
Previous: 11.6 glutSolidOctahedronglutWireOctahedron
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: 11.8 glutSolidIcosahedronglutWireIcosahedron
Up: 11 Geometric Object Rendering
Previous: 11.6 glutSolidOctahedronglutWireOctahedron
Mark Kilgard
Fri Feb 23 08:05:02 PST 1996