PM370 Project - Fall 2005 - December 9, 2005 Contents of source.zip: fractals/Makefile fractals/Point.h fractals/Tree.h fractals/Tree.cc fractals/Main.cc Unzip contents of source.zip. In the fractals directory type: make to make the project. (One can also type 'make clean' to clean up the made files) *Note: You may need to adjust the makefile for appropriate direction of the GL header files. As of this time, I was unable to discover their whereabouts on the student.cs servers. To run the project, type: ./leaf & This will run with default values. One can also have 11 double arguments to tell the app which default values should be set for the tree. To display the current tree, type 't'. Other key commands are listed in the console at run time. *Note: The command line allows for overriding of otherwise restricted values. For example, the program does not normally allow for iterations exceeding 10 (which tends to routinely crash my computer), and normally adjusts a negative angle to be within 0 <= angle <= 2*PI. To generate the fractals images on the main index.html, the images directory contains *.txt which are the commands used to generate the given fractal. (eg. To create Fern.png, look at Fern.txt)