Ray Tracing with Shared-Plane Bounding Volume Hierarchies
Manfred Ernst, Sven Woop
In Journal of Graphics, GPU, and Game Tools, 15(3), 2011.
Abstract: We present a representation of an axis-aligned bounding volume hierarchy (BVH) for ray tracing that removes redundant bounding information from the data structure. The observation that two children of a binary BVH node share at least six planes with their parent node leads to two possible optimizations: (a) the size of the data structure can be optimized by storing six floats instead of 12 for the bounds of the two children, and (b) the box-intersection code can be optimized by avoiding the reintersection with shared planes. These optimizations reduce memory consumption of the hierarchy by 37.5 percent with only a marginal impact on ray-shooting performance.
Article URL: http://dx.doi.org/10.1080/2151237X.2011.563675
BibTeX format:
@article{Ernst:2011:RTW,
  author = {Manfred Ernst and Sven Woop},
  title = {Ray Tracing with Shared-Plane Bounding Volume Hierarchies},
  journal = {Journal of Graphics, GPU, and Game Tools},
  volume = {15},
  number = {3},
  pages = {141--151},
  year = {2011},
}
Search for more articles by Manfred Ernst.
Search for more articles by Sven Woop.

Return to the search page.


graphbib: Powered by "bibsql" and "SQLite3."