![]() |
![]()
| ![]() |
![]()
NAMEglutSolidCube, glutWireCube - render a solid or wireframe cube respectively. SYNTAXvoid glutSolidCube(GLdouble size); void glutWireCube(GLdouble size); ARGUMENTS
DESCRIPTIONglutSolidCube and glutWireCube render a solid or wireframe cube respectively. The cube is centered at the modeling coordinates origin with sides of length size. SEE ALSOglutSolidSphere, glutSolidCone, glutSolidTorus, glutSolidDodecahedron, glutSolidOctahedron, glutSolidTetrahedron, glutSolidIcosahedron, glutSolidTeapot AUTHORMark J. Kilgard (mjk@nvidia.com)
|