Efficient stack-less BVH traversal for ray tracing

SCCG '11: Proceedings of the 27th Spring Conference on Computer Graphics(2011)

引用 67|浏览4
暂无评分
摘要
We propose a new, completely iterative traversal algorithm for ray tracing bounding volume hierarchies that is based on storing a parent pointer with each node, and on using simple state logic to infer which node to traverse next. Though our traversal algorithm does re-visit internal nodes, it intersects each visited node only once, and in general performs exactly the same ray-box tests and ray-primitive intersection tests---and in exactly the same order---as a traditional stack-based variant. The proposed algorithm can be used for computer architectures that need to minimize the use of local memory for processing rays or those that need to minimize the data transport such as distributed multi-CPU architectures.
更多
查看译文
关键词
efficient stack-less bvh traversal,local memory,ray-box test,data transport,parent pointer,traversal algorithm,multi-cpu architecture,computer architecture,re-visit internal node,iterative traversal algorithm,proposed algorithm,bounding volume hierarchy,ray tracing
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要