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

More CRidley imps

This commit is contained in:
2019-11-12 12:25:21 -08:00
parent 3b101267f8
commit a1c7692d36
11 changed files with 1082 additions and 163 deletions

View File

@@ -23,6 +23,7 @@ public:
const zeus::CSphere& GetSphere() const { return x10_sphere; }
void SetSphereCenter(const zeus::CVector3f& center) { x10_sphere.position = center; }
void SetSphereRadius(float radius) { x10_sphere.radius = radius; }
zeus::CSphere Transform(const zeus::CTransform& xf) const;
u32 GetTableIndex() const override;