As in the topic, is there a posibillity? In the documentation and in tutorials its all about defining paths to files.
And in my scenario I am querying an api, that returns a file stream.
Thanks in advance!
As in the topic, is there a posibillity? In the documentation and in tutorials its all about defining paths to files.
And in my scenario I am querying an api, that returns a file stream.
Thanks in advance!
Hi @krezeee and welcome!
Yes, you can do it as base64 string. If this help you
https://playground.babylonjs.com/#7F6S08#2
Well, I tried with it, and after some struggles with encoding/decoding I ve run into
babylon.js:16 BJS - [15:58:02]: Unable to load from : Unexpected magic: 1868833084.
Edit:
Finally it worked, after my minor mistake. Thanks a lot! @MarianG
My pleasure
Hi, is there a way do stream gltf models? I used the playground example shared by you with glb models and it is working fine. However, I need a similar solution for gltf files.