example plugin

  1. Dyllan

    Asynchronous Pathfinding API

    I've put together a 3D A* Pathfinding API that takes 2 locations ( start and destination ) and returns the block locations in a list of "Point" containers. There is a max computation time of 5 seconds that limits any super large calculations. Also identifies when there isn't a solution. All of...
Top