In this tutorial I cover the basics of
setting up and using GLUT with VC++. I explain how to
initialize a GLUT display, open a window and display a
smooth-shaded multicoloured triangle in itg.
In this
tutorial I'll expand on the previous tutorial's code to
show you the basics of animation and models using OpenGL
and GLUT. By the end you should know how to create a
spinning cube.