]> git.tdb.fi Git - libs/game.git/commit
Add a component for using dynamic meshes in entities
authorMikko Rasa <tdb@tdb.fi>
Sat, 11 Feb 2023 13:18:20 +0000 (15:18 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sat, 11 Feb 2023 13:18:20 +0000 (15:18 +0200)
commit5637c752cfe9b359a7e7ac5a58ac49736fe2d0da
tree309e8943eb9e3ac4c3d33179600ba4f263fdf393
parent71f101c7aff0b14d1cc52dba21ca318bad5dac8f
Add a component for using dynamic meshes in entities
source/gameview/dynamicmeshsource.cpp [new file with mode: 0644]
source/gameview/dynamicmeshsource.h [new file with mode: 0644]
source/gameview/renderer.cpp