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

Add all entities to ImGuiEntitySupport

This commit is contained in:
2021-05-26 10:00:57 -04:00
parent 0841bd4ab2
commit 4740ca0c43
120 changed files with 474 additions and 15 deletions

View File

@@ -112,6 +112,7 @@ protected:
u32 x250_numTicksPartialUpdate = 0;
public:
DEFINE_ENTITY
CPhysicsActor(TUniqueId uid, bool active, std::string_view name, const CEntityInfo& info, const zeus::CTransform& xf,
CModelData&& mData, const CMaterialList& matList, const zeus::CAABox& box, const SMoverData& moverData,
const CActorParameters& actorParms, float stepUp, float stepDown);
@@ -208,7 +209,5 @@ public:
void UseCollisionImpulses();
static constexpr float GravityConstant() { return 9.81f * 2.5f; } /* 9.81 m/s ^ 2 is normal acceleration under earth gravity, Tallon 4 is 2.5 times that */
IMGUI_ENTITY_PROTOTYPES
};
} // namespace metaforce