mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:47:43 +00:00
Finish CMetroidAreaCollider
This commit is contained in:
@@ -140,7 +140,7 @@ public:
|
||||
u32 GetNumTriangles() const { return x40_polyCount; }
|
||||
CCollisionSurface GetMasterListTriangle(u16 idx) const;
|
||||
void GetTriangleVertexIndices(u16 idx, u16 indicesOut[3]) const;
|
||||
const u16* GetTriangleEdgeIndices(u16 idx) const { return &x44_polyEdges[idx * 6]; }
|
||||
const u16* GetTriangleEdgeIndices(u16 idx) const { return &x44_polyEdges[idx * 3]; }
|
||||
|
||||
static std::unique_ptr<CAreaOctTree> MakeFromMemory(const u8* buf, unsigned int size);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user