Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extern/recastnavigation/Detour/Include/DetourStatNavMeshBuilder.h')
-rw-r--r--extern/recastnavigation/Detour/Include/DetourStatNavMeshBuilder.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/extern/recastnavigation/Detour/Include/DetourStatNavMeshBuilder.h b/extern/recastnavigation/Detour/Include/DetourStatNavMeshBuilder.h
index 3b8f7519b2f..03c79c429e7 100644
--- a/extern/recastnavigation/Detour/Include/DetourStatNavMeshBuilder.h
+++ b/extern/recastnavigation/Detour/Include/DetourStatNavMeshBuilder.h
@@ -26,4 +26,8 @@ bool dtCreateNavMeshData(const unsigned short* verts, const int nverts,
const unsigned char* dtris, const int ndtris,
unsigned char** outData, int* outDataSize);
+int createBVTree(const unsigned short* verts, const int nverts,
+ const unsigned short* polys, const int npolys, const int nvp,
+ float cs, float ch, int nnodes, dtStatBVNode* nodes);
+
#endif // DETOURSTATNAVMESHBUILDER_H \ No newline at end of file