mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
Reduce the minSize of quad tree nodes for better performance
This commit is contained in:
parent
a041546b54
commit
fb8ac06524
@ -394,7 +394,7 @@ void QuadTreeWorld::ensureQuadTreeBuilt()
|
||||
if (mQuadTreeBuilt)
|
||||
return;
|
||||
|
||||
const float minSize = 1/4.f;
|
||||
const float minSize = 1/8.f;
|
||||
QuadTreeBuilder builder(mStorage, mViewDataMap.get(), minSize);
|
||||
builder.build();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user