Optimized Space Decomposition Algorithm for Parallel Continuous Collision Detection

Peng Du,Min Tang,Ruofeng Tong
2013-01-01
Abstract:Continuous collision detection for deformable meshes in complex scenes is still hard to perform in real time. Therefore, we propose a novel parallel collision detection algorithm to improve the overall performance of continuous collision detection. In our method, we present a space decomposition method to parallel bounding volume hierarchy updating, and then we present a dynamic task assignment method to balance the load of collision detection evenly among different cores. Finally, we combined our method with a front based parallel collision detection algorithm and tested its performance on several benchmarks including surface and volume meshes. Compared with previous algorithms, our algorithm can improve the efficiency of collision detection.
What problem does this paper attempt to address?