A GPU Based Run-Time Quad-Tree Construction Method for Fast Terrain Rendering

Baiyun Li,Chunxia Zhao
2010-01-01
Abstract:We present a GPU based implementation of quad-tree based LODs terrain rendering. Comparing to traditional CPU based algorithm, we use texture to store quad-tree data, and pixel shader to construct quad-tree in real time. Then, geometry shaders are used to traverse the quad-tree and divide the scene into different resolutions. Moreover, by introducing 'intermediate set', we avoid t-break between different resolutions without CPU interference. Our results are compared with traditional algorithms based on CPU implementation and our method can achieve 3~4 times higher frame rates under comparable quality.
What problem does this paper attempt to address?