How can I we load an .gltf with texture

Hi, thanks everyone for waste time for reading my question.
As title, I want load all my asset as blob:http://domain.com/uid instead http://domain.com/models/texture/1.png …etc

Blob URLs can only be generated by the browser. GLTFLoader does this automatically when it detects an embedded texture. So all you have to do is to ensure that your textures are embedded when exporting your glTF asset.

1 Like

Thanks u much , so how I can create embedded texture automatic ? I try using blender 2.8 but not see options for exporting with texture embemded

You have chosen the wrong file format variation. Try it with it glTF Binary or glTF Embedded.

1 Like