[Be Solved]GLTF file can not load texture

Thanks for reaching out @donmccurdy

I figured out what was happening: Solution here… Help with loading gltf textures three.js

The base color of the material was black, so there was nothing to see as it was absorbing all the light. At first I was updating the material color on load, then I just updated the color so that it was white from the beginning.

This is a wonderful library / framework, but there are lots of things to take into account. I would consider myself a beginner, it’s easy to get lost in the weeds so thanks for reaching out to help.

1 Like