A single-pass GPU ray casting framework for interactive out-of-core rendering of massive volumetric datasets

  • Authors:
  • Enrico Gobbetti;Fabio Marton;José Antonio Iglesias Guitián

  • Affiliations:
  • CRS4 Visual Computing Group, Sardegna Ricerche Edificio 1, C.P. 25, 09010, Pula, Italy;CRS4 Visual Computing Group, Sardegna Ricerche Edificio 1, C.P. 25, 09010, Pula, Italy;CRS4 Visual Computing Group, Sardegna Ricerche Edificio 1, C.P. 25, 09010, Pula, Italy

  • Venue:
  • The Visual Computer: International Journal of Computer Graphics
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

We present an adaptive out-of-core technique for rendering massive scalar volumes employing single-pass GPU ray casting. The method is based on the decomposition of a volumetric dataset into small cubical bricks, which are then organized into an octree structure maintained out-of-core. The octree contains the original data at the leaves, and a filtered representation of children at inner nodes. At runtime an adaptive loader, executing on the CPU, updates a view and transfer function-dependent working set of bricks maintained on GPU memory by asynchronously fetching data from the out-of-core octree representation. At each frame, a compact indexing structure, which spatially organizes the current working set into an octree hierarchy, is encoded in a small texture. This data structure is then exploited by an efficient stackless ray casting algorithm, which computes the volume rendering integral by visiting non-empty bricks in front-to-back order and adapting sampling density to brick resolution. Block visibility information is fed back to the loader to avoid refinement and data loading of occluded zones. The resulting method is able to interactively explore multi-gigavoxel datasets on a desktop PC.