![]() |
![]()
| ![]() |
![]()
NAMEglutSolidIcosahedron, glutWireIcosahedron - render a solid or wireframe icosahedron (20-sided regular solid) respectively. SYNTAXvoid glutSolidIcosahedron(void); void glutWireIcosahedron(void); DESCRIPTIONglutSolidIcosahedron and glutWireIcosahedron render a solid or wireframe icosahedron respectively. The icosahedron is centered at the modeling coordinates origin and has a radius of 1.0. SEE ALSOglutSolidSphere, glutSolidCube, glutSolidCone, glutSolidTorus, glutSolidDodecahedron, glutSolidOctahedron, glutSolidTetrahedron, glutSolidTeapot AUTHORMark J. Kilgard (mjk@nvidia.com)
|