PhysX icon indicating copy to clipboard operation
PhysX copied to clipboard

triangleMesh collision detection

Open EberleAutomatischeSysteme opened this issue 2 years ago • 1 comments

Hello,

I have an application where I need to detect the collision of 2 objects (RigidBody Kinematic and Static) as trianglemesh.

In the ReportFileShader I get the collision but the SimulationEventCallback::OnContact is not invoked.

According to: https://documentation.help/NVIDIA-PhysX-SDK-Guide/Shapes.html

the collision of 2 triangle meshes is not supported.

Is this still up to date? or is there a possibility how I could get the collision?

Mesh-mesh collision is not supported in PhysX 4. There is an experimental implementation of mesh-mesh collision available in PhysX 5 - available through NVIDIA Omniverse - which supports mesh-mesh collision through the use of SDFs.

kstorey-nvidia avatar Jun 13 '22 09:06 kstorey-nvidia