]> git.localhorst.tv Git - blank.git/commit
allow multiple meshes per entity
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 11 Aug 2015 13:17:54 +0000 (15:17 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 11 Aug 2015 13:17:54 +0000 (15:17 +0200)
commitd02daa5a4805dc3184884f3a7cd7620e5787adcb
tree00d8daafc0e6b05ef4b74a579b42cd9d15b2776f
parent5cd73a8f2b40e59ec13aa2a6af33bc8e2a6b9a6c
allow multiple meshes per entity

organized in a tree with each node haing its local
position/orientation relative to the parent
src/ai/Spawner.cpp
src/ai/Spawner.hpp
src/app/FPSController.cpp
src/model/CompositeModel.cpp [new file with mode: 0644]
src/model/CompositeModel.hpp [new file with mode: 0644]
src/world/Entity.cpp
src/world/Entity.hpp
src/world/World.cpp