Fast Robust BSP Tree Traversal Algorithm for Ray Tracing
暂无分享,去创建一个
An orthogonal BSP (binary space partitioning) tree is a commonly used spatial subdivision data structure for ray-tracing acceleration. While the construction of a BSP tree takes a relatively short time, the efficiency of a traversal algorithm significantly influences the overall rendering time. We propose a new fast traversal algorithm based on statistical evaluation of all possible cases occuring during the traversal of a BSP tree. More frequent cases are handled simply, while less frequent ones are more computationally expensive. The proposed traversal algorithm handles all singularities correctly, and saves between 30% and 50% of traversal time compared with the commonly-known Sung and Arvo algorithms.
[1] Roman Kuchkuda,et al. An introduction to ray tracing , 1993, Comput. Graph..
[2] Andrew S. Glassner,et al. An introduction to ray tracing , 1989 .
[3] Frederik W. Jansen,et al. Data structures for ray tracing , 1986 .
[4] Eric Hoines,et al. A Proposal for Standard Graphics Environments , 1987, IEEE Computer Graphics and Applications.
[5] Steve Hollasch,et al. Advanced animation and rendering techniques , 1994, Comput. Graph..