49 findNearestPolyTime(0),
51 findStraightPathTime(0),
68 unsigned short includeFlags;
69 unsigned short excludeFlags;
77 int findNearestPolyTime;
79 int findStraightPathTime;
85 Test& operator=(
const Test&);
88 std::string m_sampleName;
89 std::string m_geomFileName;
98 bool load(
const std::string& filePath);
int next(int i, int n)
Definition: DetourTileCacheBuilder.cpp:1080
Definition: TestCase.h:26
const std::string & getGeomFileName() const
Definition: TestCase.h:101
void doTests(class dtNavMesh *navmesh, class dtNavMeshQuery *navquery)
Definition: TestCase.cpp:197
bool handleRenderOverlay(double *proj, double *model, int *view)
Definition: TestCase.cpp:387
const std::string & getSampleName() const
Definition: TestCase.h:100
void handleRender()
Definition: TestCase.cpp:328
TestCase()
Definition: TestCase.cpp:41
bool load(const std::string &filePath)
Definition: TestCase.cpp:100
~TestCase()
Definition: TestCase.cpp:46
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