Exam 3, due Friday, Mar. 12, 1999
There will be at least 5 exams given over the internet. The final grade will the the result of averaging the curved grades for these exams. Graduate students will be required to read a research paper on computer graphics and deliver a 10 minute talk at the end of the semester.
Prerequisites: Some knowledge of C++ and object oriented programming. You will need access to OpenGL to do the programming assignments. It is available for various platforms, and a version will be built on the Sun systems for people unable to do development on their home systems.
If you wish to use OpenGL on the Sun systems, you must configure your account to look in Dr. Smith's lib directory for the libraries.
The OpenGL libraries (with GLU and GLUT) will be in
/home/jsmith/lib and the include files will be in
/home/jsmith/include. Here is an example of the
command needed to compile a program:
gcc -O3 -I/usr/openwin/include \ -I/home/jsmith/include -DSHM \ -DSOLARIS_2_4_BUG PROGRAM.c \ -lglut -lMesaGLU -lMesaGL \ -lm -L/usr/openwin/lib \ -L/home/jsmith/lib -lX11 -lXext -lXmu -lXi