Explorar o código

Editor: Removed forcePowerOfTwoTextures in GLTF export.

Mr.doob %!s(int64=5) %!d(string=hai) anos
pai
achega
1307742390
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  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 );