Hi guys. I am new to Three.js and facing a very strange problem. After loaded using GLTFLoader, the model always show black even I put some meterail on geometry and lights in the scene.
Any comments on that?
Thx so much.
Note that if the material is metallic, you must add an environment map. Otherwise you’ll need to show what your code is doing – there are many examples of GLTFLoader use in https://threejs.org/examples/ that do not have this issue, so it is something in the details of your project.