Streaming Collision Detection Using Programmable GPU

Zhaowei Fan,Huagen Wan
2003-01-01
Abstract:Real-time collision detection is required by most of all computer graphics applications. However, the current collision detection methods still have difficulties in achieving real time. Recent advances in programmable graphics hardware (GPU) make it possible to be used in general-purpose computation. In this paper, we explore to solve the collision detection problem with programmable GPUs. An approach to mapping collision detection between two star-shaped objects to programmable GPU is presented. Specifically, the approach converts the problem into ray intersection with triangles so as to match the parallel architecture of GPUs. Several efficient optimized techniques have also been incorporated into the approach. Preliminary experimental results are given.
What problem does this paper attempt to address?