vatro / svelthree

Create three.js content using Svelte components.
https://svelthree.dev
MIT License
485 stars 15 forks source link

Loaders #15

Open vatro opened 4 years ago

vatro commented 4 years ago

At the moment we only have the LoadedGLTF component. Strongly tending to just leave the rest vanilla three.js, but need to check dx in order to be sure it's a right decision.

Check Priority:

All three.js Loader Classes extending the Loader Class (incl. ones used internally):

TheComputerM commented 4 years ago

Instead of using a file loader, let the user pass in objects manually by importing then, it that possible?

vatro commented 4 years ago
  • What to do with Loaders?

see #33 : Loaders could be used vanilla style.