Hi,all
I found that different simulation scenarios need to adjust different parameters, such as:
SetDefaultSuggestedEnvelope(0.03);
SetDefaultSuggestedMargin(0.001),etc.
It takes me a long time to adjust the parameters each time I simulate different scenarios. Is there a common setting that works for most scenarios?
My model has many Faces, in order to improve efficiency, I used multicore module, I found that the model of hundreds of thousands of faces reached real-time with multi-threading, but the face simulation of 10 million did not reached real-time, I want to know how to simulate the model of millions of face quickly, and how to set the fastest simulation. Choose what solution type, solution model, and related Settings for collision detection.
Best regards,
Page
Hi Dario,
Thank you for your suggestion. My project is working normally now. I am currently collecting collision detection information between objects. When collisions occur between rigid bodies, do not provide any dynamic feedback and effect, only obtain their contact point information, etc. I am using ReportContactCallback or NarrowphaseCallback functions. Do you have any better methods? Looking forward to your reply.