Jason Kim CSE 581 Lab 2 Description: Keys: w = toggle wireframe mode, a = toggle animate, f = move robot forward, t = turn robot left 90 degrees, q = quit, u = move robot head down, h= move robot head up part 1/2: Open GL 3D Scene with Glut Primitives 2 Blue Cubes, 1 Blue Teapot, 1 Red Floor made from a Cube, 1 Green Robot with Red Eyes made from a Cone and Cubes f moves the robot forward, t turns the robot left 90 degrees. part3: u moves the robot head down until it stops. h moves the robot head up until it stops. the cone head is the seperate moving part of the robot, and can move its head up and down a certain amount. part 4: hit w for wireframe mode on and off part 7: hit a to animate the robot and it will spin around in a circle. Files Included: lab2.cpp, 581lab2.sln , 581lab2.vcproj Compile: Visual Studio 2003 .NET file, open Project File and Build and run.