Fast And Accurate Collision Detection Using Programmable Graphics Hardware

Zw Fan,Hg Wan,Sm Gao,Yy Cai
2004-01-01
Abstract:We present a novel approach for fast and accurate collision detection using programmable graphics processing unit (GPU). The approach maps the collision detection between two triangular meshes with arbitrary shapes into GPU based streaming computations using floating point buffer. Doing, so. the collision detection problem becomes to use programmable GPU for finding the intersections between a collection of line segments and a set of triangles. Occlusion queries are then employed to inquire about the collision detection result. Several optimization techniques are developed to further improve the efficiency of collision detection. Our approach has been implemented on commodity PC and experimental results are promising.
What problem does this paper attempt to address?