CMPS-3480 - Computer Graphics
Prepare for this course over the Summer.


Step 1 - setup email Log in to the Odin server. Edit your sample.forward file. List the email accounts you want to communicate with. Save it as .forward Here is a sample...
# Exim filter - do not edit this line! # only works for exim... others will treat it as a plain .forward file... # if this filter generates an error, then deliver to original address if error_message then finish endif # If you want to forward your email to an offsite address, uncomment and modify # the following line to use your own email address: deliver myaddress@gmail.com finish
Step 2 - setup directories Log in to Odin. Go to your home directory. Run the following script... /home/fac/gordon/p/3480/build_dirs.sh
Step 3 - submit a text file Change to your 3480/summer/ directory. Create a text file named: summer1.txt Put your name at the top. Answer the following questions... 1. Which computer graphics tools do you have experience with? 2. Have you ever created an animated .gif image? If so, post it to your 3480/summer/ folder so I can see it. Please don't post an image that's more than about 1MB in size. (Gif images are valuable because of their small size.) Please rename it to summer1.gif Thanks. 3. In RGB color space, what is the color yellow? a. 0 1 0 b. 1 0 0 c. 1 1 0 d. 1 0 1 4. This course does ask you to do a project. What kind of computer graphics project are you thinking about? Give a brief description.