README for proj1 Enoch Chan 79438990 cs414 Implemented Functionality: drawSphere() - draw a sphere of radius 1.0. drawCube() - draw a cube of size 1 X 1 X 1. drawSphere(float x, float y, float z) - draw a ellipsoid by scaling the sphere. drawCube(float x, float y, float z) - draw a cube with sizes scaled. drawToes() - draw two toes, originally positioned at the center of the lower leg. playInit() - set init variable values when playful_mode is triggered. Extra Credits: Model: - tusks - tail tuft - eyes - toes (worth 3 pts) Animation: - playful_mode (Flying elephant) includes, - tail-handle, rotating with acceleration - flipping ears, accelerate with tail movement - body floating movement - leg raise, trunk roll during take-off - all other keys still functioning during fly (except the rotating tail) (worth 3 pts)