diff -r 76b254ce92cf -r 6493fb65f0b1 TODO --- a/TODO Wed Mar 19 17:18:59 2008 +0100 +++ b/TODO Wed Mar 26 00:52:27 2008 +0100 @@ -4,9 +4,14 @@ Inside-out transition is ignored as every second intersection is ignored to avoid duplicit intersect points. This solution should be replaced by moving ray origin a little forward, which should work as well and without side-effects. + * bug in octree - black lines in center of image Future Plans ============ + * changing main ray tracing algoritm to more flexible architecture with a Sampler object: + - update all demos for new Sampler/Camera architecture + - enhance Sampler to support oversampling and subsampling as before + - rewrite pthreads * namespace * kd-tree: - optimize structures