This commit is contained in:
Yehonal
2016-06-26 17:50:05 +02:00
2 changed files with 20 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
build*/
.directory
.mailmap
*.orig
*.rej
*~
.hg/
*.kdev*
.DS_Store
CMakeLists.txt.user
*.bak
*.patch
*.diff
*.REMOTE.*
*.BACKUP.*
*.BASE.*
*.LOCAL.*

View File

@@ -60,6 +60,8 @@ struct dtNavMeshCreateParams
float cs; // Cell size (xz) (wu).
float ch; // Cell height (y) (wu).
int tileSize; // Tile size (width & height) (vx).
int tileLayer;
bool buildBvTree;
};
// Build navmesh data from given input data.