Research on Collision Detection Algorithm Based on Combined Bounding Box

We propose a collision detection algorithm based on combination of sphere and OBB.The bounding box is divided into upper and lower layers,the upper layer uses sphere to eliminate many disjoint objects, and the lower layer uses OBB to detect the collision between objects.The algorithm can save time and improve the efficiency of collision detection compared with the traditional single bounding box collision detection.