I am using PxMeshQuery::findOverlapTriangleMesh to query Intersecting faces and using the below callback to get faces indices
The issue:
Using PhysX api in omniverse c++ extension, When a triangle face is completely enclosed by a the opposing triangle mesh it does not get reported in PxMeshQuery::findOverlapTriangleMesh callback object…also note the face in question from mesh1 is coplanar (and opposing) to the supposed face from mesh2.
The same problem is not present when using the same api in an standalone PhysX app.
I apologize for the vague description of the problem, but I want to get insights on what to look for, what kind of flags or mesh properties might cause this?