Mr.doob 4 bulan lalu
induk
melakukan
904bd5db50
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      src/extras/PMREMGenerator.js

+ 0 - 1
src/extras/PMREMGenerator.js

@@ -645,7 +645,6 @@ function _createPlanes( lodMax ) {
 		const vertices = 6;
 		const positionSize = 3;
 		const uvSize = 2;
-		const faceIndexSize = 1;
 
 		const position = new Float32Array( positionSize * vertices * cubeFaces );
 		const uv = new Float32Array( uvSize * vertices * cubeFaces );

粤ICP备19079148号