A Fast Sah-Based Construction of Octree

Xin Yang,Duan-qing Xu,Lei Zhao
2009-01-01
Abstract:Recent GPU ray tracers can already achieve performance competitive to that of their CPU Counterparts. Nevertheless, these systems call not yet fully exploit file capabilities of modern GPUs and can only handle medium-sized, static scenes.We present all octree construction algorithm for the GPU that achieves real-time performance by heavily exploiting the hardware, which has been observed to give Superior performance in ray tracing compared to other acceleration structures. We use streaming construction with the Surface area heuristic (SAH) that significantly increase the coherence of memory accesses during construction of file octree.
What problem does this paper attempt to address?