Application of Collision Detection in a Large-Scale Virtual Environment

JIN Tong-hong,DOU Zhong-qiang,MENG Cai,ZHANG Yan
DOI: https://doi.org/10.3969/j.issn.1003-0158.2007.01.007
2007-01-01
Abstract:In order to attain virtual robot cruise in the virtual environment,real-time collision detection is requested between robot and building.It requests lower accuracy for the interference,but needs real time.Aiming at this case,the paper adopts cuboid object to replace complex object to carry on the algorithm of the OBB,simplifying the calculation complexity.The varied virtual environment requires to update bounding boxes at all time,and judges if the robot collides with any object in virtual environment.Large scale computation could slow down running speed of the computer,so the algorithm should be optimized.One measure to be taken is to update moving objects’ bounding boxes at any time,but isn’t to change the stationary objects’ bounding boxes which are built initially.The another is to check out if robot collides with the nearest object.These measures can increase efficiency of collision detection.
What problem does this paper attempt to address?