Tao.FreeGlut SDK Documentation

Glut.glutWireDodecahedron Method 

Renders a wireframe dodecahedron (12-sided regular solid).

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

Remarks

glutWireDodecahedron renders a wireframe dodecahedron centered at the modeling coordinates origin with a radius of Sqrt(3).

See Also

Glut Class | Tao.FreeGlut Namespace | glutSolidDodecahedron