CPSC 360 Programming Assignment 7
Shock and Awe - My Room
by Chris Bolduc
boldu101@chapman.edu

This program is a 3-D rendering of my room.  It features diffuse/ambient/specular lighting, texture mapping, and an animated ceiling fan.

Special notes: Put all these files in one folder and compile. (gcc *.c -l ...)

This model is completely interactive.  Controls:
W	move forward
S	move backward
A	move left
D	move right
J	turn left
K	turn right
I	look down*
K	look up*

*Can be inverted by changing a constant at the top of the file.

These controls should be pretty familiar to gamers.

Right-click the mouse to get a menu with some fun and/or useful options.