1UNTITLED LOCAL UNTITLED
2
NAME
4glutSolidIcosahedron — Draw a solid icosahedron.
5
LIBRARY
7OpenGLUT - geometry
8
SYNOPSIS
10#include <openglut.h>
1112
void
13glutSolidIcosahedron(void);
14
DESCRIPTION
16This function draws a regular, solid 20-sided polyhedron centered at the
17origin. The distance from the origin to the vertices is 1.
18
SEE ALSO
20glutWireIcosahedron(3)
2122
23
24
25
Epoch