dimforge / rapier

2D and 3D physics engines focused on performance.
https://rapier.rs
Apache License 2.0
3.77k stars 235 forks source link

Fix KinematicCharacterController max_slope_climb_anlge handling #612

Closed cleak closed 2 months ago

cleak commented 3 months ago

This fixes a previously flipped check for the max slope to climb. This caused the character controller to get stuck on near vertical walls rather than slide along them and to not climb slopes that it should. See #611.