The model seem working normally inside the web page editor, but it not working to me while try to do with vscode studio #3882
Unanswered
13448-Chen
asked this question in
Q&A
Replies: 1 comment
-
Look in the JS console for errors/warnings. I would guess an incorrect path, or some CSS problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have tried to put this little model on my web(haven't launched yet) with using vscode studio, it seem it couldnt work and i dont know why is that. The model just ran normally on the model viewer webpage editor.
I created the model using blender, I decreased the number of triangles to below 10,000 units, and it still doesn't work.
can any one help me with this🙏
<script type="module" src="https://unpkg.com/@google/model-viewer/dist/model-viewer.min.js"></script> <title>Document</title> <style> .box {display: flex;} model-viewer {width: 800px; height: 600px; margin: 0, auto;} </style>Beta Was this translation helpful? Give feedback.
All reactions