Yo Soy Freeman on Nostr: So, the stop on slopes cake was a lie. The algorithm is done in such a way that, the ...
So, the stop on slopes cake was a lie.
The algorithm is done in such a way that, the vertical motion is NEVER taken into account in the resolution. Is not even inside the sliding loop.
When all is done, it just set the vertical speed to 0.
The piece of code that should handle stop on slopes it just wasn't never there to start with, and the way it's done would require a heavy rewrite just to implement it, because again, is done brute force and outside of the sliding loop.
+
The algorithm is done in such a way that, the vertical motion is NEVER taken into account in the resolution. Is not even inside the sliding loop.
When all is done, it just set the vertical speed to 0.
The piece of code that should handle stop on slopes it just wasn't never there to start with, and the way it's done would require a heavy rewrite just to implement it, because again, is done brute force and outside of the sliding loop.
+