Closed nicholaslambertucci-ett closed 1 year ago
I have made the commit to be able to load this file.
I have found an issue while loading the gltf file , because of CORS policy i cannot load the .bin file.
The problem was the order of app middleware configuration.
By moving UseStaticFiles
after UseCors
in the Configure
method of Startup
class issue was solved.
This issues is related to #1
modelUrl
field contains the local filesystem path instead of a the public url