Skip to content Skip to sidebar Skip to footer

.gltf Model Not Appearing In The Browser

I have a .gltf file. I can open this with 3d viewer. But, when I try to load this in the browser, it loads (no error in the console),, but it doesn't show up in the scene. I tried

Solution 1:

It all works fine. Your 3d Model is simply to big. Change the scale in THREE.js to 0.001 or change the size of the model in an editor like blender. Also add a light source of some sort. Otherwise it will be all black.

enter image description here

Post a Comment for ".gltf Model Not Appearing In The Browser"