Try to load 3d model (gltf), what im doing wrong?

Finally I managed to add texture to the model in blender.


And then exported it as gltf 2.0 binary (*.glb)
But when I show this using gltfloader it shows no texture.
How can I resolve this ?

Can you please share the glb file in this thread?

Here it is
untitled.glb (2.8 MB)

The glb does not contain any textures. It seems it was not exported correctly from Blender. Probably the same issue as in: glTF Blender Exporter: Textures are not loaded after export

Ok, now my question does not belong to this thread but do you have any other solution regarding to my problem other than downgrading blender to 2.79 ?
You can tell it here or in the other thread.

I don’t want to suggest to downgrade to Blender 2.79. I actually wanted to refer to this answer:

The idea is to use the Diffuse BSDF or Principled BSDF nodes.

Ok. Diffused bsdf is not working. But principled bsdf worked.
[ISSUE RESOLVED FOR NOW]