Skip to content

Commit

Permalink
Add a note in the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Aug 4, 2024
1 parent 5716c90 commit 6801bb4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/_posts/2024-08-03-3811.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ AI - Fixed a bug with recording a platoon's plan and certain other platoon relat

- (#6292) Create base state machine files for AI engineer utility machine, update state machine for tml.

- (#6390) Fix a bug in the navigational mesh that could significantly slow down the simulation

When we generate a navigational mesh the map is split into areas of terrain that units can walk over. This is done for each of the four layers (land, water, hover and amphibious). Heightmaps can be noisy, and therefore there can be thousands of tiny (the size of a wall) areas scattered across the map. These areas are to be culled, reducing the number of areas to take into account by a significant factor. Think in terms of going from 6000+ areas to (usually) less then 10. The culling did not work however.

Some computations of the AI take into account the number of areas. These computations would blow up with thousands of areas, significantly slowing down the simulation.

## Contributors

With thanks to the following people who contributed through coding:
Expand Down

0 comments on commit 6801bb4

Please sign in to comment.