Multi-layer Depth Peeling by Single-Pass Rasterisation for Faster Isosurface Raytracing on GPUs
Baoquan Liu, Gordon J. Clapworthy, Feng Dong
In Computer Graphics Forum, 29(3), 2010.
Abstract: Empty-space skipping is an essential acceleration technique for volume rendering. Image-order empty-space skipping is not well suited to GPU implementation, since it must perform checks on, essentially, a per-sample basis, as in kd-tree traversal, which can lead to a great deal of divergent branching at runtime, which is very expensive in a modern GPU pipeline. In contrast, object-order empty-space skipping is extremely fast on a GPU and has negligible overheads compared with approaches without empty-space skipping, since it employs the hardware unit for rasterisation. However, previous object-order algorithms have been able to skip only exterior empty space and not the interior empty space that lies inside or between volume objects.In this paper, we address these issues by proposing a multi-layer depth-peeling approach that can obtain all of the depth layers of the tight-fitting bounding geometry of the isosurface by a single rasterising pass. The maximum count of layers peeled by our approach can be up to thousands, while maintaining 32-bit float-point accuracy, which was not possible previously. By raytracing only the valid ray segments between each consecutive pair of depth layers, we can skip both the interior and exterior empty space efficiently.In comparisons with 3 state-of-the-art GPU isosurface rendering algorithms, this technique achieved much faster rendering across a variety of data sets.
Keyword(s): I.3.3 [Computer Graphics]: Picture/Image Generation—Viewing Algorithms
Article URL: http://dx.doi.org/10.1111/j.1467-8659.2009.01674.x
BibTeX format:
@article{CGF:CGF1674,
  author = {Baoquan Liu and Gordon J. Clapworthy and Feng Dong},
  title = {Multi-layer Depth Peeling by Single-Pass Rasterisation for Faster Isosurface Raytracing on GPUs},
  journal = {Computer Graphics Forum},
  volume = {29},
  number = {3},
  pages = {1231--1240},
  year = {2010},
}
Search for more articles by Baoquan Liu.
Search for more articles by Gordon J. Clapworthy.
Search for more articles by Feng Dong.

Return to the search page.


graphbib: Powered by "bibsql" and "SQLite3."