Barsonax / Pathfindax

Pathfinding framework
GNU Affero General Public License v3.0
26 stars 8 forks source link

Use separate nodenetworks for each collision layer #36

Closed Barsonax closed 6 years ago

Barsonax commented 6 years ago

Summary

Currently pathfinding uses the same nodenetwork to do the pathfinding for all collision layers. Change this to a separate nodenetwork for each collision layer.

Analysis [Feature Requests]

Barsonax commented 6 years ago

Implemented in branch #35