Tao.FreeGlut SDK Documentation

Glut.glutWireIcosahedron Method 

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

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

Remarks

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

See Also

Glut Class | Tao.FreeGlut Namespace | glutSolidIcosahedron