10 #ifndef DtTerrainTreeSettings_H_
11 #define DtTerrainTreeSettings_H_
68 bool treeScaleRandomizationEnabled()
const;
71 bool treeOrientationRandomizationEnabled()
const;
74 double treeMinScale()
const;
77 double treeMaxScale()
const;
80 void setTreeScaleRandomizationEnabled(
bool enabled);
83 void setTreeOrientationRandomizationEnabled(
bool enabled);
86 void setTreeMinScale(
double minScale);
89 void setTreeMaxScale(
double maxScale);
94 void applyAllSettings();
95 void applyTerrainTreeSettings();