Drawing a cube

Hello,
Is there a glu function which draws a cube (like gluSphere draws a sphere)?
Thanks,
Libby

no, but it wouldn’t be very hard to write your own

Theres a glutSolidCube() and glutWireCube() but you mightnt be using glut.