OpenGL Resources
The website for the
book has all the sample programs and other information
you may find helpful:
http://www.cs.unm.edu/~angel/BOOK/INTERACTIVE_COMPUTER_GRAPHICS/THIRD_EDITION/
The OpenGL website (www.opengl.org)
should be your first stop for OpenGL, including GLUT,
information. In particular,
http://www.opengl.org/documentation/ has a lot of
useful documentation on the GL, GLU, and GLUT
libraries..
I have already
downloaded the GLUT specification, you can get it from
the class website
here (.pdf).
I did get an HTML
version of an old
OpenGL reference manual (version 1.0) on the class
website. Here is a direct, off-campus link to the same
OpenGL reference manual also. A .pdf version of the
OpenGL specification (version 1.2.1) is available on the
class website
here (less useful).
The header files,
libraries, and dll files (and instructions) you need to
use OpenGL/GLUT with an already installed Visual Studio
are available from the class website
here. (Note this is already done for the Lab 1
computers).
The header files,
libraries, and dll files (and instructions) you need to
use OpenGL/GLUT with an already installed Visual Studio
Express Edition are available from the class website
here.