mirror of https://github.com/AxioDL/metaforce.git
Fix optimistic MIN_SUBDIV
This commit is contained in:
parent
9c3f5e1a07
commit
2a8a9ea66f
|
@ -13,7 +13,7 @@ constexpr s32 AROT_MAX_LEVEL = 10;
|
|||
constexpr s32 AROT_MIN_MODELS = 8;
|
||||
constexpr s32 COLLISION_MIN_NODE_TRIANGLES = 8;
|
||||
constexpr s32 PATH_MIN_NODE_REGIONS = 16;
|
||||
constexpr float AROT_MIN_SUBDIV = 10.f;
|
||||
constexpr float AROT_MIN_SUBDIV = 8.f;
|
||||
|
||||
static zeus::CAABox SplitAABB(const zeus::CAABox& aabb, int i) {
|
||||
zeus::CAABox pos, neg;
|
||||
|
|
Loading…
Reference in New Issue