摘要:
In ray tracing with BVH, one can typically use either distance-based sorting or axis-based sorting for determining the traversal order of child nodes.I tested both methods, it's observed that axis-based sorting is slightly faster than distance-based sorting, interesting. We only compare the numb 阅读全文
posted @ 2012-12-03 23:29
Len3d
阅读(225)
评论(0)
推荐(0)