vincent / recast.js

A wrapper for the RecastDetour navigation library for node and the browser
http://vincent.github.io/recast.js/tests/test.webgl.html
108 stars 21 forks source link

Not taking the shortest path #19

Closed AmdEagle closed 6 years ago

AmdEagle commented 8 years ago

when using the recast.js given 2 points its doesnt return the shortest path it takes some weird long path to reach the destination capture

The pink dots are the start and location and green dots are the way points from recast.js. any idea why its taking this long winded path ?

vincent commented 8 years ago

Hi @BalakrishnanV sorry I haven't answer this for such a long time :/

Did you tried to test the same behaviour with the original Recast tool (with the same config obv.) ?

vincent commented 6 years ago

Closing; Feel free to reopen if needed.