OwenTheBell / RunRoom

0 stars 0 forks source link

Track negative and positive accumulated yaw seperately #37

Open OwenTheBell opened 7 months ago

OwenTheBell commented 7 months ago

Currently if the player makes a left turn follow by an immediate right turn, these yaws cancel each other out and the player is treated as having made a 0 degree turn for purposes of momentum cancelling. If negative and positive yaw are tracked separately then a response can be triggered immediately when a direction is exceeded.