glutSolidDodecahedron - Man Page
Draw a solid dodecahedron.
Library
OpenGLUT - geometry
Synopsis
#include <openglut.h
>
void
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)
Referenced By
glutSolidRhombicDodecahedron(3), glutWireDodecahedron(3), glutWireRhombicDodecahedron(3).