****CONFIG FILE FOR MOSS****. FILTER=0. Filter is toggled on/off with 0/1 THRESHHOLD=10. Threshold is the distance for points to be filtered SHARED=4. shared is the no of points on the same vertex for filter3 FILTER2=0. filter2 toggled on/off with 0/1 FILTER3=0. filter3 toggled on/off with 0/1 FACET_SIZE=4. number of points which form a surface (grammarrule S or T) MESH=0. toggles the creation of a mesh on/off with 0/1 TREE=0. toggles the generation of a fractal tree on or off 0/1 GENERATION LIMIT=10. sets the number of generation for the L-System (not the tree) CHILDREN SPAWNED FOR TREE MODE=4. sets number of branches for the tree mode . ***ANGLES / 10 (275 means 27,5 degrees)***. syntax for numbers is to leave out the , ALPHAA=300. the angle for turning left or right of the turtle BETA=300. the angle for rolling left or right of the turtle GAMMA=300. the angle for pitching up or down of the turtle . ***BOUNDING BOX VALUES / 10 (44 means 4,4)***. bounding box limits the growth of the L-system to a box X1=-120. starting one corner specified with X1 Y1 Z1 Y1=-100. Z1=-100. X2=120. and the other corner diagonally across from the first Y2=100. Z2=300. . SX0=0. the starting point of the growth is specified in SX SY0=0. for multiple surfaces SX is incremented by one for SZ0=0. each additional system SX0 ... SX1 ... . ***GRAMMARS****. The Grammar specifies the actual growth X=f&&&fK. the axiom is read in and excecuted replacing each letter K=Yf[>>>f<<>>F[^^^]Y. []safe and restore the state of the system (for branching) S=f>>>f>>>f>>>f. S and T are reserved for surfaces and are unaffected by affectors and repellers . ***REPELLERS/ATTRACTORS***. R0-X=0. R stands for attractor and repellers. R is incremented R0-Y=-10. by one for each new attractor and repeller R0 .. R1. Its R0-Z=10. power being positive or negative determines whether it is R0-POWER=0. an attractor or an repeller. (pos attracts neg repells) R1-X=-100. XYZ sets its position and the power the zone of influence R1-Y=-30. on the growth R1-Z=35. R1-POWER=0.