Hardware-Assisted Projected Tetrahedra

André Maximo, Ricardo Marroquim, Ricardo Farias
Computer Graphics Forum (Proc. EuroVis 2010), Volume 29, Number 3, page 903--912 - 2010
Download the publication : maximo-eurovis2010.pdf [431Ko]  
We present a flexible and highly efficient hardware‐assisted volume renderer grounded on the original Projected Tetrahedra (PT) algorithm. Unlike recent similar approaches, our method is exclusively based on the rasterization of simple geometric primitives and takes full advantage of graphics hardware. Both vertex and geometry shaders are used to compute the tetrahedral projection, while the volume ray integral is evaluated in a fragment shader; hence, volume rendering is performed entirely on the GPU within a single pass through the pipeline. We apply a CUDA‐based visibility ordering achieving rendering and sorting performance of over 6 M Tet/s for unstructured datasets. Furthermore, as each tetrahedron is processed independently, we employ a data‐parallel solution which is neither bound by GPU memory size nor does it rely on auxiliary volume information. In addition, iso‐surfaces can be readily extracted during the rendering process, and time‐varying data are handled without extra burden.

Images and movies

 

BibTex references

@Article { MMF10,
  author       = "Maximo, Andr\'e and Marroquim, Ricardo and Farias, Ricardo",
  title        = "Hardware-Assisted Projected Tetrahedra",
  journal      = "Computer Graphics Forum (Proc. EuroVis 2010)",
  number       = "3",
  volume       = "29",
  pages        = "903--912",
  year         = "2010",
  note         = "http://dx.doi.org/10.1111/j.1467-8659.2009.01673.x",
  key          = "MMF10",
  url          = "http://graphics.tudelft.nl/Publications-new/2010/MMF10"
}

Other publications in the database

» André Maximo
» Ricardo Marroquim
» Ricardo Farias






Back