Geometry clipmaps: terrain rendering using nested regular grids
Frank Losasso, Hugues Hoppe
In ACM Transactions on Graphics, 23(3), August 2004.
Abstract: Rendering throughput has reached a level that enables a novel approach to level-of-detail (LOD) control in terrain rendering. We introduce the geometry clipmap, which caches the terrain in a set of nested regular grids centered about the viewer. The grids are stored as vertex buffers in fast video memory, and are incrementally refilled as the viewpoint moves. This simple framework provides visual continuity, uniform frame rate, complexity throttling, and graceful degradation. Moreover it allows two new exciting real-time functionalities: decompression and synthesis. Our main dataset is a 40GB height map of the United States. A compressed image pyramid reduces the size by a remarkable factor of 100, so that it fits entirely in memory. This compressed data also contributes normal maps for shading. As the viewer approaches the surface, we synthesize grid levels finer than the stored terrain using fractal noise displacement. Decompression, synthesis, and normal-map computations are incremental, thereby allowing interactive flight at 60 frames/sec.
Keyword(s): level-of-detail control, terrain compression, synthesis
@article{Losasso:2004:GCT,
author = {Frank Losasso and Hugues Hoppe},
title = {Geometry clipmaps: terrain rendering using nested regular grids},
journal = {ACM Transactions on Graphics},
volume = {23},
number = {3},
pages = {769--776},
month = aug,
year = {2004},
}
Return to the search page.
graphbib: Powered by "bibsql" and "SQLite3."