Home
last modified time | relevance | path

Searched refs:MAX_NEIS (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Detour/source/
H A DDetourNavMesh.cpp952 static const int MAX_NEIS = 32; in addTile() local
953 dtMeshTile* neis[MAX_NEIS]; in addTile()
957 nneis = getTilesAt(header->x, header->y, neis, MAX_NEIS); in addTile()
972 nneis = getNeighbourTilesAt(header->x, header->y, i, neis, MAX_NEIS); in addTile()
1203 static const int MAX_NEIS = 32; in removeTile() local
1204 dtMeshTile* neis[MAX_NEIS]; in removeTile()
1208 nneis = getTilesAt(tile->header->x, tile->header->y, neis, MAX_NEIS); in removeTile()
1218 nneis = getNeighbourTilesAt(tile->header->x, tile->header->y, i, neis, MAX_NEIS); in removeTile()
H A DDetourNavMeshQuery.cpp889 static const int MAX_NEIS = 32; in queryPolygons() local
890 const dtMeshTile* neis[MAX_NEIS]; in queryPolygons()
897 const int nneis = m_nav->getTilesAt(x,y,neis,MAX_NEIS); in queryPolygons()
1924 static const int MAX_NEIS = 8; in moveAlongSurface() local
1926 dtPolyRef neis[MAX_NEIS]; in moveAlongSurface()
1943 if (nneis < MAX_NEIS) in moveAlongSurface()
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/Detour/Source/
H A DDetourNavMesh.cpp1021 static const int MAX_NEIS = 32; in addTile() local
1022 dtMeshTile* neis[MAX_NEIS]; in addTile()
1026 nneis = getTilesAt(header->x, header->y, neis, MAX_NEIS); in addTile()
1041 nneis = getNeighbourTilesAt(header->x, header->y, i, neis, MAX_NEIS); in addTile()
1271 static const int MAX_NEIS = 32; in removeTile() local
1272 dtMeshTile* neis[MAX_NEIS]; in removeTile()
1276 nneis = getTilesAt(tile->header->x, tile->header->y, neis, MAX_NEIS); in removeTile()
1286 nneis = getNeighbourTilesAt(tile->header->x, tile->header->y, i, neis, MAX_NEIS); in removeTile()
H A DDetourNavMeshQuery.cpp933 static const int MAX_NEIS = 32; in queryPolygons() local
934 const dtMeshTile* neis[MAX_NEIS]; in queryPolygons()
940 const int nneis = m_nav->getTilesAt(x,y,neis,MAX_NEIS); in queryPolygons()
2114 static const int MAX_NEIS = 8; in moveAlongSurface() local
2116 dtPolyRef neis[MAX_NEIS]; in moveAlongSurface()
2133 if (nneis < MAX_NEIS) in moveAlongSurface()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/DetourCrowd/source/
H A DDetourCrowd.cpp196 static const int MAX_NEIS = 32; in getNeighbours() local
197 unsigned short ids[MAX_NEIS]; in getNeighbours()
200 ids, MAX_NEIS); in getNeighbours()
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/DetourCrowd/Source/
H A DDetourCrowd.cpp194 static const int MAX_NEIS = 32; in getNeighbours() local
195 unsigned short ids[MAX_NEIS]; in getNeighbours()
198 ids, MAX_NEIS); in getNeighbours()