Browse Source

Fix gltf serializer tests

sebastien 6 năm trước cách đây
mục cha
commit
fbd1a23948
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      serializers/src/glTF/2.0/index.ts

+ 2 - 1
serializers/src/glTF/2.0/index.ts

@@ -4,4 +4,5 @@ export * from "./glTFExporter";
 export * from "./glTFExporterExtension";
 export * from "./glTFMaterialExporter";
 export * from "./glTFSerializer";
-export * from "./glTFUtilities";
+export * from "./glTFUtilities";
+export * from "./Extensions";