setURI preloader #3338
-
I have two buttons: < a id="color1" >1< /a > When I click on them, the textures and normals maps are switched by the script: const modelViewerTexture = document.querySelector("model-viewer.colorista");
}); How to make a preloader? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think there are several ways you could solve this. Simplest might be a custom progress bar using our |
Beta Was this translation helpful? Give feedback.
I think there are several ways you could solve this. Simplest might be a custom progress bar using our
<slot>
? You can find an example by clicking "Download Scene" in our editor, which outputs some HTML and JS for a custom progress bar among other useful things.