How to load glb model through url

hello I’m trying to load model through URL.Is there any way to do in code. Your help would be highly appreciated :slight_smile:

Most models are loaded with a URL – see any of the glTF examples in the website for details:

https://threejs.org/examples/?q=gltf#webgl_loader_gltf

(note: press button in lower right to ‘view source’)

1 Like

I havent seen any example which are loading from URL like https path.

all paths are urls, the ones you have seen are just local urls, they are relative to the server. inside it executes a regular fetch request so anything goes.