fabriceci / godot-rapier2d

GDExtension for Rapier2D
MIT License
15 stars 3 forks source link

Change capsule to basic shapes. Add basic implementation for conveyer belt. Make static bodies be kinematic instead. #40

Closed Ughuuu closed 11 months ago

Ughuuu commented 11 months ago
Ughuuu commented 11 months ago

Great hack with the capsule solves the capsule's problems, everything works perfectly.

However, I noticed a regression since my last review in the same place as last time, with a circle, polygon or square.

There is a jitter:

jitter.mov

Was testing a bunch of stuff and reenabled by mistake the part that causes the jitter.

fabriceci commented 11 months ago

Thanks!