]> git.localhorst.tv Git - tacos.git/commit
ray/floor intersection experiments
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 11 Mar 2016 16:00:02 +0000 (17:00 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 11 Mar 2016 16:00:02 +0000 (17:00 +0100)
commit57f81dc2a126e77e48e8962a9d6730c59ffddbda
tree67d14634b4ae052593c0c1c8c312eb9828cfb860
parent2e761a60d1717297b7e308ef1b66e2a81319fdff
ray/floor intersection experiments
12 files changed:
Makefile
src/graphics/viewport.cpp
src/graphics/viewport.hpp
src/physics/ray.cpp [new file with mode: 0644]
src/physics/ray.hpp
src/tacos.cpp
src/world/world.cpp
tst/test.cpp
tst/vector_assert.cpp [new file with mode: 0644]
tst/vector_assert.hpp [new file with mode: 0644]
tst/world/FloorTest.cpp [new file with mode: 0644]
tst/world/FloorTest.hpp [new file with mode: 0644]