Initial CCollidableSphere match work

This commit is contained in:
2024-10-13 22:00:50 -07:00
parent 51c06420f9
commit f9ed07d33c
8 changed files with 143 additions and 13 deletions

View File

@@ -24,8 +24,9 @@ public:
CRayCastResult CastRayInternal(const CInternalRayCastStructure&) const;
const CAABox& GetBox() const { return x10_aabb; }
CAABox& Box() { return x10_aabb; }
static void SetStaticTableIndex(uint idx);
static void SetStaticTableIndex(uint idx) { sTableIndex = idx; }
static CCollisionPrimitive::Type GetType();
private: