glutSolidCube and glutWireCube render a solid or wireframe cube respectively.
Usage
void glutSolidCube(GLdouble size); void glutWireCube(GLdouble size);
Description
glutSolidCube and glutWireCube render a solid or wireframe cube respectively. The cube is centered at the modeling coordinates origin with sides of length size.