Replies: 1 comment 5 replies
-
i dont think it is a memory issue unless your model is obscenely big. a glb on the web should be between a few fb and 1-3mb tops. other than that i would look into console.log, check networking tab if you get loading errors (404s) etc. there has got to be a reason. |
Beta Was this translation helpful? Give feedback.
5 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.
-
Prefer to this Stack Overflow question.
I'm working on a project on codesandbox, it works fine there. But then when I tried to export it to my local machine and run
npm install
thennpm start
, it doesn't work anymore. Any suggestion? You can view my code from the original question.Beta Was this translation helpful? Give feedback.
All reactions