takahirox / three-gltf-extensions

Unofficial Three.js glTF loader/exporter plugins
MIT License
123 stars 20 forks source link

Use import map for Three.js core #51

Closed takahirox closed 2 years ago

takahirox commented 3 years ago

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.

takahirox commented 2 years ago

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

takahirox commented 2 years ago

Done in #60