-
```
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/…
-
```
Hello Mikko,
Is it possible for the classes below, to have their own .h and .cpp files?
class PolyRefArray
class NavmeshFlags
class NavMeshTileTool
class TempObstacleCreateTool
class TempO…
-
```
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, …
-
```
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 …
-
```
During rcRasterizeTriangles(), it's possible to have a triangle that ends up
with a Span of zero height.
This occurs if a triangle is laying *exactly* on the bottom of the bounding box
(bmin[1…
-
```
What steps will reproduce the problem?
Build without SDL.
What is the expected output? What do you see instead?
Direct-X support instead of SDL.
What version of the product are you using? O…
-
```
This is happening for me since the rcAlloc stuff was added, I'm at r181.
I'm building on Linux with -g and optimisation off.
What steps will reproduce the problem?
1. Select tile mesh
2. Load na…
-
```
What steps will reproduce the problem?
1. while some of the config is set to certain val for example ,like max
edge len or max sample error. however ,it is not easy do deside what val
to use...
…