]> Dogcows Code - chaz/yoink/commit
initial working frustum culling implementation
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Fri, 21 Aug 2009 06:13:20 +0000 (00:13 -0600)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Fri, 21 Aug 2009 06:13:20 +0000 (00:13 -0600)
commit72d4af22710317acffab861421c4364b1780b6fe
tree4356f257e0b00564cd602e569cafd7554cd1085a
parent493ddb59a8620b49dfa0ff62ce93395ebfd02e86
initial working frustum culling implementation
46 files changed:
configure.ac
data/scenes/Test.json
src/Makefile.am
src/Moof/Aabb.cc
src/Moof/Aabb.hh
src/Moof/Camera.cc
src/Moof/Camera.hh
src/Moof/Engine.cc
src/Moof/Engine.hh
src/Moof/Entity.hh
src/Moof/Frustum.cc [new file with mode: 0644]
src/Moof/Frustum.hh
src/Moof/Hash.cc [new file with mode: 0644]
src/Moof/Hash.hh [new file with mode: 0644]
src/Moof/Math.hh
src/Moof/Mippleton.hh
src/Moof/Octree.hh
src/Moof/Plane.cc [new file with mode: 0644]
src/Moof/Plane.hh
src/Moof/Scene.cc
src/Moof/Scene.hh
src/Moof/Sphere.cc [new file with mode: 0644]
src/Moof/Sphere.hh [new file with mode: 0644]
src/Moof/Texture.cc
src/Moof/Texture.hh
src/Moof/Tree.hh
src/Moof/stlplus/containers.hpp [new file with mode: 0755]
src/Moof/stlplus/containers_fixes.hpp [new file with mode: 0755]
src/Moof/stlplus/digraph.hpp [new file with mode: 0755]
src/Moof/stlplus/digraph.tpp [new file with mode: 0755]
src/Moof/stlplus/exceptions.hpp [new file with mode: 0755]
src/Moof/stlplus/foursome.hpp [new file with mode: 0755]
src/Moof/stlplus/foursome.tpp [new file with mode: 0755]
src/Moof/stlplus/hash.hpp [new file with mode: 0755]
src/Moof/stlplus/hash.tpp [new file with mode: 0755]
src/Moof/stlplus/matrix.hpp [new file with mode: 0755]
src/Moof/stlplus/matrix.tpp [new file with mode: 0755]
src/Moof/stlplus/ntree.hpp [new file with mode: 0755]
src/Moof/stlplus/ntree.tpp [new file with mode: 0755]
src/Moof/stlplus/safe_iterator.hpp [new file with mode: 0755]
src/Moof/stlplus/safe_iterator.tpp [new file with mode: 0755]
src/Moof/stlplus/smart_ptr.hpp [new file with mode: 0755]
src/Moof/stlplus/smart_ptr.tpp [new file with mode: 0755]
src/Moof/stlplus/triple.hpp [new file with mode: 0755]
src/Moof/stlplus/triple.tpp [new file with mode: 0755]
src/YoinkApp.cc
This page took 0.023968 seconds and 4 git commands to generate.