Huge texture mapping for real-time visualization of large-scale terrain

Wei Hua,Huaisheng Zhang,Yanqing Lu,Hujun Bao,Qunsheng Peng
DOI: https://doi.org/10.1145/1077534.1077564
2004-01-01
Abstract:Texture mapping greatly influences the performance of visualization in many 3D applications. Sometimes the texture data is so large that it has to be stored in slower external storage, rather than fast texture memory or host memory. In these circumstances, texture mapping becomes the performance bottleneck. In this paper, we present a compact multiresolution model, Texture Mipmap Quadtree (TMQ), to represent large-scale textures. It facilitates fast loading and pre-filtering of textures from slower external storage. Integrating continuous LOD model of terrain geometry, we present a criterion to select proper textures from TMQ according to viewing parameters during rendering stage. By exploiting temporal coherence, a dynamic texture management scheme is devised based on two-level cache hierarchy to further increase the performance of texture mapping.
What problem does this paper attempt to address?