mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
Merge branch 'master' of https://github.com/azerothcore/azerothcore.git
This commit is contained in:
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
|
||||||
|
build*/
|
||||||
|
.directory
|
||||||
|
.mailmap
|
||||||
|
*.orig
|
||||||
|
*.rej
|
||||||
|
*~
|
||||||
|
.hg/
|
||||||
|
*.kdev*
|
||||||
|
.DS_Store
|
||||||
|
CMakeLists.txt.user
|
||||||
|
*.bak
|
||||||
|
*.patch
|
||||||
|
*.diff
|
||||||
|
*.REMOTE.*
|
||||||
|
*.BACKUP.*
|
||||||
|
*.BASE.*
|
||||||
|
*.LOCAL.*
|
||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user