浏览代码

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 );