Tao.FreeGlut SDK Documentation

Glut.glutWireTetrahedron Method 

Renders a wireframe tetrahedron (4-sided regular solid).

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

Remarks

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

See Also

Glut Class | Tao.FreeGlut Namespace | glutSolidTetrahedron