Add a binary to generate navmesh from content files

Load content files based on the engine config files. Generate navmesh per cell
for all cells and store into SQLite database.
This commit is contained in:
elsid 2021-06-29 03:49:21 +02:00
parent b5c689976e
commit 953a4c5550
No known key found for this signature in database
GPG key ID: B845CB9FEE18AB40
41 changed files with 2195 additions and 59 deletions

View file

@ -71,6 +71,7 @@ if [[ "${BUILD_TESTS_ONLY}" ]]; then
-DBUILD_ESSIMPORTER=OFF \
-DBUILD_OPENCS=OFF \
-DBUILD_WIZARD=OFF \
-DBUILD_NAVMESHTOOL=OFF \
-DBUILD_UNITTESTS=${BUILD_UNITTESTS} \
-DBUILD_BENCHMARKS=${BUILD_BENCHMARKS} \
-DGTEST_ROOT="${GOOGLETEST_DIR}" \