next up previous contents index
Next: 11.6 glutSolidOctahedronglutWireOctahedron Up: 11 Geometric Object Rendering Previous: 11.4 glutSolidTorusglutWireTorus

11.5 glutSolidDodecahedron, glutWireDodecahedron

  glutSolidDodecahedron and   glutWireDodecahedron render a solid or wireframe dodecahedron (12-sided regular solid) respectively.

Usage

void glutSolidDodecahedron(void);
void glutWireDodecahedron(void);

Description

glutSolidDodecahedron and glutWireDodecahedron render a solid or wireframe dodecahedron respectively centered at the modeling coordinates origin with a radius of .



next up previous contents index
Next: 11.6 glutSolidOctahedronglutWireOctahedron Up: 11 Geometric Object Rendering Previous: 11.4 glutSolidTorusglutWireTorus



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