You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To standardize with vector3 we should use vector2. The main change here is to turn all of the IntPairs in PathFinder::pathFind to vector2.
Also, maybe look into using float as our returned distance values for pathFind. This may help significantly for accuracy. This will decrease performance slightly, so make sure that it's fully tested and does in fact increase accuracy by a noticeable margin.
The text was updated successfully, but these errors were encountered:
To standardize with vector3 we should use vector2. The main change here is to turn all of the IntPairs in PathFinder::pathFind to vector2.
Also, maybe look into using float as our returned distance values for pathFind. This may help significantly for accuracy. This will decrease performance slightly, so make sure that it's fully tested and does in fact increase accuracy by a noticeable margin.
The text was updated successfully, but these errors were encountered: