mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
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:
parent
b5c689976e
commit
953a4c5550
41 changed files with 2195 additions and 59 deletions
|
@ -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}" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue