Whitted Ray-Tracing for Dynamic Scenes using a Ray-Space Hierarchy on the GPU

Rendering Techniques 2007 (Proceedings of the Eurographics Symposium on Rendering), page 99--110 - jun 2007
Download the publication : RAH07Electronic.pdf [8.4Mo]   RAH07Printed.pdf [8.4Mo]   RAH07_PresentationSlides.pdf [5.9Mo]   supplementalResultTable.pdf [4.1Mo]  
In this paper, we present a new algorithm for interactive rendering of animated scenes with Whitted Ray-Tracing, running on the GPU. We focus our attention on the secondary rays (the rays generated by one or more bounces on specular objects), and use the GPU rasterizer for primary rays. Our algorithm is based on a ray-space hierarchy, allowing us to handle truly dynamic scenes without the need to rebuild or update the scene hierarchy. The ray-space hierarchy is entirely built on the GPU for every frame, using a very fast process. Traversing the ray-space hierarchy is also done on the GPU; one of the benefits of using a ray-space hierarchy is that we have a single shader, and a fixed number of passes. After traversing each level of the hierarchy, we prune empty branches using a stream reduction method. We present two different stream reduction methods, a fast one using a hierarchical algorithm, and an easy one using the Geometry shaders. Our algorithm results in interactive rendering with specular reflections and shadows for moderately complex scenes (700K triangles), handles any kind of dynamic or unstructured scenes without any pre-processing, and scales well with both the scene complexity and the image resolution.

Images and movies

 

BibTex references

@InProceedings\{RAH07,
  author       = "Roger, David and Assarsson, Ulf and Holzschuch, Nicolas",
  title        = "Whitted Ray-Tracing for Dynamic Scenes using a Ray-Space Hierarchy on the GPU",
  booktitle    = "Rendering Techniques 2007 (Proceedings of the Eurographics Symposium on Rendering)",
  pages        = "99--110",
  month        = "jun",
  year         = "2007",
  editor       = "Kautz, Jan and Pattanaik, Sumanta",
  publisher    = "the Eurographics Association",
  organization = "Eurographics and ACM/SIGGRAPH",
  keywords     = "Graphics Processors, Raytracing",
  url          = "http://artis.inria.fr/Publications/2007/RAH07"
}

Other publications in the database

» David Roger
» Ulf Assarsson
» Nicolas Holzschuch