autobzooty / SA3D

A "fun" "game" we're "making"
1 stars 0 forks source link

Player does not interact well with walls when on steep slopes #30

Open autobzooty opened 2 years ago

autobzooty commented 2 years ago

There is some pretty jank wall interaction when on steep slopes, not sure what's causing it. See video.

https://youtu.be/gS5p32i_lhY

autobzooty commented 2 years ago

Snapping to ground after wall ejection improved this significantly. I also added a bounce effect to wall collisions when sliding, which fixes a lot of jank. However, we're still losing a lot of speed while sliding, and I'm not sure why. I think our wall ejection code my might need to be reworked.

autobzooty commented 2 years ago

Task #31 might address this