Content-type: text/html
Manpage of glutSolidCube
glutSolidCube
Section: GLUT
(3GLUT)
Updated: 3.7
Index
Return to Main Contents
NAME
glutSolidCube, glutWireCube - render a solid or wireframe cube respectively.
SYNTAX
void glutSolidCube(GLdouble size);
void glutWireCube(GLdouble size);
ARGUMENTS
- size
-
Length of each edge.
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.
SEE ALSO
glutSolidSphere, glutSolidCone, glutSolidTorus, glutSolidDodecahedron,
glutSolidOctahedron, glutSolidTetrahedron, glutSolidIcosahedron,
glutSolidTeapot
AUTHOR
Mark J. Kilgard (mjk@nvidia.com)
Index
- NAME
-
- SYNTAX
-
- ARGUMENTS
-
- DESCRIPTION
-
- SEE ALSO
-
- AUTHOR
-
This document was created by
man2html,
using the manual pages.
Time: 13:00:48 GMT, March 25, 2001