gladeye / aframe-preloader-component

A preloading bar that automatically displays while scene assets load.
https://gladeye.github.io/aframe-preloader-component
MIT License
34 stars 14 forks source link

a-asset-item does not preload #3

Open mnutsch opened 7 years ago

mnutsch commented 7 years ago

When adding a .obj file like the following, the asset does not preload:

<a-asset-item id="Headphones-obj" src="static/Headphones.obj"></a-asset-item preload="auto">

mnutsch commented 7 years ago

Also tried:

<a-asset-item id="Headphones-obj" src="static/Headphones.obj" preload="auto"></a-asset-item>