forked from recastnavigation/recastnavigation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add getPathFromDijkstraSearch function (recastnavigation#211)
This adds a method to dtNavMeshQuery that allows users to retrieve paths from the nodes explored by the previous Dijkstra search. This is useful after Dijkstra searches to retrieve arbitrary paths inside the explored area.
- Loading branch information
1 parent
c464d91
commit 2a0c31b
Showing
2 changed files
with
78 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters