aframe-vrm icon indicating copy to clipboard operation
aframe-vrm copied to clipboard

Animation loader module is loaded from threejs.org

Open binzume opened this issue 3 years ago • 0 comments

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.

binzume avatar Feb 12 '22 23:02 binzume