CS160 Program 3: Selecting and Shading

Due Tuesday, November 12, 2002 MIDNIGHT
Submit Prog3 directory using CATS Submit Program


Objectives:

Learn to use OpenGL shading, lighting, materials, and picking. Note: this is the last official assignment and you cannot make up late days on the project. Make every attempt to get this in early if you now have late days.

Assignment:

Submission

  1. Submission must be done using the submit utility from CATS. Run "quickhelp submit" or "submit -m" on a CATS machine to get more info on the submit command. To submit the assignment, do the following:
  2. Create a DIRECTORY called "prog3". It should contain all the files required to make your program compile/run.
  3. Run "make clean" in the directory to ensure you do not submit .o files or the compiled program, or you will lose points for possibly over-filling the directory.
  4. From prog3's parent directory (if you are in the prog3 directory, type "cd .."), tar the directory with the command "tar cvf prog3.tar prog3". I strongly suggest you untar it (see above) to check.
  5. Compress the tar file with the command "gzip prog3.tar". This will produce the file "prog3.tar.gz" which you will submit.
  6. Submit prog3.tar.gz with the command "submit cmps160-jw.f02 prog3 prog3.tar.gz".

Questions?:

E-mail mhansen@cse.ucsc.edu and wilhelms@cse.ucsc.edu