Fast visualization of complex 3D models using displacement mapping
The-Kiet Lu, Kok-Lim Low, Jianmin Zheng
Proceedings of Graphics Interface, May 2009, pp. 7--14.
Abstract: We present a simple method to render complex 3D models at interactive rates using real-time displacement mapping. We use an octree to decompose the 3D model into a set of height fields and display the model by rendering the height fields using per-pixel displacement mapping. By simply rendering the faces of the octree voxels to produce fragments for ray-casting on the GPU, and with straightforward transformation of view rays to the displacement map's local space, our method is able to accurately render the object's silhouettes with very little special handling. The algorithm is especially suitable for fast visualization of high-detail point-based models, and models made up of unprocessed triangle meshes that come straight from range scanning. This is because our method requires much less preprocessing time compared to the traditional triangle-based rendering approach, which usually needs a large amount of computation to preprocess the input model into one that can be rendered more efficiently. Unlike the point-based rendering approach, the rendering efficiency of our method is not limited by the number of input points. Our method can achieve interactive rendering of models with more than 300 millions points on standard graphics hardware.
Article URL: http://dl.acm.org/citation.cfm?id=1555880.1555891
BibTeX format:
@inproceedings{Lu:2009:FVO,
  author = {The-Kiet Lu and Kok-Lim Low and Jianmin Zheng},
  title = {Fast visualization of complex 3D models using displacement mapping},
  booktitle = {Proceedings of Graphics Interface},
  pages = {7--14},
  month = may,
  year = {2009},
}
Search for more articles by The-Kiet Lu.
Search for more articles by Kok-Lim Low.
Search for more articles by Jianmin Zheng.

Return to the search page.


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