
This directory contains the examples of
3D graphics that I implemented in class,
first on October 17 and then on October 24.

Included are three examples, each of which can
be run by typing its name in the command line:

   test1 -- a box nested on top of a larger box.
   test2 -- two spheres, one made of plastic and one of gold.
   test3 -- an arm that waves when you click on the upper arm.

Note that for every example, there is also an html
file and a java file.  For example, this folder contains
files test3, test3.html and test3.java.

Feel free to look at the code in the underlying render
folder, but I would not recommend modifying that code
unless you are confident that you know what you are doing.

Ken Perlin

