Skip to content

What is the purpose of the outlier check? #17

Closed Answered by VectorSatyr
monolith4007 asked this question in Q&A
Discussion options

You must be logged in to vote

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:

  1. At an exact 45 degree angle, the mask angle could end up rapidly swapping back and forth as multiple mask orientations are valid simultaneously.
  2. Rotating, then pushing out of the terrain from the new terrain angle can be a jarring and dramatic change if done late, especially at higher speeds.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by monolith4007
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants