-
```
What steps will reproduce the problem?
1. svn checkout http://recastnavigation.googlecode.com/svn/trunk/
recastnavigation-read-only
2.
3.
What is the expected output? What do you see instead?
…
-
```
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…
-
```
When compiling client code with gcc -Wignored-qualifiers, a couple headers
generate the following warnings:
recastnavigation/DetourCrowd/Include/DetourProximityGrid.h:62:35: error: type
qualifi…
-
```
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/…
-
```
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…
-
```
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/…
-
```
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.update to r250,load geom, build and save mesh
2.update to r254, load geom, load mesh
What is the expected output? What do you see instead?
the loader fai…
-
```
We could check out this one:
http://code.google.com/p/recastnavigation
```
Original issue reported on code.google.com by `erwin.coumans` on 19 Mar 2010 at 1:47