mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-23 15:35:47 +00:00
7653b8cc1e
For RigidBodies, uses the collision normal determined by relative motion to determine whether or not a one-way collision has occurred. For KinematicBodies, performs additional checks to ensure a one-way collision has occurred, and averages the recovery step over all collision shapes. Co-authored-by: Sergej Gureev <sergej.gureev@relex.fi>