I uploaded my model to ifps, the format is glft, when I access this file address, how can I make the model on this address show?

https://ipfs.io/ipfs/QmeqNK6qJ8eYgMz8uGc8bZinP4wK3B7B5AnVVyDF622XD8

Is it possible to use this api to load the model at this address?

SceneLoader.ImportMeshAsync("", ‘https://ipfs.io/ipfs/QmeqNK6qJ8eYgMz8uGc8bZinP4wK3B7B5AnVVyDF622XD8’, “”, scene);

You can do it like that:

https://playground.babylonjs.com/#3WVECB

3 Likes

thank you :heart: