Loading 3D models

Hello, I am a beginner here, trying to just load a 3D model as a test for three.js but nothing is appearing in my browser just a plain white screen and and i have no console errors. ,the file is too big to be uploaded here , it is glb file ,

  1. Start with a small model.
  2. Make sure, the model displays correctly in glTF Viewer.
  3. Implement one of the many glTF viewer sample programs, using your small model.
  4. Identify and fix any differences between your working implementation of the sample viewer program (from previous step) and your initial program.

If all fails, post your code as a life code on CodePen or similar.

2 Likes

Thank you so much, let me try that and see

As a beginner you can look there: Collection of examples from discourse.threejs.org

Take a look at
* discourse.threejs.hofk.de => BeginnerExample step3

and
LoadGLTFmove

Why are you shouting? :thinking:

3 Likes

I’m sorry

Thank you

1 Like

This actually worked for me , thank you so much

1 Like

If the post helped you solve your problem, it would be a good idea to mark it as “solved”…