An Image-Based Modelling Approach To GPU-based Unstructured Grid Volume Rendering
Abstract
Unstructured grid volume rendering on the GPU is an ongoing research goal. The main difficulty is how to map the irregular data efficiently to the graphics hardware. Grid cells cannot be directly processed by the pipeline since polyhedral cells are not basic graphics primitives. Thus, approaches that render directly from the grid must try to overcome inherent computational bottlenecks such as cell ordering. We present a novel image-based approach that allows for flexible sample placement and an efficient mapping to graphics hardware that can leverage current trends in hardware performance. The unstructured grid is replaced by a semi-regular data structure we call the Pixel Ray Image (PRI), which consists of a pixelized projection plane and samples defined on sampling rays that intersect the grid. Each ray is interpreted as a linear spline of scalar values. The knot count is reduced by taking advantage of coherence in the sampling direction using spline simplification. The final representation is stored in a packed fashion onto 2D textures and uploaded once to texture memory prior to rendering. We detail how to perform efficient rendering utilizing shader programming and a slice-based rendering scheme that is similar to those used by hardware-accelerated rendering approaches for regular grids.
BibTeX
@inproceedings {10.2312:VG:VG06:031-038,
booktitle = {Volume Graphics},
editor = {Raghu Machiraju and Torsten Moeller},
title = {{An Image-Based Modelling Approach To GPU-based Unstructured Grid Volume Rendering}},
author = {Shareef, Naeem and Lee, Teng-Yok and Shen, Han-Wei and Mueller, Klaus},
year = {2006},
publisher = {The Eurographics Association},
ISSN = {1727-8376},
ISBN = {3-905673-41-X},
DOI = {10.2312/VG/VG06/031-038}
}
booktitle = {Volume Graphics},
editor = {Raghu Machiraju and Torsten Moeller},
title = {{An Image-Based Modelling Approach To GPU-based Unstructured Grid Volume Rendering}},
author = {Shareef, Naeem and Lee, Teng-Yok and Shen, Han-Wei and Mueller, Klaus},
year = {2006},
publisher = {The Eurographics Association},
ISSN = {1727-8376},
ISBN = {3-905673-41-X},
DOI = {10.2312/VG/VG06/031-038}
}
Related items
Showing items related by title, author, creator and subject.
-
Rational Bézier Guarding
Khanteimouri, Payam; Mandad, Manish; Campen, Marcel (The Eurographics Association and John Wiley & Sons Ltd., 2022)We present a reliable method to generate planar meshes of nonlinear rational triangular elements. The elements are guaranteed to be valid, i.e. defined by injective rational functions. The mesh is guaranteed to conform ... -
VA + Embeddings STAR: A State-of-the-Art Report on the Use of Embeddings in Visual Analytics
Huang, Zeyang; Witschard, Daniel; Kucher, Kostiantyn; Kerren, Andreas (The Eurographics Association and John Wiley & Sons Ltd., 2023)Over the past years, an increasing number of publications in information visualization, especially within the field of visual analytics, have mentioned the term ''embedding'' when describing the computational approach. ... -
Teaching Game Programming in an Upper-level Computing Course Through the Development of a C++ Framework and Middleware
Hooper, Steffan; Wünsche, Burkhard C.; Denny, Paul; Luxton-Reilly, Andrew (The Eurographics Association, 2024)The game development industry has a programming skills shortage, with industry surveys often ranking game programming as the top skill-in-demand across small, mid-sized, and large triple-A (AAA) game studios. C++ programming ...