Skip to content

3D Pathfinding Demos or Documentations? #213

Open
@evandarcy

Description

@evandarcy

Hey @schteppe, I am really curious about your fork.

At the moment this is the approach I am taking:

var grid = new Grid(gridWidth, gridHeight);
grid.setWalkableAt(x, y, true); // Set player position as walkable
var path = finder.findPath(startX, startY, endX, endY, grid);

I would like to extend this code to work in a 3D environment, how could I use your fork to achieve something like this? Are there some extra steps I would need to take?

If there are any demos or documentation specific to your fork, I would love to see them!

Thank you!

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