2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 22:27:41 +00:00

More collision imps

This commit is contained in:
2016-04-26 19:41:00 -07:00
parent a8021d4d88
commit 6e0fad8489
6 changed files with 81 additions and 11 deletions

View File

@@ -22,11 +22,12 @@ CRayCastResult CCollidableOBBTree::CastRayInternal(const CInternalRayCastStructu
zeus::CAABox CCollidableOBBTree::CalculateAABox(const zeus::CTransform&) const
{
return x10_tree->CalculateLocalAABox();
}
zeus::CAABox CCollidableOBBTree::CalculateLocalAABox() const
{
}
}