Releases: isaac-mason/recast-navigation-js
Releases · isaac-mason/recast-navigation-js
@recast-navigation/three@0.32.0
@recast-navigation/generators@0.32.0
@recast-navigation/core@0.32.0
Minor Changes
-
73f3d0a: feat(TileCache): rename BoxObstacle extent to halfExtents
-
0c927b6: feat: expose recast and detour constants and enums in 'Recast' and 'Detour' objects
-
94d59b0: feat: remove 'range' array utility
The range utility was only used in examples, not in the core library.
If you were using it, you can easily replace it with a simple code snippet.
function range(n: number) { return [...Array(n)].map((_, i) => i); }
Patch Changes
- @recast-navigation/wasm@0.32.0
recast-navigation@0.31.1
@recast-navigation/wasm@0.31.1
@recast-navigation/wasm@0.31.1
@recast-navigation/three@0.31.1
Patch Changes
- Updated dependencies [1b1f40e]
- @recast-navigation/core@0.31.1
- @recast-navigation/generators@0.31.1
@recast-navigation/generators@0.31.1
Patch Changes
- Updated dependencies [1b1f40e]
- @recast-navigation/core@0.31.1
- @recast-navigation/wasm@0.31.1
@recast-navigation/core@0.31.1
Patch Changes
- 1b1f40e: fix(DetourLink): use 'next' property instead of 'get_next' function
- @recast-navigation/wasm@0.31.1
recast-navigation@0.31.0
Minor Changes
- 0fc8dd9: feat(CrowdAgent): add overOffMeshConnection
- 225a983: feat: add support for getting/setting random seed used by NavMeshQuery
Patch Changes
- 1571a45: feat: check whether the library has been initialised in the high level generators, throw a friendly error
- Updated dependencies [0fc8dd9]
- Updated dependencies [225a983]
- Updated dependencies [1571a45]
- @recast-navigation/core@0.31.0
- @recast-navigation/generators@0.31.0
- @recast-navigation/three@0.31.0