-
```
When I recalculate tiles and remove/add them to a dtNavMesh object, if
the replaced tiles block a path an agent is taking, the agent will
often lose their route without calculating a new one.
The…
-
```
I am on Linux, and I created a set of CMake scripts which builds
Recastnavigation as a set of static libraries:
fastlz, debugutils, recast, detour and detourcrowd.
It also builds the demo, but it…
-
```
It's not to difficult to compile Recast and Detour into lib files but I think
it would be nice if the project files were already included.
I have attached the project files I made to this post, …
-
```
http://code.google.com/p/recastnavigation/source/browse/trunk/Detour/Source/Deto
urNavMeshQuery.cpp#84
The code on this line should use curPoly->getArea().
As per:
https://groups.google.com/forum/…
-
```
I will like to use boost header files inside OgreKit. Basically I will like
to use boost-threads and some other boost header files...
```
Original issue reported on code.google.com by `silveira.…
-
```
Thanks for answering "how to merge two all_tiles_navmesh.bin" in issue 170.
Now i can merge two bin files together now:)
But there's gap at the joint of two terrians.
I'm wondering how to connect …
-
```
I will like to use boost header files inside OgreKit. Basically I will like
to use boost-threads and some other boost header files...
```
Original issue reported on code.google.com by `silveira.…
-
```
When compiling with gcc with -Wunused-value,
rcAssert/dtAssert will generate a warning similar to:
../../../3rdparty/recastnavigation/Detour/Source/DetourNavMesh.cpp: In member
function `const …
-
```
What steps will reproduce the problem:
1. open demo
2. build navmesh
3. use Test Navmesh tool Raycast with default Nav_Test.obj
What is the expected output:
- ray shall not pass the floor
- ray…
-
```
DetourCrowd\Source\DetourPathCorridor.cpp: 449
in dtPathCorridor::movePosition(), there is no check for result of the
navquery->moveAlongSurface() function, so if it's failed, agent will recei…