Hi,
I have some gltf files from server which compressed by Draco before
Client side pull them by APIs.
The results are blob files. And before I push them to loader, I created url for them.
I tried paste a url to address bar (blob:….) to download and open by notepad. I saw the result come gltf. It ‘a ok.
But I have a error like null value with char “<“.
Like I understand, I send to loader an url. But loader can not understand and the result is a html page.
I logged. And saw that code stuck at line
Loader.load(url,(GLTF)…
So what should I do with this situation ?