摘要
将Shader Model 4.0引入的纹理数组技术同顶点纹理拾取技术、瓦片块四叉树算法和地形分块技术等相结合,提出了一种基于GPU的大规模地形绘制方法。将整个大规模地形数据分割成地形块,按照金字塔模型保存在CPU内存里,将地形中潜在的可见部分以纹理数组形式驻留在GPU Cache里;在CPU上发送瓦片块四叉树平面网格,利用存储在GPU Cache里的高程值生成相应的地形;GPU Cache随着视点运动而连续更新。实验证明该方法充分利用了现代GPU的特性,适合于大规模地形的漫游。
A real-time rendering method for large-area terrain data was presented utilizing the techniques such as texture array,vertex texture fetching,tiled quad tree grid and terrain data block partition.The whole terrain model was partitioned into equal size blocks and the blocks were stored in CPU memory in tile-pyramid model.The potentially visible portion of the terrain was cached at the highest necessary resolution in form of texture arrays and was rendered from the GPU.The CPU sent tiled quad tree flat grid,which was displaced by fetching the heights stored in the GPU cache.The GPU cache was updated continuously as the viewpoint changed.The experimental results show that the method is very efficient and suitable for applications of massive terrain rendering and interactive walkthrough.
出处
《计算机应用》
CSCD
北大核心
2010年第7期1832-1834,共3页
journal of Computer Applications
基金
兵器装备预先研究项目(623010102)
关键词
地形可视化
瓦片块四叉树
纹理数组
图形处理单元
terrain visualization
tiled quad tree
texture array
Graphic Processing Unit(GPU)