1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-04 02:15:34 +00:00
openmw/apps/openmw_test_suite/detournavigator
elsid e1bed86d7e
Do single navigator update per frame
Primarily for crossing cell border case. Each Navigator::update call has a cost.
Doing it multiple times per frame increased frame duration on cell loading.

Call Navigator::wait only when cell has changed but do not use
Scene::hasCellChanged because it doesn't always indicates it.
2022-08-20 19:15:55 +02:00
..
asyncnavmeshupdater.cpp Fix C4389 msvc warning 2022-07-01 18:47:47 +02:00
generate.hpp Add a binary to generate navmesh from content files 2021-12-11 00:21:56 +01:00
gettilespositions.cpp Remove unused z coordinate 2022-02-03 21:43:53 +01:00
navigator.cpp Do single navigator update per frame 2022-08-20 19:15:55 +02:00
navmeshdb.cpp Limit max navmeshdb file size 2022-03-18 19:08:46 +01:00
navmeshtilescache.cpp Support different agent collision shape type for pathfinding 2022-06-21 12:57:32 +02:00
operators.hpp Remove redundant ostream, istream, iostream and sstream includes 2022-07-05 01:41:28 +02:00
recastmeshbuilder.cpp Fix C4305 msvc warning 2022-07-01 18:47:46 +02:00
recastmeshobject.cpp Store mesh source data in recast mesh 2021-12-10 23:55:02 +01:00
settings.hpp Write generated navmesh to navmeshdb 2021-12-11 00:22:04 +01:00
settingsutils.cpp Split navigator settings into subtypes 2021-12-10 23:55:03 +01:00
tilecachedrecastmeshmanager.cpp Cull navmesh objects by scene bounds 2022-02-03 22:09:37 +01:00