Readme file for the final project of cse167 Fall/2004 Name:Sung Keun Choi skchoi@ucsd.edu Description: This is my final project. I constructed an airplane and tried to implement the behavior of a nomal airplane. I used the cloudy sky as a texture to show the airplane is in the sky. To animate, I resize the texture and display in the same space. Then, I got the effect looks like the airplane flies in the sky. To construct the roundish airplane, I used the sine and consine function. This airplane's body part is consist of 3 different geometry shape. To animate the airplane's movement, I used several variables that hold the location of airplane. Directional lighting was used in this project. I used white and Yellow to mimic natural sun light. Controls: To control the airplane: up ^ | [k] left <- [j] [l] -> right [i] | v down To control the airplane in pause: up ^ | [g] left <- [f] [h] -> right [t] | v down w: wireframe mode