fabriceci / godot-rapier2d

GDExtension for Rapier2D
MIT License
15 stars 3 forks source link

Penetration problem in test_body_motion. #21

Closed fabriceci closed 11 months ago

fabriceci commented 11 months ago

Capsules get stuck

Screenshot 2023-10-09 at 19 20 00

Probably related, other shapes also block.

https://github.com/fabriceci/godot-rapier2d/assets/6397893/c244bfde-5bce-4184-9c30-fa76277321c0

Ughuuu commented 11 months ago

The second part is related to parry removing points that it considers bad:

Disabled it here: https://github.com/appsinacup/parry/commit/ab5426d1a218eeaa4f5b08283a43eae5a709b0eb

fabriceci commented 11 months ago

The second part has been well corrected by Parry's modification, well done, all that's left is the first part and a jitter (probably the same problem) detailed in my commentary. #23

Ughuuu commented 11 months ago

Closing this as its fixed