Having problem loading certain GLTF models

Im having a problem loading certain gltf models. I convert my 3d scenes through uploading them to sketchfab and then downloading back on my pc. I cant figure out why this particular model doesnt show up while the other works fine. Here you have linked one that doesnt work -> see Load custom model
comment section:
https://codepen.io/anon/pen/RzGWRj

What am I doing wrong?

It seems you have missed to include THREE.GLTFLoader into the codepen. Apart from that, the model has an extreme scale so it’s necessary to move the camera more away from the origin. It also seems the model is upside down.

Updated demo: https://codepen.io/anon/pen/ydaeoM

1 Like

Wow, so the scale was the issue. I must have been a bit tired :wink: Many many thanks!