Tao.FreeGlut SDK Documentation

Glut.glutSolidIcosahedron Method 

Renders a solid icosahedron (20-sided regular solid).

[Visual Basic]
Public Shared Sub glutSolidIcosahedron()
[C#]
public static void glutSolidIcosahedron();

Remarks

glutSolidIcosahedron renders a solid icosahedron. The icosahedron is centered at the modeling coordinates origin and has a radius of 1.0.

See Also

Glut Class | Tao.FreeGlut Namespace | glutWireIcosahedron