Fix MMAPS Generation
This commit is contained in:
parent
d8b67c27cc
commit
0c102b79de
1 changed files with 2 additions and 0 deletions
|
|
@ -60,6 +60,8 @@ struct dtNavMeshCreateParams
|
||||||
float cs; // Cell size (xz) (wu).
|
float cs; // Cell size (xz) (wu).
|
||||||
float ch; // Cell height (y) (wu).
|
float ch; // Cell height (y) (wu).
|
||||||
int tileSize; // Tile size (width & height) (vx).
|
int tileSize; // Tile size (width & height) (vx).
|
||||||
|
int tileLayer;
|
||||||
|
bool buildBvTree;
|
||||||
};
|
};
|
||||||
|
|
||||||
// Build navmesh data from given input data.
|
// Build navmesh data from given input data.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue