Chrome
Three.js
html
使用 Three.js 加載本地紋理圖片時,發現加載出來的 3D 模型會所有爲黑色,發現是瀏覽器跨域問題。
瀏覽器報錯爲:web
index.html:1 Access to Image at 'file:///Users/inxx/Code/Github/Note/WebGL/3D%E7%94%B5%E6%B0%94%E5%AE%A4/img/floor.jpg' from origin 'null' has been blocked by CORS policy: Invalid response. Origin 'null' is therefore not allowed access.
注意: --前面有個空格
若是是 49 以上的版本:
步驟和上面的同樣,只是第4步的參數稍微不同。跨域
--disable-web-security --user-data-dir=C:\MyChromeDevUserData
注:C:MyChromeDevUserData 是你本地硬盤的一個目錄,你本身最好新建一個,上面的目錄路徑換成你新建的目錄就能夠了。
在終端中輸入瀏覽器
open -a /Applications/Google\ Chrome.app --args --disable-web-security --user-data-dir