Technical Section: Efficient triangle-triangle intersection test for OBB-based collision detection

  • Authors:
  • Jung-Woo Chang;Myung-Soo Kim

  • Affiliations:
  • School of Computer Science and Engineering, Seoul National University, Seoul 151-744, Republic of Korea;School of Computer Science and Engineering, Seoul National University, Seoul 151-744, Republic of Korea

  • Venue:
  • Computers and Graphics
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

We present an efficient algorithm for triangle-triangle intersection test in oriented bounding box (OBB)-based collision detection. In testing two OBB leaf nodes (i.e., rectangles), many intermediate computation results can be reused for the intersection test of two triangles they contain. It is considerably easier to detect redundant operations when we work in the local coordinate of the bounding rectangle rather than in the global coordinate of the object. The performance improvement of our algorithm is based on this observation that eliminates redundant computations. Compared with conventional algorithms, we have observed 15-79% improvement in computing time. We demonstrate the effectiveness of our approach using several experimental results.