Browse Source

Editor: Removed forcePowerOfTwoTextures in GLTF export.

Mr.doob 5 năm trước cách đây
mục cha
commit
1307742390
1 tập tin đã thay đổi với 1 bổ sung4 xóa
  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 );