Closed Avindr closed 4 years ago
This is caused by the lerping of the the warp direction. If the direction is reversed, the offset will snap in the opposite direction regardless of smoothing.
To fix this, the centerMatrix position needs to be smoothed instead.
Fixed by smoothing the change in stride pivot offset
This is caused by the lerping of the the warp direction. If the direction is reversed, the offset will snap in the opposite direction regardless of smoothing.
To fix this, the centerMatrix position needs to be smoothed instead.