vGrazie a Glut….
vUsage
vvoid
glutSolidCube(GLdouble size);
vvoid
glutWireCube(GLdouble size);
vsize Length of each edge.
vDescription
vglutSolidCube
and glutWireCube render a solid or wireframe cube respectively. The cube is centered at the modeling coordinates origin with sides of length size.
v