Why the GLTFLoader don't load texture and colors

Well, I think that the image itself won’t tell us much, because there are several reasons for this state of affairs…

PS

… colors?

I see rendered colors on this image…

do you want an other photo

I/we would prefer code…

3 Likes

Check here https://gltf-viewer.donmccurdy.com/

const modelsloder = new GLTFLoader()
modelsloder.load("./blender/MYMAP.glb" ,(map)=>{
    scene.add(map.scene)
} )

I think its my fault

1 Like