소스 검색

PMREMGenerator: Clean up.

Mr.doob 3 년 전
부모
커밋
89b30b3934
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/extras/PMREMGenerator.js

+ 0 - 1
src/extras/PMREMGenerator.js

@@ -258,7 +258,6 @@ class PMREMGenerator {
 		};
 
 		const cubeUVRenderTarget = _createRenderTarget( width, height, params );
-		cubeUVRenderTarget.texture.image = { width, height };
 
 		if ( this._pingPongRenderTarget === null || this._pingPongRenderTarget.width !== width ) {