mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 17:07:40 +00:00
@@ -12,11 +12,11 @@ public:
|
||||
CCollidableSphere(const CSphere& sphere, const CMaterialList& material)
|
||||
: CCollisionPrimitive(material), x10_sphere(sphere) {}
|
||||
|
||||
uint GetTableIndex() const override;
|
||||
CAABox CalculateAABox(const CTransform4f&) const override;
|
||||
CAABox CalculateLocalAABox() const override;
|
||||
FourCC GetPrimType() const override;
|
||||
~CCollidableSphere() override {}
|
||||
uint GetTableIndex() const;
|
||||
CAABox CalculateAABox(const CTransform4f&) const;
|
||||
CAABox CalculateLocalAABox() const;
|
||||
FourCC GetPrimType() const;
|
||||
~CCollidableSphere() {}
|
||||
CRayCastResult CastRayInternal(const CInternalRayCastStructure&) const;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user