---- DATABASE ERROR ----
java -jar povtree.jarAfter starting up POV-Tree, you're greeted with the opening screen
The FOLIAGE, WOOD, and TREE objects define a tree that's 1 unit tall. To instantiate the tree, use the following Povray code
FOLIAGE
Defines a mesh that includes all the leaves
WOOD
Defines a mesh that includes all the branches and roots
TREE
Defines a union that joins the FOLIAGE and the WOOD together
#include "tree_mesh.inc"Yes, that's it. Pretty easy stuff. Below is a unit tree rendering with a unit cylinder (radius = 0.25) for comparison. Click on the image to get the .pov file.
object { TREE }
#include "tree_mesh.inc"Below is a full-sized tree rendering. Click on the image to get the .pov file.
object { TREE scale 6 }