Update range of LOD to go up to 20:2

This commit is contained in:
Ryan Huffman 2015-11-12 11:18:05 -08:00
parent 2b07daa976
commit 8adf456b91

View file

@ -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;