I am attempting to retrieve the upcoming points in a path for a crowd agent.
crowd.agentGoto(agents[i], navigationPlugin.getClosestPoint(startingPoint));
console.log("corners", crowd.getCorners(agents[i]))
In this PG https://playground.babylonjs.com/#TN7KNN#276 when pointer is down that’s when I do the console log, but I get error:
this.recastCrowd.getPath is not a function