瀏覽代碼

Export gltfExtensions as extras when includeCustomExtensions is false.

Robert Long 6 年之前
父節點
當前提交
79a56e692e
共有 1 個文件被更改,包括 2 次插入2 次删除
  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 ) {