three.js:34062 Access to XMLHttpRequest at '/local/file/model.fbx' from origin 'null' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https.
Trying to acces a local file to load a model via FBXloader in an offline web browser on the file system on mac... however running into CORS issues?
Is there a way to just test this via the local file system instead of having to run a web server?
Comments
Post a Comment