Fast and accurate continuous collision detection between rigid bodies

tong-lang HUANG,min TANG,jin-xiang DONG
DOI: https://doi.org/10.3785/j.issn.1008-973X.2006.06.027
2006-01-01
Abstract:To detect the collision between moving rigid bodies accurately and rapidly, a novel continuous collision detection algorithm was presented. By fully exploiting the computation ability of graphics hardware, the algorithm performed well at each time interval in real-time with the time interval being divided into several sub-intervals. By using static and continuous overlap detection method for oriented bounding boxes (OBB), a potentially colliding set (PCS) of sub-intervals was computed. The initial collision times and positions among the rigid bodies were calculated by using reliable collisions culling method based on graphics hardware, collision detection method among triangle facets and backtracking method. The algorithm was used in an assembly module of a 3D modeling system. The experimental results show that compared with conventional collision detection algorithms, the proposed algorithm can reduce calculation time and has better performance and accuracy.
What problem does this paper attempt to address?