summaryrefslogtreecommitdiff
path: root/Runtime/NavMesh/NavMeshTileCarving.h
blob: 6ef85a21892d127fe9dcda8cea89da41071935f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
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