Hello,
Is it possible to load a gltf/glb from an array buffer/blob. I am trying to keep users from accessing the models locally as best as I can, and from what I have read, there isn’t a great way to encrypt the data, especially once it is served to the browser. However, my main concern is actually making it harder to users to get the model files that would end up coming with the product.
Hopefully this makes some sense. I have been reading the source code trying to see what all is available, and it looks like there might be some options there, however I was hoping that someone might have some guidance/advice.
Thanks,
Devin