-
```
hi, i wonder if all the area id is avalible, for example , i use
SAMPLE_POLYAREA_GROUND to mark the area, hard code as below:
rcMarkConvexPolyArea(m_ctx, vols[i].verts, vols[i].nverts, vols[i].h…
-
```
An exception will occur in certain cases when building a navigation mesh with
bvTreeEnabled set to false.
This problem is known to occur when building navigation meshes with off-mesh
connection…
-
```
Open Demo (tested on r351)
1. Make yourself a tile mesh with at least 3 tiles in a row
2. You shall have 2 OffMeshConnection's:
- first inside a middle tile
- second from first to last tile
…
-
```
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, …
-
200+ Errors under Build via VS 2015 :/
LOG:
1>------ Build started: Project: ZERO_CHECK, Configuration: Debug x64 ------
1> Checking Build System
1> CMake does not need to re-run because E:/szerver…
Atis6 updated
9 years ago
-
```
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?
1.Build a navigation mesh with the sample 'SoloMesh'.
2.That's all. rcFilterLowHangingWalkableObstacles will be executed but no
effect.
What is the expecte…