]> Dogcows Code - chaz/yoink/commit
scene drawing correctly implemented; new classes
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Fri, 14 Aug 2009 16:37:40 +0000 (10:37 -0600)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Fri, 14 Aug 2009 16:37:40 +0000 (10:37 -0600)
commit29e3d45f7bbbf31eadf793c41ff2b3d9c47b7539
tree50690b3f53c0838fdbe549483b859531a40d2d24
parent16d1a05b0777e97a45c48e2874aa4e5cc791282e
scene drawing correctly implemented; new classes
27 files changed:
configure.ac
data/scenes/Test.xml [deleted file]
src/Character.cc
src/Character.hh
src/Makefile.am
src/Moof/Aabb.cc [new file with mode: 0644]
src/Moof/Aabb.hh
src/Moof/Camera.cc [new file with mode: 0644]
src/Moof/Camera.hh
src/Moof/Cullable.hh
src/Moof/Drawable.hh
src/Moof/Entity.hh [moved from src/Moof/Profiler.hh with 73% similarity]
src/Moof/Frustum.hh [new file with mode: 0644]
src/Moof/Interpolator.hh
src/Moof/Octree.hh [new file with mode: 0644]
src/Moof/OpenGL.cc
src/Moof/OpenGL.hh
src/Moof/Plane.hh [new file with mode: 0644]
src/Moof/Scene.cc
src/Moof/Scene.hh
src/Moof/Texture.cc
src/Moof/Texture.hh
src/Moof/Tilemap.cc
src/Moof/Tilemap.hh
src/Moof/Tree.hh [new file with mode: 0644]
src/YoinkApp.cc
src/YoinkApp.hh
This page took 0.024749 seconds and 4 git commands to generate.