出现这错误是因为threejs内部没有处理图片跨域问题,设置图片TextureLoader为允许跨域就可以了
var loader=new THREE.TextureLoader(); loader.setCrossOrigin( "Anonymous" );