Final Project - CSE 167

Student: Mark Chaussee

List of figures

  • My project is an animated bouncing ball.  It's bouncing
    on a wood floor (texture mapped wood pattern) and follows
    the absolute values of a damped cosine curve to simulate 
    bouncing.
    
    My project can be run just like any of our homework projects. 
    Here are the options available:
    
     * USAGE:
     *
     *    Press arrow keys to control view position.
     *	  left and right keys rotate the viewpoint left and right
     *	  Up and down keys rotate viewpoint up and down (up to 80 degrees).
     *
     *    Press "R" key to make step size bigger (if moving too little)
     *    Press "r" key to make step size smaller (if moving too far).
     *
     *    Press "w" key to toggle wireframe mode on and off
     *    
     *    Press "A" , "a" to increase, decrease animation speed respectively.
     *
     *    Press "s" to change between smooth shading and flat shading.  
     *
     *    Press the "2" key to toggle the light off and on.
     * 
     *	  Press ESCAPE to exit.
    
    
    The PC executable and supporting bitmap are available as a zip file here.