Implement proper asset loading
Closed this issue · 0 comments
hannojg commented
Right now we are expecting the user to bundle the assets natively with the app.
Implement proper asset loading so that the user can import/require their models/files.
This also adds the advantage that
- the app doesn't have to be rebuild if a model changes
- you can load assets over the web