Removed separate controller class

This commit is contained in:
2025-09-01 12:32:34 +03:00
parent e0045ffeb1
commit b434e516f0
5 changed files with 128 additions and 269 deletions

View File

@@ -54,6 +54,8 @@ struct CharacterBody {
btCompoundShape *mCollisionShape;
Ogre::Bullet::KinematicMotionSimple *mController;
Ogre::Vector3 gvelocity;
bool checkGround;
bool checkGroundResult;
};
struct Camera {
Ogre::SceneNode *mCameraNode;