19 #ifndef DETOURDEBUGDRAW_H
20 #define DETOURDEBUGDRAW_H
44 const float* orig,
const float cs,
const float ch);
46 const float* orig,
const float cs,
const float ch);
void duDebugDrawNavMeshPoly(struct duDebugDraw *dd, const dtNavMesh &mesh, dtPolyRef ref, const unsigned int col)
Definition: DetourDebugDraw.cpp:439
DrawNavMeshFlags
Definition: DetourDebugDraw.h:27
@ DU_DRAWNAVMESH_COLOR_TILES
Definition: DetourDebugDraw.h:30
@ DU_DRAWNAVMESH_OFFMESHCONS
Definition: DetourDebugDraw.h:28
@ DU_DRAWNAVMESH_CLOSEDLIST
Definition: DetourDebugDraw.h:29
void duDebugDrawNavMeshPortals(struct duDebugDraw *dd, const dtNavMesh &mesh)
Definition: DetourDebugDraw.cpp:407
void duDebugDrawTileCacheLayerAreas(struct duDebugDraw *dd, const dtTileCacheLayer &layer, const float cs, const float ch)
Definition: DetourDebugDraw.cpp:529
void duDebugDrawTileCacheLayerRegions(struct duDebugDraw *dd, const dtTileCacheLayer &layer, const float cs, const float ch)
Definition: DetourDebugDraw.cpp:583
void duDebugDrawNavMeshPolysWithFlags(struct duDebugDraw *dd, const dtNavMesh &mesh, const unsigned short polyFlags, const unsigned int col)
Definition: DetourDebugDraw.cpp:419
void duDebugDrawTileCachePolyMesh(duDebugDraw *dd, const struct dtTileCachePolyMesh &lmesh, const float *orig, const float cs, const float ch)
Definition: DetourDebugDraw.cpp:728
void duDebugDrawTileCacheContours(duDebugDraw *dd, const struct dtTileCacheContourSet &lcset, const float *orig, const float cs, const float ch)
Definition: DetourDebugDraw.cpp:648
void duDebugDrawNavMeshBVTree(struct duDebugDraw *dd, const dtNavMesh &mesh)
Definition: DetourDebugDraw.cpp:323
void duDebugDrawNavMesh(struct duDebugDraw *dd, const dtNavMesh &mesh, unsigned char flags)
Definition: DetourDebugDraw.cpp:237
void duDebugDrawNavMeshWithClosedList(struct duDebugDraw *dd, const dtNavMesh &mesh, const dtNavMeshQuery &query, unsigned char flags)
Definition: DetourDebugDraw.cpp:249
void duDebugDrawNavMeshNodes(struct duDebugDraw *dd, const dtNavMeshQuery &query)
Definition: DetourDebugDraw.cpp:263
Provides the ability to perform pathfinding related queries against a navigation mesh.
Definition: DetourNavMeshQuery.h:166
A navigation mesh based on tiles of convex polygons.
Definition: DetourNavMesh.h:339
unsigned int dtPolyRef
A handle to a polygon within a navigation mesh tile.
Definition: DetourNavMesh.h:48
Definition: DetourTileCacheBuilder.h:62
Definition: DetourTileCacheBuilder.h:44
Definition: DetourTileCacheBuilder.h:68
Abstract debug draw interface.
Definition: DebugDraw.h:35