takahirox / three-gltf-extensions

Unofficial Three.js glTF loader/exporter plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use import map for Three.js core

takahirox opened this issue · comments

Some plugins have dependency with Three.js core. Currently I ask uses to pass dependent Three.js core objects to plugin constructors.

I don't think it's a good design. If we use import map, it would be simpler.

Three.js official example started to use import map. It may be good time for us to try that, too.

Done in #60