binzume / aframe-vrm

VRM components for A-Frame
MIT License
49 stars 19 forks source link

Animation loader module is loaded from threejs.org #4

Open binzume opened 2 years ago

binzume commented 2 years ago

This can cause unexpected issues with three.js updates. Also, if threejs.org goes down, the demos will stop working.

e.g. https://github.com/binzume/aframe-vrm/issues/3

This should be resolved at build time instead of loading dynamically. however, we don't want to include three.js in the pre-built aframe-vrm.min.js because aframe.js also contains three.js.