CSCI 440 - Homework Two

In this course you will write a series of WebGL applications that use a variety of graphics techniques, such as transformations and lighting. But you will need an object to transform and shine light onto. The purpose of this assignment is for you to create a simple 3D object that you can manipulate in future assignments.

Create a 3D object. It needs to have at least 12 different surfaces. Note that a single surface may require several triangles. Your object needs to be complex enough that it will be interesting when lights and textures are added. You will probably add more surfaces in later assignments to improve your object's appearance. A simple airplane, a car, or a humanoid (head, arms, legs) robot are good ideas.

Send your code to dannellys@winthrop.edu by 12:30pm on Wednesday Sept 19. Use the subject line "CSCI 440 - HW02. I will go to your web page and run your program. To make grading easier for me, please put your code as the body of the email message, not as an attachment.