1UNTITLED LOCAL UNTITLED
2
NAME
4glutWireIcosahedron — Draw a wireframe icosahedron.
5
LIBRARY
7OpenGLUT - geometry
8
SYNOPSIS
10#include <openglut.h>
1112
void
13glutWireIcosahedron(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. No facet is
18normal to any of the x, y, or z axes.
19
SEE ALSO
21glutSolidIcosahedron(3)
2223
24
25
26
Epoch