chromeでThree.jsを書いていると、こんなエラーが出た。。
異なるドメインに存在するリソースは利用できないということ。
error
DOMException: Failed to execute 'texImage2D' on 'WebGLRenderingContext': The cross-origin image at file:///Users/...
そんな時は、phpでサーバーを立てる。
bash
php -S localhost:9000(任意の数字)
localhost:9000にアクセスすると表示される。
もしくはfirefoxならデフォルトで表示される。
ウェブブラウザの設定変更という方法もある。
http://qiita.com/growsic/items/a919a7e2a665557d9cf4