CS160 Program 2: Basketball

Due Wednesday, October 29, 2003 MIDNIGHT

NOTE CHANGE IN DUE DATE
Submit Prog2 directory using CATS Submit Program


Objectives:

This goals of this assignment are to introduce geometrical transformations, three-dimensional modeling, and simple animation. You must also use the gui designer fluid and turn in the fluid file as well as the program files.

Assignment:

This assignment involves creating a model of a basketball court, moving a basketball around, moving the camera around, and having the basketball go through the basket.

Hints:

Good Programming Counts:

Submit:

  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 "prog2". It should contain all the files required to make your program compile/run. Also include the fluid file.
  3. Run "make clean" in the directory to ensure you do not submit .o files or the compiled program or a core file, or you will lose points for possibly over-filling the directory.
  4. From prog2's parent directory (if you are in the prog2 directory, type "cd .."), tar the directory with the command "tar cvf prog2.tar prog2". I strongly suggest you untar it (see above) to check.
  5. Compress the tar file with the command "gzip prog2.tar". This will produce the file "prog2.tar.gz" which you will submit.
  6. Submit prog2.tar.gz with the command "submit cmps160-jw.f03 prog2 prog2.tar.gz".

Questions?:

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