What is the purpose of the outlier check? #17
-
The Sonic Physics Guide on Sonic Retro states that the player's current "mode" of collision is determined by the angle ranges listed in the following page: This can be replicated by setting the player's mask direction as their angle rounded to 90 degrees: Why doesn't the template use this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The purpose of the outlier check is to anticipate when the mask should actually rotate in order to avoid two pitfals with the naive approach:
|
Beta Was this translation helpful? Give feedback.
The purpose of the outlier check is to anticipate when the mask should actually rotate in order to avoid two pitfals with the naive approach: