glutSolidDodecahedron – Draw a solid dodecahedron.
Library
OpenGLUT – geometry
Synopsis
In openglut.h Ft void Fn glutSolidDodecahedron void
Description
This function draws a regular, solid, 12-sided polyhedron centered at the origin. The distance from the origin to the vertices is
sqrt(3). The facets are pentagons.
See Also
glutWireDodecahedron(3)
glutSolidRhombicDodecahedron(3)
glutWireRhombicDodecahedron(3)