引用本文:赵 伟,谭睿璞,李文辉.基于混合包围体的OpenMP并行化碰撞检测算法.软件学报,2008,19(zk):190-201
【打印本页】   【下载PDF全文】   查看/发表评论  【EndNote】   【RefMan】   【BibTex】
←前一篇|后一篇→ 过刊浏览    高级检索
本文已被:浏览 4651次   下载 7471 本文二维码信息
码上扫一扫!
分享到: 微信 更多
基于混合包围体的OpenMP并行化碰撞检测算法
赵 伟1,2, 谭睿璞2, 李文辉1
1.吉林大学 计算机科学与技术学院,吉林 长春 130012;2.长春工业大学 计算机科学与工程学院,吉林 长春 130012
摘要:
针对交互式系统中碰撞检测实时性、精确性的要求,提出了一种共享存储系统的并行碰撞检测算法.利用AABB包围盒较好的紧密性和包围球计算简单的优点来构建物体的混合包围体层次(S-AABB),快速排除不相交的物体以加速算法,利用OpenMP并行模型来并行遍历混合包围体层次,进一步加速碰撞检测算法.实验结果表明,与现有经典的I-COLLIDE等算法相比,该算法在效率、精确性方面具有明显优势,能够满足交互式复杂虚拟环境的实时性和精确性的要求.同时,还与已经提出的MPI及Pipelining等并行算法进行比较,从时间效率和资源消耗两个方面说明本文基于OpenMP算法的优点.
关键词:  碰撞检测  混合包围体层次  平衡树  并行技术  OpenMP
DOI:
分类号:
基金项目:Supported by the National Natural Science Foundation of China under Grant Nos.60573182, 69883004 (国家自然科学基金)
Parallel Collision Detection Algorithm Based on Mixed BVH and OpenMP
ZHAO Wei,TAN Rui-Pu,LI Wen-Hui
Abstract:
Concerning the requirements of real-time and accurate collision detection in interactive system, a shared memory parallel collision detection algorithm is proposed. Firstly, the algorithm incorporates the merits of both AABB bounding box and bounding spheres to construct a hybrid bounding representation of arbitrary non-convex polyhedra (S-AABB) for attaining speed, and then uses OpenMP parallel programming model to traversal the built hybrid bounding volume hierarchy, so further accelerates the collision detection. At last, The experimental results have shown that the algorithm is advantageous over other current typical collision detection algorithms such as I-COLLIDE regarding efficiency and accuracy, so can meets the real-time and accurate requirements in complex interactive virtual environment. At the same time, comparing with some parallel collision detection algorithms which include MPI using multi-process, Pipelining using multi-thread and multi-process, this paper has shown that our parallel algorithm based OpenMP is superior in terms of time efficiency, resource consumption and stability.
Key words:  collision detection  hybrid bounding volume hierarchy  balance tree  parallel technology  OpenMP

引用本文:
【打印本页】   【下载PDF全文】   查看/发表评论  【EndNote】   【RefMan】   【BibTex】
←前一篇|后一篇→ 过刊浏览    高级检索
本文已被:浏览次   下载  
分享到: 微信 更多
摘要:
关键词:  
DOI:
分类号:
基金项目:
Abstract:
Key words: