我正在尝试使用 physi.js 库()。我遵循了给出的所有步骤:
https://github.com/chandlerprall/Physijs/wiki/Basic-Setup
但是,我得到了错误:
Uncaught SecurityError: Failed to construct 'Worker': Script at 'file://172.16.159.200/js/physijs_worker.js' cannot be accessed from origin 'null'.
我试图更深入,并看到该行的问题:
this._worker = new Worker( Physijs.scripts.worker || 'physijs_worker.js' );
是什么导致了这个问题?浏览器是谷歌浏览器。我检查了,文件“physijs_worker.js”出现在正确的位置。