I created an example based on bounding box intersection testing, which can accurately determine collisions. If you only need bounding box collision detection without intersection, it should meet your needs.
The key code in this example is in the newly added collisionMeshs variable.
1 Like