Tao.FreeGlut SDK Documentation

Glut.glutSolidOctahedron Method 

Renders solid octahedron (8-sided regular solid).

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

Remarks

glutSolidOctahedron renders a solid octahedron centered at the modeling coordinates origin with a radius of 1.0.

See Also

Glut Class | Tao.FreeGlut Namespace | glutWireOctahedron