Improved Collision Detection Algorithm Based on Oriented Bounding Box

Jim X.Chen
2011-01-01
Abstract:The heavy computation load for Oriented Bounding Box fitting and overlap testing limits its applications in simulations,especially for deformable soft objects,and two improved algorithm were proposed for the problems.Combining with approximate convex hull method,a fast Oriented Bounding Box fitting algorithm for oriented bounding box was proposed and the new strategy reduced the vertices for Oriented Bounding Box fitting.The new method not only reduced the fitting time greatly but also improved the compactness instead of paying compactness cost.A pre-judgment basing on simple measure was proposed which improved the collision detection rate by abandoning lots of unnecessary computation for overlapping test.In the end,the comparison between the combination collision detection of the two improved method and the traditional strategies based on mean-variance matrix for bounding box fitting and separating axis for detection collision.
What problem does this paper attempt to address?