Tweaked water physics

This commit is contained in:
2025-09-04 01:14:10 +03:00
parent 1c56387c35
commit 25816c5658
4 changed files with 37 additions and 13 deletions

View File

@@ -9,6 +9,7 @@ struct Character {}; /* tag */
struct Player {}; /* tag */
struct CharacterBase {
Ogre::String type;
float mTimer;
Ogre::SceneNode *mBodyNode;
Ogre::Entity *mBodyEnt;
Ogre::Skeleton *mSkeleton;