Skip to content

Consider using polyanya for the pathfinding algorithm. #80

@andriyDev

Description

@andriyDev

If your nav mesh is poorly laid out, this can result in taking extra long paths just by bad luck (and it looks really strange).

We can improve this by using the polyanya algorithm. We don't actually care about its straight line path, but we can store the nodes we pass through as the corridor and recreate the same kind of path we use today (so only the pathfinding algorithm needs to change, particularly the AStarProblem we create).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions