Loading models from URI
A recurrent issue when loading models from URI is caused by a Cross-Origin Resource Sharing restrictions, resulting in the error message: "TriLib is unable to load the given file".
Web-servers can use these restrictions, for instance, to avoid unauthorized websites from making requests to the server.
This issue will generally not happen when loading models using TriLib from a desktop, or a mobile application.
To get more information on Cross-Origin Resource Sharing, please refer to: