소스 검색

Editor: Removed forcePowerOfTwoTextures in GLTF export.

Mr.doob 5 년 전
부모
커밋
1307742390
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      editor/js/Menubar.File.js

+ 1 - 4
editor/js/Menubar.File.js

@@ -253,10 +253,7 @@ var MenubarFile = function ( editor ) {
 
 			saveArrayBuffer( result, 'scene.glb' );
 
-			// forcePowerOfTwoTextures: true
-			// to allow compatibility with facebook
-
-		}, { binary: true, forcePowerOfTwoTextures: true } );
+		}, { binary: true } );
 
 	} );
 	options.add( option );