]> git.tdb.fi Git - libs/game.git/commit
Add a transform component and propagation system
authorMikko Rasa <tdb@tdb.fi>
Sat, 22 Oct 2022 19:52:04 +0000 (22:52 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 22 Oct 2022 19:52:04 +0000 (22:52 +0300)
commitc809f54b802727926bae40e9fe67d0e3c94fd2c0
tree2fe950fa0b328d9dc1c8dae265a6471e2afc1888
parent5ef7c7a9e1e6681ce43fae217e0c3a1b846e6874
Add a transform component and propagation system
source/game/entity.cpp
source/game/entity.h
source/game/root.h
source/game/transform.cpp [new file with mode: 0644]
source/game/transform.h [new file with mode: 0644]
source/game/transformpropagator.cpp [new file with mode: 0644]
source/game/transformpropagator.h [new file with mode: 0644]