1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-28 03:26:38 +00:00
openmw/apps
elsid 163968f578
Normalize area cost factor
Recastnavigation uses path cost and heuristic based on distance to find
shortest path by A* algorithm. Using raw speed values makes cost much lower
value than heuristic (1000 times less at maximum). Heuristic is defined as
distance from node to target * 0.999 that means area cost should never be less
than 0.999 or 1 for simplicity.

Use max speed to make lowest possible cost factor equal to 1.
2021-09-29 01:03:24 +02:00
..
benchmarks Store heightfields as array of heights instead of triangles 2021-07-26 00:22:21 +02:00
bsatool Add file to BSA 2021-04-08 18:08:28 +02:00
esmtool Add a std::noboolalpha to a std::boolalpha 2021-07-21 14:40:54 +02:00
essimporter Fix/workaround for Issue #3246 2021-08-17 12:29:28 +10:00
launcher Remove 'no relevant classes' moc warning 2021-09-14 11:20:18 +02:00
mwiniimporter Using auto keyword in most apps 2021-05-18 19:20:59 -05:00
niftest Use recurse subdirectory iterator to iterate over the VFS without exposing internal details 2021-09-14 18:09:54 +02:00
opencs Merge branch 'OpenCS-preserve-blocked' into 'master' 2021-09-27 19:21:20 +00:00
openmw Normalize area cost factor 2021-09-29 01:03:24 +02:00
openmw_test_suite Merge branch 'Fix_ASCII' into 'master' 2021-09-26 20:08:55 +00:00
wizard Remove 'no relevant classes' moc warning 2021-09-14 11:20:18 +02:00
doc.hpp