Hardware-Based Ray Casting for Tetrahedral Meshes

  • Authors:
  • Manfred Weiler;Martin Kraus;Markus Merz;Thomas Ertl

  • Affiliations:
  • University of Stuttgart, Germany;University of Stuttgart, Germany;University of Stuttgart, Germany;University of Stuttgart, Germany

  • Venue:
  • Proceedings of the 14th IEEE Visualization 2003 (VIS'03)
  • Year:
  • 2003

Quantified Score

Hi-index 0.00

Visualization

Abstract

We present the first implementation of a volume ray casting algorithm for tetrahedral meshes running on off-the-shelf programmable graphics hardware. Our implementation avoids the memory transfer bottleneck of the graphics bus since the complete mesh data is stored in the local memory of the graphics adapter and all computations, in particular ray traversal and ray integration, are performed by the graphics processing unit. Analogously to other ray casting algorithms, our algorithm does not require an expensive cell sorting. Provided that the graphics adapter offers enough texture memory, our implementation performs comparable to the fastest published volume rendering algorithms for unstructured meshes. Our approach works with cyclic and/or non-convex meshes and supports early ray termination. Accurate ray integration is guaranteed by applying pre-integrated volume rendering. In order to achieve almost interactive modifications of transfer functions, we propose a new method for computing three-dimensional pre-integration tables.