Increase star render distance to 1 Gly

pull/3/head
SevenSpheres 2019-11-11 13:31:44 -07:00 committed by Li Linfeng
parent 48824889fa
commit 32ce75e858
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ constexpr const char SAOCatalogPrefix[] = "SAO ";
// local group of galaxies. A larger value should be OK, but the
// performance implications for octree traversal still need to be
// investigated.
constexpr const float STAR_OCTREE_ROOT_SIZE = 10000000.0f;
constexpr const float STAR_OCTREE_ROOT_SIZE = 1000000000.0f;
constexpr const float STAR_OCTREE_MAGNITUDE = 6.0f;
//constexpr const float STAR_EXTRA_ROOM = 0.01f; // Reserve 1% capacity for extra stars