1UNTITLED LOCAL UNTITLED
2
NAME
4glutSolidDodecahedron — Draw a solid dodecahedron.
5
LIBRARY
7OpenGLUT - geometry
8
SYNOPSIS
10#include <openglut.h>
1112
void
13glutSolidDodecahedron(void);
14
DESCRIPTION
16This function draws a regular, solid, 12-sided polyhedron centered at the
17origin. The distance from the origin to the vertices is sqrt(3). The
18facets are pentagons.
19
SEE ALSO
21glutWireDodecahedron(3) glutSolidRhombicDodecahedron(3)
22glutWireRhombicDodecahedron(3)
2324
25
26
27
Epoch