mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 23:40:11 +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;
|
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
|
// 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;
|
const int NUMBER_OF_CHILDREN = 8;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue