| Recursion level |
|
This is the number of steps to use to grow the fungus; Start with a small number, then increase.
|
| Random Seed |
|
Change this to any number less than 4 294 967 295 to get a different fungus from the same type; Example: 120 or 18723, etc |
|
Number of rice stems
|
Mean:
Variance:
|
How many stems to create from the seed.
|
|
Structure options
|
|
Grow a leaf with a specific probability, or grow a stem cell, or wait.
|
| ADVANCED: when growing the stem, create a leaf only after a specific number of steps:
|
|
We can create a leaf immediately (put 0), or we can have the stem grow strong enough for a few steps, before it can create a leaf.
|
| Leaf parameters
|
|
Leaf width should be less than 0.05, but not negative; Leaf height is a multiplier, so it should be more then one, but less than, say 3; Leaf length can be somewhere in 8-15; Leaf curve should be between 0 and 1; Leaf starting angle is the angle with the vertical axis when the leaf is first born (this angle should be close to 0 or negative, due to the leaf shape; this angle decreases with age);
|
|
Stem cell
|
|
The parameters for the cell. Cell should have a very small radius...
|
|
Cell x angle
|
|
The angle each cell makes around the x-axis, compared to the previous cell.
|
|
Cell z angle
|
|
The angle each cell makes about the z-axis, compared to the previous cell.
|
|
Stem z angle
|
|
The angle each stem makes about the z-axis as it branches out.
|
|
Leaf y angle
|
|
The angle each stem makes about the y-axis as it branches out.
|