Model Not Showing Up In Model-Viewer #1833
-
Hello, I'm having some trouble with Google Model-Viewer in Glitch.com. I have an index.html, script.js, style.css file, with an assets folder. My index.html code is below:
The src for the model comes from my assets folder, where I uploaded, and tried, both the original and updated versions of the glTF file from this Poly.Google page: https://cdn.glitch.com/db911cdb-a190-462a-a6ae-fd9c5aa7e892%2FLightBulb_01.gltf?v=1610768352087 When I open my page, I can tell there is a model viewer window (by the loading bar) at the width, height, and margin I specified, but the model does not show up. Any suggestions would be appreciated :D |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If you are using Brave browser or any browser that blocks fingerprinting for security purposes, then the issue will persist. Again the link to your model returns a 404. So i used a model locally, allowed fingerprinting in the browser and the code works fine. browser issue: mrdoob/three.js#16904 |
Beta Was this translation helpful? Give feedback.
If you are using Brave browser or any browser that blocks fingerprinting for security purposes, then the issue will persist. Again the link to your model returns a 404. So i used a model locally, allowed fingerprinting in the browser and the code works fine.
browser issue: mrdoob/three.js#16904
screenshot: