Macro 64-regions for uniform grids on GPU
Eugene M. Taranta II, Sumanta N. Pattanaik
In The Visual Computer, 30(6-8), June 2014.
Abstract: Uniform grids are a spatial subdivision acceleration structure well suited for ray tracing. They are known for their fast build times and ease of use, but suffer from slow traversals in the presence of empty space. To address this issue, we present macro 64-regions, a new GPU based approach for finding and storing empty volumes in an underlying uniform grid. This allows for fast traversals through regions that do not contain scene geometry. Further, unlike previous solutions to this problem, we do not store a hierarchical structure and therefore the traversal steps are simplified. Because macro 64-regions are dependent on an underlying grid, we also introduce an improvement in the grid construction process. Our method does not rely on sorting as previous methods do, but instead uses atomic operators to manage bookkeeping during the build. Using our proposed methods, we show a substantial improvement in build time, trace time, as well as an improvement in the consistency of rendering times for randomly generated views.
Article URL: http://dx.doi.org/10.1007/s00371-014-0974-x
BibTeX format:
@article{Taranta:2014:M6F,
  author = {Eugene M. Taranta II and Sumanta N. Pattanaik},
  title = {Macro 64-regions for uniform grids on GPU},
  journal = {The Visual Computer},
  volume = {30},
  number = {6-8},
  pages = {615--624},
  month = jun,
  year = {2014},
}
Search for more articles by Eugene M. Taranta II.
Search for more articles by Sumanta N. Pattanaik.

Return to the search page.


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