diff -r a5127346fbcd -r 09aedbf5f95f ccdemos/realtime.cc --- a/ccdemos/realtime.cc Sun Apr 20 19:27:59 2008 +0200 +++ b/ccdemos/realtime.cc Mon Apr 21 08:47:36 2008 +0200 @@ -1,14 +1,14 @@ #include #include "raytracer.h" -#include "octree.h" +#include "kdtree.h" #include "common_sdl.h" int main(int argc, char **argv) { Raytracer rt; - Octree top; + KdTree top; Camera cam; rt.setMaxDepth(3);