There are 4 versions of the plaid model program.
They are:

Main: This is the program usually dicsussed in the
monograph.  This version is well documented and has
all the features.

Wild: This version has lacks some of the features
mentioned in the monograph but has some others not
mentioned.  This is the original program I used when
I discovered the plaid model. It has a good illustration
of the hierarchial subdivision algorithm mentioned
in the monograph. However, it is not well documented.

Javascript: This is a copy of the javascript program
I have online. This program specializes in drawing
the 3D plaid model and computing the plaid surfaces.

I highly recommend using the Main Version.
Here is how you run this version from a command line:

1. Enter the Main/ directory

2. type the command javac *.java
   This compiles the program

3. type the command java main. This opens up the program.

When the program fires up, it has a window with documentation
that explains how to use the program.  

The other java programs are run in the same way.
The javascript program is run using the command

open Main.html


