Razor: An Architecture for Dynamic Multiresolution Ray Tracing

Peter Djeu, Warren Hunt, Rui Wang, Ikrima Elhassan, Gordon Stoll, William R. Mark
The University of Texas at Austin, Department of Computer Sciences
Technical Report TR-07-52, January 24, 2007
(conditionally accepted to ACM Transactions on Graphics)



Abstract

Rendering systems organized around the ray tracing visibility algorithm provide a powerful and general tool for generating realistic images. These systems are being rapidly adopted for offline rendering tasks, and there is increasing interest in utilizing ray tracing for interactive rendering as well. Unfortunately, standard ray tracing systems suffer from several fundamental problems that limit their flexibility and performance, and until these issues are addressed ray tracing will have no hope of replacing Z-buffer systems for most interactive graphics applications.

To realize the full potential of ray tracing, it is necessary to use variants such as distribution ray tracing and path tracing that can compute compelling visual effects: soft shadows, glossy reflections, ambient occlusion, and many others. Unfortunately, current distribution ray tracing systems are fundamentally inefficient. They have high overhead for rendering large dynamic scenes, use excessively detailed geometry for secondary rays, perform redundant computations for shading and secondary rays, and have irregular data access and computation patterns that are a poor match for cost-effective hardware.

We describe Razor, a new software architecture for a distribution ray tracer that addresses these issues. Razor supports watertight multiresolution geometry using a novel interpolation technique and a multiresolution kD-tree acceleration structure built ondemand each frame from a tightly integrated application scene graph. This dramatically reduces the cost of supporting dynamic scenes and improves data access and computation patterns for secondary rays. The architecture also decouples shading computations from visibility computations using a two-phase shading scheme. It uses existing best-practice techniques including bundling rays into SIMD packets for efficient computation and memory access. We present an experimental system that implements these techniques at near-interactive frame rates. We present results from this system demonstrating the effectiveness of its software architecture and algorithms.

BibTex Citation

@TechReport{djeu:07:razortr,
  author = {Peter Djeu and Warren Hunt and Rui Wang
            and Ikrima Elhassan and Gordon Stoll
            and William R. Mark},
  title =  {Razor: An Architecture for
            Dynamic Multiresolution Ray Tracing},
  number = {TR-07-52},
  month =  {January 24},
  year =   {2007},
  institution = {The University of Texas at Austin,
                 Department of Computer Sciences}
}