Make rigid bodies completely inelastical (no bouncing)

Post Reply
Pacha
Posts: 26
Joined: Sat Jun 15, 2013 2:29 am

Make rigid bodies completely inelastical (no bouncing)

Post by Pacha »

Hi everyone.

I have a rigid body and I want to disable all kind of bouncing. I already set the restitution of all my bodies to 0, and my friction to 0 as well (probably doesn't do much).

The thing is that if I let it fall from a really high distance (1000 meters), there is still a noticeable bouncing between the bodies. This happens when I throw them to some wall with a high velocity, there is a really small bouncing going on.

Anyone knows how to fix this? Thanks.
Basroil
Posts: 463
Joined: Fri Nov 30, 2012 4:50 am

Re: Make rigid bodies completely inelastical (no bouncing)

Post by Basroil »

It's not "bouncing", rather just digging itself out of the ground. You can try getting continuous collision to work, increase simulation rate, or decrease penetration correction (tread carefully, it can have effects in other ways)
Post Reply