Loading models from URI

De TriLib
Revisão de 06h13min de 5 de janeiro de 2023 por Trilib (discussão | contribs) (Criou página com '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 f...')
(dif) ← Edição anterior | Revisão atual (dif) | Versão posterior → (dif)
Ir para navegação Ir para pesquisar

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:

https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS