|
mercator
0.4.0
A terrain generation library for the Worldforge system.
|
Data about a species of plant in a Forest. More...
#include <Forest.h>

Public Attributes | |
| float | m_probability |
| Probability that this species will occur at each grid node. More... | |
| float | m_deviation |
| Multiplyer for how deviated from the grid items should be. More... | |
| ParameterDict | m_parameters |
| Arbitrary parameters. More... | |
Data about a species of plant in a Forest.
Species objects encapsulate all the data required to determine where instances of a given species occur, and how they are scattered in a Forest.
| float Mercator::Species::m_deviation |
| ParameterDict Mercator::Species::m_parameters |
| float Mercator::Species::m_probability |