Skip to content

Releases: isaac-mason/recast-navigation-js

[email protected]

01 Feb 04:08
Compare
Choose a tag to compare

Minor Changes

  • fe172f7: feat: add floodFillPruneNavMesh utility
  • fe172f7: feat: remove navMesh.getDebugNavMesh, add getNavMeshPositionsAndIndices utility

Patch Changes

@recast-navigation/[email protected]

01 Feb 04:08
Compare
Choose a tag to compare

@recast-navigation/[email protected]

01 Feb 04:08
Compare
Choose a tag to compare

Minor Changes

  • da46c6c: feat: remove OffMeshConnectionsHelper in favour of DebugDrawer off mesh connection debug drawing

Patch Changes

@recast-navigation/[email protected]

01 Feb 04:08
Compare
Choose a tag to compare

Minor Changes

  • da46c6c: feat: remove OffMeshConnectionsHelper in favour of DebugDrawer off mesh connection debug drawing

Patch Changes

@recast-navigation/[email protected]

01 Feb 04:08
Compare
Choose a tag to compare

Patch Changes

@recast-navigation/[email protected]

01 Feb 04:08
Compare
Choose a tag to compare

Minor Changes

  • fe172f7: feat: add floodFillPruneNavMesh utility
  • fe172f7: feat: remove navMesh.getDebugNavMesh, add getNavMeshPositionsAndIndices utility

Patch Changes

[email protected]

17 Dec 01:47
Compare
Choose a tag to compare

Minor Changes

  • b54ae16: 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.

    These utils make it easier to use the default navmesh generators 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.

  • 93d383e: feat: add optional 'bounds' config to navmesh generators

    If provided, it will be used as the bounds for the navmesh heightfield during generation. If not provided, the bounds will be calculated from the input geometry. If the bounds are known ahead of time, providing them can save some time during generation.

Patch Changes

@recast-navigation/[email protected]

17 Dec 01:48
Compare
Choose a tag to compare

@recast-navigation/[email protected]

17 Dec 01:48
Compare
Choose a tag to compare

Patch Changes

@recast-navigation/[email protected]

17 Dec 01:47
Compare
Choose a tag to compare

Patch Changes