Asynchronous BVH construction for ray tracing dynamic scenes on parallel multi-core architectures

  • Authors:
  • Thiago Ize;Ingo Wald;Steven G. Parker

  • Affiliations:
  • SCI Institute, University of Utah;SCI Institute, University of Utah;SCI Institute, University of Utah

  • Venue:
  • EG PGV'07 Proceedings of the 7th Eurographics conference on Parallel Graphics and Visualization
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

Recent developments have produced several techniques for interactive ray tracing of dynamic scenes. In particular, bounding volume hierarchies (BVHs) are efficient acceleration structures that handle complex triangle distributions and can accommodate deformable scenes by updating (refitting) the bounding primitive without restructuring the entire tree. Unfortunately, updating only the bounding primitive can result in a degradation of the quality of the BVH, and in some scenes will result in a dramatic deterioration of rendering performance. The typical method to avoid this degradation is to rebuild the BVH when a heuristic determines the tree is no longer efficient, but this rebuild results in a disruption of interactive system response. We present a method that removes this gradual decline in performance while enabling consistently fast BVH performance. We accomplish this by asynchronously rebuilding the BVH concurrently with rendering and animation, allowing the BVH to be restructured within a handful of frames.