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.
|
@@ -1386,11 +1386,12 @@ declare module BABYLON {
|
|
|
1386
1386
|
static Export(skeleton: Skeleton, animationNames?: string[], frameRate?: number): string;
|
|
1387
1387
|
private static _BuildBoneHierarchy;
|
|
1388
1388
|
private static _ExportHierarchy;
|
|
1389
|
+
private static _IsEndSite;
|
|
1389
1390
|
private static _GetBoneOffset;
|
|
1390
1391
|
private static _ExportMotionData;
|
|
1391
1392
|
private static _CollectFrameValues;
|
|
1392
|
-
private static
|
|
1393
|
-
private static
|
|
1393
|
+
private static _GetPositionAtFrameIndex;
|
|
1394
|
+
private static _GetRotationAtFrameIndex;
|
|
1394
1395
|
private static _QuaternionToEuler;
|
|
1395
1396
|
}
|
|
1396
1397
|
|