babylonjs-serializers 8.26.0 → 8.26.2

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.
@@ -1608,11 +1608,12 @@ export class BVHExporter {
1608
1608
  static Export(skeleton: Skeleton, animationNames?: string[], frameRate?: number): string;
1609
1609
  private static _BuildBoneHierarchy;
1610
1610
  private static _ExportHierarchy;
1611
+ private static _IsEndSite;
1611
1612
  private static _GetBoneOffset;
1612
1613
  private static _ExportMotionData;
1613
1614
  private static _CollectFrameValues;
1614
- private static _GetPositionAtFrame;
1615
- private static _GetRotationAtFrame;
1615
+ private static _GetPositionAtFrameIndex;
1616
+ private static _GetRotationAtFrameIndex;
1616
1617
  private static _QuaternionToEuler;
1617
1618
  }
1618
1619
 
@@ -3040,11 +3041,12 @@ declare module BABYLON {
3040
3041
  static Export(skeleton: Skeleton, animationNames?: string[], frameRate?: number): string;
3041
3042
  private static _BuildBoneHierarchy;
3042
3043
  private static _ExportHierarchy;
3044
+ private static _IsEndSite;
3043
3045
  private static _GetBoneOffset;
3044
3046
  private static _ExportMotionData;
3045
3047
  private static _CollectFrameValues;
3046
- private static _GetPositionAtFrame;
3047
- private static _GetRotationAtFrame;
3048
+ private static _GetPositionAtFrameIndex;
3049
+ private static _GetRotationAtFrameIndex;
3048
3050
  private static _QuaternionToEuler;
3049
3051
  }
3050
3052
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babylonjs-serializers",
3
- "version": "8.26.0",
3
+ "version": "8.26.2",
4
4
  "main": "babylonjs.serializers.min.js",
5
5
  "types": "babylonjs.serializers.module.d.ts",
6
6
  "files": [
@@ -15,8 +15,8 @@
15
15
  "test:escheck": "es-check es6 ./babylonjs.serializers.js"
16
16
  },
17
17
  "dependencies": {
18
- "babylonjs": "^8.26.0",
19
- "babylonjs-gltf2interface": "^8.26.0"
18
+ "babylonjs": "^8.26.2",
19
+ "babylonjs-gltf2interface": "^8.26.2"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@dev/build-tools": "1.0.0",