Math155B Final Project 2001: Don-Duong Quach Acknowledgements: All the code except for the windows setup stuff was written by myself. Thank you Sam Buss for teaching such cool class. On to the proggie. Below are the controls for the program. If you use one of the toggles, be sure to press it quickly because they response is not 'sticky'. There two tracks, one with some visual candy that has a bad correlation between the track visuals and the CD routine. while the plain one does a much better job. There's also an extra car/jet body that I wanted to use but didn't have a chance, so I stuck it in there anyway. // Switches to a test track, which does a better job of collision detection '1', ToggleTrack // Toggles camera's attachment to car '2', ToggleCameraAttach // Switches to a sky view '3', ToggleSkyCam // Changes the car's body '4', Swap // Camera controls when camera is not attached 'U', ViewUp 'J', ViewDown 'H', ViewLeft 'K', ViewRight 'W', MoveIn 'S', MoveOut 'E', MoveUp 'D', MoveDown // Car Controls LEFT, TurnLeft RIGHT, TurnRight UP, Forward DOWN, Backward