mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 23:39:23 +02:00
Update range of LOD to go up to 20:2
This commit is contained in:
parent
2b07daa976
commit
8adf456b91
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ const int HALF_TREE_SCALE = TREE_SCALE / 2;
|
|||
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 = 800.0f;
|
||||
const float MAX_LOD_SIZE_MULTIPLIER = 4000.0f;
|
||||
|
||||
const int NUMBER_OF_CHILDREN = 8;
|
||||
|
||||
|
|
Loading…
Reference in a new issue