摘要
提出了一种层次包围盒(BVH)方法,以加速基于GPU的3D纹理体绘制。该方法首先利用GPU的片元着色程序实现了后分类3D纹理体绘制;然后设定高度逐层对体数据进行分解,为每个生成的子体数据建立相应的包围盒,并用对应层次包围盒树的结点保存相关信息;最后遍历层次包围盒树,读取层次包围盒树的结点信息以判断对应子体数据是否被绘制或跳过,从而实现空间跳跃,加速3D纹理体绘制。实验结果表明,本文方法与基于GPU的3D纹理体绘制算法相结合,能取得良好的加速效果。
A method to accelerate 3D texture based volume rendering is proposed based on hierarchical bounding volumes(BVH). First, a post-classification 3D texture volume rendering is realized using GPU fragment shaders. Then, the original volume data is divided based on space position layer by layer according to the height of BVH tree. In each layer, the volumes corresponding to BVH tree nodes are subdivided into eight sub-volumes along three orthogonal coordinate axes. The bounding volumes are established for sub-volumes and the correlative information is stored in the corresponding BVH tree nodes. Finally, when rendering the volume by traversing BVH tree, information of BVH tree nodes is read for judging whether the corresponding sub-volume should be rendered or jumped. The experimental results show that good accelerating effects can be obtained when combining this method with 3D texture volume rendering based on GPU.
出处
《武汉大学学报(信息科学版)》
EI
CSCD
北大核心
2009年第3期321-325,共5页
Geomatics and Information Science of Wuhan University
基金
国家973计划资助项目(2006CB705700)
国家自然科学基金资助项目(60771068)
国家教育部长江学者和创新团队支持计划资助项目(IRT0645)
关键词
纹理体绘制
层次包围盒
空间跳跃
图形处理器
texture-based volume rendering
hierarchical bounding volumes
empty space skipping
GPU