P0-B7: Part 1371: Debugging, Improvements
The next objective with the debugging was to fix some issues with the player movement in zero and low gravity environments.
The players up vector and was slightly off. The problem was that the players upvec was always pointing toward the center of the object, which worked for large objects, such as planets, etc, but for small asteroids, (which are not perfectly round) the upvec was incorrect.
This is not fully fixed, a complete solution will take more time, but it is substantially improved from what it was, and movement in zero gravity environments is now a lot easier.







