From 15740faf9fe9fe4be08965098bbf2947e096aeeb Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 14 Aug 2019 22:50:43 +0800 Subject: +Unity Runtime code --- Runtime/NavMesh/NavMeshTileCarving.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Runtime/NavMesh/NavMeshTileCarving.h (limited to 'Runtime/NavMesh/NavMeshTileCarving.h') diff --git a/Runtime/NavMesh/NavMeshTileCarving.h b/Runtime/NavMesh/NavMeshTileCarving.h new file mode 100644 index 0000000..6ef85a2 --- /dev/null +++ b/Runtime/NavMesh/NavMeshTileCarving.h @@ -0,0 +1,12 @@ +#ifndef _NAVMESHTILECARVING_H_INCLUDED_ +#define _NAVMESHTILECARVING_H_INCLUDED_ + +struct dtMeshTile; +class dtNavMesh; +class Matrix4x4f; +class Vector3f; +class MinMaxAABB; + +void CarveNavMeshTile (const dtMeshTile* tile, dtNavMesh* detourNavMesh, size_t count, const Matrix4x4f* transforms, const Vector3f* sizes, const MinMaxAABB* aabbs); + +#endif -- cgit v1.1-26-g67d0