Tao.FreeGlut SDK Documentation

Glut.glutWireCube Method 

Renders a wireframe cube.

[Visual Basic]
Public Shared Sub glutWireCube( _
   ByVal size As Double _
)
[C#]
public static void glutWireCube(
   double size
);

Parameters

size
Length of the sides of the cube.

Remarks

glutWireCube renders a wireframe cube. The cube is centered at the modeling coordinates origin with sides of length size.

See Also

Glut Class | Tao.FreeGlut Namespace | glutSolidCube