CS 174-3 Spring 2003: Elements of Computer Graphics: Coursework
Examples
- Example: a simple point drawing application.
- Example2: Rotating spheres.
Instructions Win2000:
put *.cpp and *.dsp in a folder. Unzip GL.zip in the same folder.
It will create a folder
called GL. Copy GL/glut32.dll in a directory that is in your path or
WINNT/system32.
Template code for assignments
- Template code for assignment 1, template.zip. It
includes GL libraries.
- Template code for assignment 2, as2.zip. It
includes GL libraries.
- Code to invert a 4x4 matrix for assignment 3: invert.cpp.
- Code to write out a char buffer as a ppm image for assignment 3: ppm.cpp.