]> git.tdb.fi Git - libs/game.git/commit
Basic integration of physics
authorMikko Rasa <tdb@tdb.fi>
Sat, 15 Mar 2025 17:36:59 +0000 (19:36 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sat, 15 Mar 2025 17:38:38 +0000 (19:38 +0200)
commit263fa2a98d6461ec59cc7bfe5e2de5ef96c48f1d
tree9bfce5163afaea75e3f03740f4bfa48edaa2a656
parent03be19cd153cec9e8b666a047e5633fb6531fa30
Basic integration of physics
Build
source/game/director.cpp
source/game/director.h
source/game/motion.cpp [new file with mode: 0644]
source/game/motion.h [new file with mode: 0644]
source/game/physicssystem.cpp [new file with mode: 0644]
source/game/physicssystem.h [new file with mode: 0644]
source/game/rigidbody.h [new file with mode: 0644]
source/game/stage.cpp
source/game/stage.h