9 Ott 2002
Costruzione di Interfacce - Paolo Cignoni
3
Aggiungiamo un cubo
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