Realtime Ray Tracing on GPU with BVH-based Packet Traversal

  • Authors:
  • Johannes Gunther;Stefan Popov;Hans-Peter Seidel;Philipp Slusallek

  • Affiliations:
  • MPI Informatik, e-mail: guenther@mpi-inf.mpg.de;Saarland University, e-mail: popov@graphics.cs.uni-sb.de;MPI Informatik, e-mail: hpseidel@mpi-inf.mpg.de;Saarland University, e-mail: slusallek@graphics.cs.uni-sb.de

  • Venue:
  • RT '07 Proceedings of the 2007 IEEE Symposium on Interactive Ray Tracing
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

Recent GPU ray tracers can already achieve performance competitive to that of their CPU counterparts. Nevertheless, these systems can not yet fully exploit the capabilities of modern GPUs and can only handle medium-sized, static scenes. In this paper we present a BVH-based GPU ray tracer with a parallel packet traversal algorithm using a shared stack. We also present a fast, CPU-based BVH construction algorithm which very accurately approximates the surface area heuristic using streamed binning while still being one order of magnitude faster than previously published results. Furthermore, using a BVH allows us to push the size limit of supported scenes on the GPU: We can now ray trace the 12.7 million triangle POWER PLANT at 1024×1024 image resolution with 3 fps, including shading and shadows.