Open goncalo opened 7 months ago
Hi @goncalo - thank you for the snippet repro, very much appreciated! We'll have a look. Internal tracking: PX-5037.
Hi @goncalo. Yes, you're right, these flags don't work with the TGS solver in the current version. We plan to fix this in future versions, but for now you'll need to use the PGS solver or implement your own force threshold logic using contact reports. Thanks for the report and for the repro.
PhysX v5.3.1 OS: Windows 10
Steps to Trigger Behavior
Code Snippet to Reproduce Behavior
Snippet with the problem (small changes to SnippetContactReport.cpp)
Snippet without problem (just changed solver type to ePGS)
Expected Behavior
Console should log some contact reports.
Actual Behavior
Console never logs any contact reports. Not sure if this is by design or not. If it is, I couldn't find any mention in the docs.