🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Do I need to run collision detection twice, one for rigid bodies, and again for non-rigid bodies?

Started by
10 comments, last by JoeJ 2 years, 11 months ago

hplus0603 said:
Yeah, but what do you think the physics engine is doing under the covers? ;-)

The main reason for me to use Newton is it really tries to follow laws of physics. So it does not use the mentioned tricks.
In contrast to all other engines i have tried, it has really minimal jitter and is very accurate. For example, i made a self balancing walking ragdoll, and its built in solver is accurate enough so this just works. Using other engines, i would need to make my own torque solver for the motorized joints.

Though, i did not look at other engines for >15 years. There were improvements on PhysX related to robotics since that, for example.

This topic is closed to new replies.

Advertisement