Flexible Ray Traversal with an Extended Programming Model
Abstract
The availability of hardware-accelerated ray tracing in GPUs and standardized APIs has led to a rapid adoption of ray tracing in games. While these APIs allow programmable surface shading and intersections, most of the ray traversal is assumed to be fixed-function. As a result, the implementation of per-instance Level-of-Detail (LOD) techniques is very limited. In this paper, we propose an extended programming model for ray tracing which includes an additional programmable stage called the traversal shader that enables procedural selection of acceleration structures for instances. Using this programming model, we demonstrate multiple applications such as procedural multi-level instancing and stochastic LOD selection that can significantly reduce the bandwidth and memory footprint of ray tracing with no perceptible loss in image quality.
Paper
Demo Video
BibTex
@INPROCEEDINGS{Lee2019sa,
author = {Won-Jong Lee, Gabor Liktor and Karthik Vaidyanathan},
title = {Flexible Ray Traversal with an Extended Programming Model},
booktitle = {Proceedings of ACM SIGGRAPH Asia 2019, Technical Brief},
year = {2019},
pages = {17-20},
}