碰撞检测技术的讨论摘 要实时精确的碰撞检测对于提高虚拟环境的真实性、增强虚拟环境的沉醉感有着至关重要的作用。 该文对碰撞检测相关技术进行了深化的讨论,主要包括以下几个方面的内容:首先介绍了虚拟现实技术的进展及现状、碰撞检测的讨论现状;然后简单介绍了碰撞检测一些基础理论知识,着重介绍常用的碰撞检测算法。紧接着,简单介绍了 OpenGL 编程的基础知识和面对对象编程的特点。在碰撞检测算法的应用中,运用 OBB 包围盒层次树的碰撞检测算法,提出了一种一般多面体间碰撞检测的可行性方案,并用软件对该方案进行实现,同时指出该方案的优缺点。最后,对全文进行了总结,并指出今后的讨论方向。关键词:虚拟现实 碰撞检测 包围盒层次树 OBB下载后可任意编辑STUDY AND IMPLEMENTATION ON COLLISIONDETECTION TECNOLOGY OF VIRTUAL REALITYAbstractReal-time and accurate collision detection is very important to improve reality and enhance illusion of immersion for virtual environment.This paper studies the technique of collision detection deeply.It contains the following parts:Firstly,this paper reviews recent research on collision detection field.Then it introduces some basic knowledge and emphasizes on introduce of collision detection algorithm.Next,it introduces OpenGL and Oriented-object language program character.In collision detection implementation chapter,a scheme of collision detection between general polyhedron is presented by using bounding hierarchy volume algorithm.The method is implemented by vc6.0.And it analyses advantage and disadvantage of the method.Finally,the conclusion is drawn and the work of future research is presented.KEY WORDS: virtual reality collision detection bounding hierarchy volume OBB 目 录第一章绪 论............................................................................11.1 虚拟现实技术进展及现状..............................................................11.1.1 虚拟现实的特点.................................................................11.1.2 ...