Procházet zdrojové kódy

Export gltfExtensions as extras when includeCustomExtensions is false.

Robert Long před 6 roky
rodič
revize
79a56e692e
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      examples/js/exporters/GLTFExporter.js

+ 2 - 2
examples/js/exporters/GLTFExporter.js

@@ -361,9 +361,9 @@ THREE.GLTFExporter.prototype = {
 
 					}
 
-				}
+					delete json.gltfExtensions;
 
-				delete json.gltfExtensions;
+				}
 
 				if ( Object.keys( json ).length > 0 ) {