top of page

Flexible Ray Traversal with an Extended Programming Model

Won-Jong Lee, Gabor Liktor, and Karthik Vaidyanathan

Advanced Rendering Technology Team, Intel

lod.jpg
dragon_ao.png
fractal_diffused.png

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

Paper preprint (pdf, 12M)

Talk slides (pdf, 5.4M)

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},
}

bottom of page