babylonjs-serializers 9.0.0 → 9.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/babylon.glTF2Serializer.js +1 -1
- package/babylon.glTF2Serializer.min.js +1 -1
- package/babylon.glTF2Serializer.min.js.map +1 -1
- package/babylon.objSerializer.js +1 -1
- package/babylon.objSerializer.min.js +1 -1
- package/babylon.objSerializer.min.js.map +1 -1
- package/babylon.stlSerializer.js +1 -1
- package/babylon.stlSerializer.min.js +1 -1
- package/babylon.stlSerializer.min.js.map +1 -1
- package/babylon.threemfSerializer.js +1 -1
- package/babylon.threemfSerializer.min.js +1 -1
- package/babylon.threemfSerializer.min.js.map +1 -1
- package/babylon.usdzSerializer.js +1 -1
- package/babylon.usdzSerializer.min.js +1 -1
- package/babylon.usdzSerializer.min.js.map +1 -1
- package/babylonjs.serializers.d.ts +13 -13
- package/babylonjs.serializers.js +1 -1
- package/babylonjs.serializers.min.js +1 -1
- package/babylonjs.serializers.min.js.map +1 -1
- package/babylonjs.serializers.module.d.ts +64 -72
- package/config.json +1 -1
- package/package.json +4 -4
- package/readme.md +21 -21
- package/src/3mf.ts +1 -1
- package/src/USDZ.ts +1 -1
- package/src/glTF2.ts +1 -1
- package/src/index.ts +1 -1
- package/src/obj.ts +1 -1
- package/src/stl.ts +1 -1
- package/tsconfig.build.json +4 -3
- package/tsconfig.json +2 -2
- package/webpack.config.js +25 -26
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
declare
|
|
2
|
+
declare namespace BABYLON {
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -38,6 +38,18 @@ declare module BABYLON {
|
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
41
53
|
/** @internal */
|
|
42
54
|
export var __IGLTFExporterExtension: number;
|
|
43
55
|
/**
|
|
@@ -3341,18 +3353,6 @@ declare module BABYLON {
|
|
|
3341
3353
|
|
|
3342
3354
|
|
|
3343
3355
|
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
3356
|
}
|
|
3357
3357
|
|
|
3358
3358
|
|