Searched refs:offMeshConnection (Results 1 – 4 of 4) sorted by relevance
173 …const bool offMeshConnection = bool(steerTarget->steerPosFlag & DT_STRAIGHTPATH_OFFMESH_CONNECTION… in makeSmoothPath() local179 if ((endOfPath || offMeshConnection) && len < stepSize) in makeSmoothPath()202 else if (offMeshConnection && inRange(result->mResultPos, steerTarget->steerPos, slop)) in makeSmoothPath()
547 bool offMeshConnection = (steerPosFlag & DT_STRAIGHTPATH_OFFMESH_CONNECTION) ? true : false; in handleToggle() local554 if ((endOfPath || offMeshConnection) && len < STEP_SIZE) in handleToggle()587 else if (offMeshConnection && inRange(m_iterPos, steerPos, SLOP, 1.0f)) in handleToggle()745 bool offMeshConnection = (steerPosFlag & DT_STRAIGHTPATH_OFFMESH_CONNECTION) ? true : false; in recalc() local752 if ((endOfPath || offMeshConnection) && len < STEP_SIZE) in recalc()786 else if (offMeshConnection && inRange(iterPos, steerPos, SLOP, 1.0f)) in recalc()
84 …const bool offMeshConnection = (ag->cornerFlags[ag->ncorners-1] & DT_STRAIGHTPATH_OFFMESH_CONNECTI… in overOffmeshConnection() local85 if (offMeshConnection) in overOffmeshConnection()
82 …const bool offMeshConnection = (ag->cornerFlags[ag->ncorners-1] & DT_STRAIGHTPATH_OFFMESH_CONNECTI… in overOffmeshConnection() local83 if (offMeshConnection) in overOffmeshConnection()