mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-09-26 03:56:14 +00:00
Changed link bmin/bmax to fraction along the edge. Fixed moveAlong to work with multiple links per edge. Use flat delta for path iterator.
This commit is contained in:
@@ -133,6 +133,7 @@ static bool getSteerTarget(dtNavMesh* navMesh, const float* startPos, const floa
|
||||
return false;
|
||||
|
||||
rcVcopy(steerPos, &steerPath[ns*3]);
|
||||
steerPos[1] = startPos[1];
|
||||
steerPosFlag = steerPathFlags[ns];
|
||||
steerPosRef = steerPathPolys[ns];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user