Quadtree Relief Mapping
Marc F. A. Schroders, Rob van Gulik
Graphics Hardware, 2006, pp. 61--66.
Abstract: Relief mapping is an image based technique for rendering surface details. It simulates depth on a polygonal model using a texture that encodes surface height. The presented method incorporates a quadtree structure to achieve a theoretically proven performance between W(log(p)) and O(pp) for computing the first intersection of a ray with the encoded surface, where p is the number of pixels in the used texture. In practice, the performance was found to be close to log(p) in most cases. Due to the hierarchical nature of our technique, the algorithm scales better than previous comparable techniques and therefore better accommodates to future games and graphics hardware. As the experimental results show, quadtree relief mapping is more efficient than previous techniques when textures larger than 512×512 are used. The method correctly handles self-occlusions, shadows, and irregular surfaces.
Article URL: http://dx.doi.org/10.2312/EGGH/EGGH06/061-066
BibTeX format:
@inproceedings{Schroders:2006:QRM,
  author = {Marc F. A. Schroders and Rob van Gulik},
  title = {Quadtree Relief Mapping},
  booktitle = {Graphics Hardware},
  pages = {61--66},
  year = {2006},
}
Search for more articles by Marc F. A. Schroders.
Search for more articles by Rob van Gulik.

Return to the search page.


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