skip to content

Ray traced volume clipping using multi-hit BVH traversal

Stefan Zellmann, Mauritius Hoevels, Ulrich Lang
Proceedings of Visualization and Data Analysis (VDA), Burlingame, California, USA, January 29-February 2, 2017. DOI: 10.2352/ISSN.2470-1173.2017.1.VDA-392

Winner of the VDA best paper award

Download link (publisher's website)

Abstract
Clipping is an important operation in the context of direct volume rendering to gain an understanding of the inner structures of scientific datasets. Rendering systems often only support volume clipping with geometry types that can be described in a parametric form, or they employ costly multi-pass GPU approaches. We present a SIMD-friendly clipping algorithm for ray traced direct volume rendering that is compatible with arbitrary geometric surface primitives ranging from mere planes over quadric surfaces such as spheres to general triangle meshes. By using a generic programming approach, our algorithm is in general not even limited to triangle or quadric primitives. Ray tracing complex geometric objects with a high primitive count requires the use of acceleration data structures. Our algorithm is based on the multi-hit query for traversing bounding volume hierarchies with rays. We provide efficient CPU and GPU implementations and present performance results.

Bibtex

@inproceedings{zellmann:vda2017,
author = {Zellmann, Stefan and Hoevels, Mauritius and Lang, Ulrich},
title = {Ray traced volume clipping using multi-hit {BVH} traversal},
booktitle = {Proceedings of Visualization and Data Analysis (VDA)},
year = {2017},
month = feb
}