]> git.localhorst.tv Git - blobs.git/commit
primitive collision response
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sat, 2 Dec 2017 13:50:09 +0000 (14:50 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sat, 2 Dec 2017 13:50:09 +0000 (14:50 +0100)
commitf5fc0c2bd1c0d1e2737d2b4ed49c3de16aa67c67
tree4fafa303b6a0743b7a31b3bcf23ff0941f1cf016
parentfbbee4cf7bd6f41139c2298c41d29b87401e6cf6
primitive collision response
src/app/states.cpp
src/blobs.cpp
src/creature/Creature.hpp
src/creature/creature.cpp
src/math/geometry.cpp [new file with mode: 0644]
src/math/geometry.hpp [new file with mode: 0644]
src/world/Body.hpp
src/world/CreatureCreatureCollision.hpp [new file with mode: 0644]
src/world/world.cpp