提交 38d02834 编写于 作者: M Mr.doob

Merge pull request #8001 from vanruesc/dev

Let the CubeTextureLoader use the loading manager.
......@@ -16,7 +16,7 @@ THREE.CubeTextureLoader.prototype = {
var texture = new THREE.CubeTexture( [] );
var loader = new THREE.ImageLoader();
var loader = new THREE.ImageLoader( this.manager );
loader.setCrossOrigin( this.crossOrigin );
loader.setPath( this.path );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册