Abstract
In terrain visualization, the quadtree is the most frequently used data structure for progressive mesh generation. The quadtree provides an efficient level of detail selection and view frustum culling. However, most applications using quadtrees are performed on the CPU, because the pointer and recursive operation in hierarchical data structure cannot be manipulated in a programmable rendering pipeline. We present a quadtreebased terrain rendering method for GPU (Graphics Processing Unit) execution that uses vertex splitting and triangle splitting. Vertex splitting supports a level of detail selection, and triangle splitting is used for crack removal. This method offers higher performance than previous CPU-based quadtree methods, without loss of image quality. We can then use the CPU for other computations while rendering the terrain using only the GPU.
Original language | English |
---|---|
Pages (from-to) | 137-145 |
Number of pages | 9 |
Journal | IEICE Transactions on Information and Systems |
Volume | E94-D |
Issue number | 1 |
DOIs | |
State | Published - Jan 2011 |
Keywords
- Hierarchial data structure
- Level of detail
- Quadtree
- Real-time rendering
- Terrain rendering