Skip to content

Commit

Permalink
chore: update changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-mason committed Dec 17, 2024
1 parent cb1e5fc commit 256bf56
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .changeset/bright-avocados-divide.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,10 @@
'recast-navigation': minor
---

feat: utils for generating solo and tiled navmesh tiles
feat: add utils for generating solo and tiled navmesh tiles

Added `generateSoloNavMeshData` and `generateTileNavMeshData` to the `@recast-navigation/generators` package.

The logic for generating navmesh data was previously within the `generateSoloNavMesh` and `generateTiledNavMesh` utils.

Providing a util that just creates NavMesh data makes it easier to use the default navmesh generation logic for more use cases. For example, generating navmesh data for a single tile in a web worker, and sending the data back to the main thread where the `NavMesh` is created.

0 comments on commit 256bf56

Please sign in to comment.