glutSolidIcosahedron - Man Page

Draw a solid icosahedron.

Library

OpenGLUT - geometry

Synopsis

#include <openglut.h>

void
glutSolidIcosahedron(void);

Description

This function draws a regular, solid 20-sided polyhedron centered at the origin. The distance from the origin to the vertices is 1.

See Also

glutWireIcosahedron(3)

Referenced By

glutWireIcosahedron(3).