c-frame / aframe-extras

Add-ons and helpers for A-Frame VR.

Home Page:https://c-frame.github.io/aframe-extras/examples/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[nav-agent] navigation-impossible event

vincentfretin opened this issue · comments

Currently when using

agentEl.setAttribute("nav-agent", {
  active: true,
  destination: someVec3,
});

and it can't find a path to destination, we just get a warning. It would be great if we had a specific event for that, maybe navigation-impossible would be a good name?