Are there any special things to take care of when loading an external glTF from Dropbox?
I cannot seem to get it working, for example in the test model on this page:
Loading external geometry from Dropbox is not going to work due to the CORS policy, I’m afraid. Dropbox, as many other online storage providers, doesn’t provide the flexibility to define MIME types and CORS configurations so we recommend using a service such as Amazon S3 to store your external geometry.
Alternatively, you can use the SDGeomteryInput component to import OBJ or DXF models from Dropbox. Importing TXT, CSV, JSON, JPG or PNG file formats works as well because of our backend implementation which passes them through to the client, hence CORS is not an issue. More in this documentation article:
The downside is that the static meshes run through the Grasshopper definition and slow down your model which in not desirable especially if you just need them for display. Depending on the size of the meshes, this might be negligible so test it and see if you are happy. But if you experience a significant drop in performance the external geometry as glTF is the way to go.