Due date: Monday, March 28.
Download the modified version of the object.c combined with the
trackball.c and test it. The Makefile has been modified to include
this new application with the command "make object".
my_object.cc
trackball.cc
trackball.h
Makefile
Ex. 1 Modify the interface to add the following items:
Ex. 1
a. Write a function to create a tea cup using any GL, GLU, or GLUT
commands that you think appropriate. Here is a suggestion of what the tea
cup could look like (but you don't have to follow this).
b. Add at least 3 tea cups to the scene and place them at positions of your choice on the table. Notice that the table has the z coordinate equal to 0.75. Use rotations and/or translations to place the cups on the table.
Ex. 2 (5 extra credit points) Add a handle to the tea cups.
Turn in: source code for both exercises (1 program) in electronic form.