Ray Tracing | q/kd-Demo | 2007-06-12 |
Summary
This Ray Tracer only existed and died with one thing: the q/kd-tree, a hybrid acceleration structure, containing the best of Kd-Trees [0] and Quadtrees [1]. Backed with this acceleration structure, I really achieved some frames per second, but see what I wrote in the IOTDs.
No sourcecode inside, just the binary: http://phresnel.org/d/obirdemo1_x86SSE_linux.tar.gz
references
0: | Kd-Tree, http://en.wikipedia.org/wiki/Kd-tree |
1: | Quadtree, http://en.wikipedia.org/wiki/Quadtree |