Name

glutSolidIcosahedron, glutWireIcosahedron - render a solid
or wireframe icosahedron (20-sided regular solid)  respec-
tively.

Python Specification

glutSolidIcosahedron
	glutSolidIcosahedron() -> None
glutWireIcosahedron
	glutWireIcosahedron() -> None

C Specification

void glutSolidIcosahedron(void);
void glutWireIcosahedron(void);

Description

glutSolidIcosahedron   and  glutWireIcosahedron  render  a
solid or wireframe icosahedron respectively. The  icosahe-
dron  is  centered  at the modeling coordinates origin and
has a radius of 1.0.

See Also

glutSolidSphere, glutSolidCube, glutSolidCone,  glutSolid-
Torus,  glutSolidDodecahedron,  glutSolidOctahedron, glut-
SolidTetrahedron, glutSolidTeapot

Author

Mark J. Kilgard (mjk@nvidia.com)

:: Documentation :: References :: GLUT ::
:: Index (n/a) ::