Fast GPU-based Adaptive Tessellation with CUDA
University of Erlangen-Nuremberg
Computer Graphics Forum, Vol. 28, No. 2., pp. 365-374
@conference{schwarz2009fast,
title={Fast GPU-based adaptive tessellation with CUDA},
author={Schwarz, M. and Stamminger, M.},
booktitle={Computer Graphics Forum},
volume={28},
number={2},
pages={365–374},
issn={0167-7055},
year={2009},
organization={Blackwell Publishing}
}
Compact surface descriptions like higher-order surfaces are popular representations for both modeling and animation. However, for fast graphics-hardware-assisted rendering, they usually need to be converted to triangle meshes. In this paper, we introduce a new framework for performing on-the-fly crack-free adaptive tessellation of surface primitives completely on the GPU. Utilizing CUDA and its flexible memory write capabilities, we parallelize the tessellation task at the level of single surface primitives. We are hence able to derive tessellation factors, perform surface evaluation as well as generate the tessellation topology in real-time even for large collections of primitives. We demonstrate the power of our framework by exemplarily applying it to both bicubic rational Bezier patches and PN triangles
December 14, 2010 by hgpu