Add a PathFinderOverlay to visualize path searches.
Activated with the '/path-debug' chat command, this displays the explored search space and costs when searching for paths. It supports custom movement layers, bi-directional searches as well as visualizing searches over the abstract graph of the HierarchicalPathFinder. The most recent search among selected units is shown.
This commit is contained in:
committed by
Matthias Mailänder
parent
aef65d353d
commit
93998dc4a7
@@ -153,6 +153,7 @@ World:
|
||||
ChatCommands:
|
||||
DevCommands:
|
||||
DebugVisualizationCommands:
|
||||
PathFinderOverlay:
|
||||
HierarchicalPathFinderOverlay:
|
||||
PlayerCommands:
|
||||
HelpCommand:
|
||||
|
||||
@@ -120,6 +120,7 @@ World:
|
||||
ChatCommands:
|
||||
DevCommands:
|
||||
DebugVisualizationCommands:
|
||||
PathFinderOverlay:
|
||||
HierarchicalPathFinderOverlay:
|
||||
PlayerCommands:
|
||||
HelpCommand:
|
||||
|
||||
@@ -165,6 +165,7 @@ World:
|
||||
ChatCommands:
|
||||
DevCommands:
|
||||
DebugVisualizationCommands:
|
||||
PathFinderOverlay:
|
||||
HierarchicalPathFinderOverlay:
|
||||
PlayerCommands:
|
||||
HelpCommand:
|
||||
|
||||
@@ -235,6 +235,7 @@ World:
|
||||
ChatCommands:
|
||||
DevCommands:
|
||||
DebugVisualizationCommands:
|
||||
PathFinderOverlay:
|
||||
HierarchicalPathFinderOverlay:
|
||||
PlayerCommands:
|
||||
HelpCommand:
|
||||
|
||||
Reference in New Issue
Block a user