Tao.FreeGlut SDK Documentation

Glut.glutSolidCube Method 

Renders a solid cube.

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

Parameters

size
Length of the sides of the cube.

Remarks

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

See Also

Glut Class | Tao.FreeGlut Namespace | glutWireCube