diff -r 6f7fe14782c2 -r 907a634e5c02 ccdemos/realtime_bunny.cc --- a/ccdemos/realtime_bunny.cc Sun Apr 27 09:44:49 2008 +0200 +++ b/ccdemos/realtime_bunny.cc Sun Apr 27 14:19:37 2008 +0200 @@ -1,5 +1,5 @@ #include "raytracer.h" -#include "octree.h" +#include "kdtree.h" #include "common_sdl.h" #include "common_ply.h" @@ -7,7 +7,7 @@ int main(int argc, char **argv) { Raytracer rt; - Octree top; + KdTree top; Camera cam; rt.setMaxDepth(0);