Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

CORS - local file access for three.js fbxloader

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