Home
last modified time | relevance | path

Searched refs:offMeshConnection (Results 1 – 4 of 4) sorted by relevance

/dports/games/openmw/openmw-openmw-0.47.0/components/detournavigator/
H A Dfindsmoothpath.hpp173 …const bool offMeshConnection = bool(steerTarget->steerPosFlag & DT_STRAIGHTPATH_OFFMESH_CONNECTION… in makeSmoothPath() local
179 if ((endOfPath || offMeshConnection) && len < stepSize) in makeSmoothPath()
202 else if (offMeshConnection && inRange(result->mResultPos, steerTarget->steerPos, slop)) in makeSmoothPath()
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/RecastDemo/Source/
H A DNavMeshTesterTool.cpp547 bool offMeshConnection = (steerPosFlag & DT_STRAIGHTPATH_OFFMESH_CONNECTION) ? true : false; in handleToggle() local
554 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() local
752 if ((endOfPath || offMeshConnection) && len < STEP_SIZE) in recalc()
786 else if (offMeshConnection && inRange(iterPos, steerPos, SLOP, 1.0f)) in recalc()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/DetourCrowd/source/
H A DDetourCrowd.cpp84 …const bool offMeshConnection = (ag->cornerFlags[ag->ncorners-1] & DT_STRAIGHTPATH_OFFMESH_CONNECTI… in overOffmeshConnection() local
85 if (offMeshConnection) in overOffmeshConnection()
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/DetourCrowd/Source/
H A DDetourCrowd.cpp82 …const bool offMeshConnection = (ag->cornerFlags[ag->ncorners-1] & DT_STRAIGHTPATH_OFFMESH_CONNECTI… in overOffmeshConnection() local
83 if (offMeshConnection) in overOffmeshConnection()