bepu / bepuphysics1

Pure C# 3D real time physics simulation library. Repo contains only the 1.X.X versions.
http://www.bepuphysics.com
Apache License 2.0
402 stars 200 forks source link

help~ #36

Open dannisliang opened 1 year ago

dannisliang commented 1 year ago

How to make two rigid bodies not push each other?thanks~

RossNordby commented 1 year ago

Pinning down an answer would require more information.

Here's one random option: if you made the bodies kinematic, they would no longer respond to any forces (including collisions), so they'd no longer push each other. Instead, if they had velocities implying penetration, they'd go straight through each other.