Hi,
I'm working on a medical application where anatomical 3d Models are shown in the Browser.
At the moment I am working with Threejs, but I am looking for alternatives and Babylon.js looks very good, especially from a documentation perspective.
But I cant find much information about loading Scenes/STLs using XHR Requests. In most tutorials they are loaded as assets directly from the webserver the app is hosted on.
So my Questions are:
Is it possible to load a scene from an application server which is not the webserver using http GET, including an x-auth-token in the header ?
Is it possible to load the file as a binary stream, or in a small format? (Because the models often have a high poly-count)
Thanks in advance :-)