mirror of
https://github.com/lubosz/overte.git
synced 2025-04-26 09:35:31 +02:00
tweaks to the LOD Tools UI
This commit is contained in:
parent
fa122a227b
commit
69f261ae94
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ const int TREE_SCALE = 16384; // ~10 miles.. This is the number of meters of t
|
|||
const float DEFAULT_OCTREE_SIZE_SCALE = TREE_SCALE * 400.0f;
|
||||
|
||||
// This is used in the LOD Tools to translate between the size scale slider and the values used to set the OctreeSizeScale
|
||||
const float MAX_LOD_SIZE_MULTIPLIER = 2000.0f;
|
||||
const float MAX_LOD_SIZE_MULTIPLIER = 800.0f;
|
||||
|
||||
const int NUMBER_OF_CHILDREN = 8;
|
||||
|
||||
|
|
Loading…
Reference in a new issue