Name

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

C Specification

void glutSolidDodecahedron ( );
void glutWireDodecahedron ( );

Python Specification

glutSolidDodecahedron ( ) →  None
glutWireDodecahedron ( ) →  None

Description

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

See Also

glutSolidSphere , glutSolidCube , glutSolidCone , glutSolidTorus , glutSolidOctahedron , glutSolidTetrahedron , glutSolidIcosahedron , glutSolidTeapot

Python Sample Code

glutSolidDodecahedron
glutWireDodecahedron