reactphysics3d icon indicating copy to clipboard operation
reactphysics3d copied to clipboard

i have to pass two external collision object , and simply check wether they are colliding or not...

Open shalinsirwani opened this issue 5 years ago • 2 comments

Implementation for passing external mesh of two bodies and check wether they are colliding or not ??

shalinsirwani avatar Feb 14 '20 12:02 shalinsirwani

If one of your two meshes is convex, you can do it using ReactPhysics3D. However, the library does not support Concave Mesh vs Concave Mesh collision detection.

DanielChappuis avatar Feb 17 '20 07:02 DanielChappuis

Ok I have this scenario:- There are two concave objects ( first object is Big and second object is inside of first object, don't want to check collision between them) And I have another object (convex) which I have to check again and again by changing its size , wether it's colliding with any of those two concave objects or not.

Is it possible with this library??

shalinsirwani avatar Jan 14 '21 04:01 shalinsirwani