]> git.localhorst.tv Git - blobs.git/commit
basic creature model
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 15 Nov 2017 21:09:46 +0000 (22:09 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 15 Nov 2017 21:09:46 +0000 (22:09 +0100)
commit196f02bdbbd372b77141201f045fcfea318093b1
tree14db54feffbc4ed262e0be29c61cb8e308cc78b7
parent02d5571eef7630c38968af264a441aa43e802d0f
basic creature model
12 files changed:
assets
src/app/Assets.hpp
src/app/app.cpp
src/app/states.cpp
src/blobs.cpp
src/graphics/CreatureSkin.hpp [new file with mode: 0644]
src/graphics/shader.cpp
src/world/Body.hpp
src/world/Creature.hpp [new file with mode: 0644]
src/world/Planet.hpp
src/world/creature.cpp [new file with mode: 0644]
src/world/world.cpp