Home
last modified time | relevance | path

Searched refs:MAXRES_SEARCH_DISTANCE (Results 1 – 2 of 2) sorted by relevance

/dports/games/spring/spring_98.0/rts/Sim/Path/Default/
H A DPathConstants.h20 static const float MAXRES_SEARCH_DISTANCE = 25.0f; variable
H A DPathManager.cpp171 if (heuristicGoalDist2D < MAXRES_SEARCH_DISTANCE) { in RequestPath()
286 …ty() && (medResPath.path.back()).SqDistance2D(startPos) < Square(MAXRES_SEARCH_DISTANCE * SQUARE_S… in MedRes2MaxRes()