95% match CMetaree

Former-commit-id: 280fe91feb
This commit is contained in:
2022-10-29 00:22:07 -04:00
parent f463d79f5d
commit 3b8eb2ed04
12 changed files with 350 additions and 25 deletions

View File

@@ -2,7 +2,7 @@
#include "Kyoto/Math/CloseEnough.hpp"
const float CPhysicsActor::skGravityConstant = 9.81f * 2.5f;
const float CPhysicsActor::kGravityAccel = 9.81f * 2.5f;
CPhysicsActor::CPhysicsActor(TUniqueId uid, bool active, const rstl::string& name,
const CEntityInfo& info, const CTransform4f& xf,