youmustfight / aframe-asset-lazy-load

An a-entity component to assign asset loading order and delays
https://youmustfight.github.io/aframe-asset-lazy-load/
MIT License
12 stars 6 forks source link

Emit events when chunk finishes #3

Open youmustfight opened 8 years ago

youmustfight commented 8 years ago

Could each chunk fire an event or something when they're done loading? That way developers could prevent a user from advancing to a new scene, until all assets are ready?

Could a chunk finishing trigger an animation? Or could the loading of an asset trigger the animation on relevant entities?