Merge branch 'master' of https://github.com/azerothcore/azerothcore.git
This commit is contained in:
commit
5bb70a86be
2 changed files with 20 additions and 0 deletions
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 ch; // Cell height (y) (wu).
|
||||
int tileSize; // Tile size (width & height) (vx).
|
||||
int tileLayer;
|
||||
bool buildBvTree;
|
||||
};
|
||||
|
||||
// Build navmesh data from given input data.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue