Jay Dhulia
Jay Dhulia
Hi @donmccurdy, I ran into this bug recently. I have tried to run it locally, but I am running into issues getting it working locally as well. I have the...
Update: was able to get it running locally, but facing a new error: ``` [1] 637365 vertices, 212455 faces. [1] recast::load: 139.309ms [1] Error! Failed to complete request to /v1/build/?cellSize=0.3&cellHeight=0.2&agentHeight=1.6&agentRadius=0.2&agentMaxClimb=0.5&agentMaxSlope=30:...
Hi @donmccurdy, Thank you for the reply! I ended up fixing the error! It was hitting the local API endpoint, however, for some reason, the socket was closing before the...
Hey @eamonnfaherty, apologies for the delay here. I think we can go ahead with making the first step more explicit: 1. Create a suitable configuration or use the samples provided...
Hi @n5ro , I was wondering how do we test whether it works with the latest code changes or not? I tried to use https://cdn.jsdelivr.net/gh/n5ro/aframe-extras@geometry/dist/aframe-extras.min.js as the src, but it...
Edit: It also seems that the PR won't fix it, because https://github.com/n5ro/aframe-extras/blob/afcebe83edfe9bcbda0dcf055ff399f34d8f2a5f/src/pathfinding/system.js#L20 this function still expects a three.geometry object as a parameter?