We introduce the dual-split tree, a new tree-based acceleration structure for ray tracing. Each internal node of a dual-split tree uses two axis-aligned planes to either split the parent node into two child nodes or to mark the empty regions of the node. This allows child bounding boxes to overlap when desired. Thus, our dual-split tree is capable of representing space partitioning identical to any given bounding volume hierarchy. Our dual-split tree provides a significant reduction in the required acceleration structure storage by eliminating the redundant bounding planes that are commonplace in bounding volume hierarchies, providing better performance and storage savings than similar previous methods. As a result, we achieve improved rendering performance with dual-split trees, as compared to bounding volume hierarchies with a comparable level of optimization using identical or similar space partitioning.
@proceedings{Lin:2019:dualSplitTrees,
author = {Daqi Lin and Konstantin Shkurko and Ian Mallett and Cem Yuksel},
title = {Dual-Split Trees},
journal = {Symposium on Interactive 3D Graphics and Games (I3D 2019)},
month = may,
year = {2019},
location = {Montreal, Quebec, Canada},
url = {https://doi.org/10.1145/3306131.3317028},
doi = {10.1145/3306131.3317028},
publisher = {ACM Press},
address = {New York, NY, USA},
}
This material is supported in part by the National Science Foundation under Grant No. 1409129. Crytek Sponza is from Frank Meinl at Crytek and Marko Dabrovic, Vegetation and Hairball are from Samuli Laine, San Miguel is from Guillermo Leal Laguno and Powerplant is from University of North Carolina. Dragon Sponza is from Cem Yuksel, who combined Dragon from the Stanford Computer Graphics Laboratory with Crytek Sponza.