2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-20 19:39:12 +00:00

Initial CIceImpact

This commit is contained in:
2021-03-07 01:41:56 -08:00
committed by Luke Street
parent 99b6034e5c
commit 5fd78e4c75
11 changed files with 550 additions and 2 deletions

View File

@@ -168,6 +168,7 @@ public:
const CMaterialList& matList, const zeus::CVector3f& dir, float mag,
CCollisionInfo& infoOut, double& dOut);
static void ResetInternalCounters();
static std::array<u16, 0x4000> GetTriangleList() { return g_DupTriangleList; }
};
class CAreaCollisionCache {