Texturas de THREE.js Collada não carregando

1) inicie o servidor web local

C:\Users\Public\Documents\Rick>http-server . -p 8832 --cors
Starting up http-server, serving . on: http://0.0.0.0:8832<br/>
Hit CTRL-C to stop the server<br/><br/>
**partial log** from (node.js) http-server . -p 8832 --cors<br/><br/>
[Mon, 15 Jun 2015 18:14:57 GMT] "GET /2015_03_19_Try6a3D_dae/2015_03_19_Try6a3D/scrn_ground.png" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML,  like Gecko) Chrome/43.0.2357.124 Safari/537.36"<br/><br/>

2)iniciar arquivo html que carrega 2015_03_19_Try6a3D_dae / 2015_03_19_Try6a3D.dae

from collada.html (javascript console)<br/><br/>
Uncaught SecurityError: Failed to execute 'texImage2D' on 'WebGLRenderingContext': The cross-origin image at http://localhost:8832/2015_03_19_Try6a3D_dae/2015_03_19_Try6a3D/scrn_ground.png may not be loaded.<br/><br/>

Tentei postar o javascript que carrega o dae, aqui, mas não consegui formatá-lo corretamente.

3) Há um breve flash de algo antes que ocorram os erros de carregamento de textura. Este dae foi carregado no Sketchup, onde todas as texturas aparecem. Obviamente, estou confuso porque o carregamento entre origens precisava trabalhar para carregar 2015_03_19_Try6a3D.dae em primeiro lugar. Enviarei com prazer todo o mundo collada.html, 2015_03_19_Try6a3D.dae e todos os arquivos relacionados para que eles possam brincar.

questionAnswers(1)

yourAnswerToTheQuestion