babylonjs-serializers 8.25.0 → 8.25.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.
|
@@ -1382,6 +1382,23 @@ declare module BABYLON {
|
|
|
1382
1382
|
|
|
1383
1383
|
|
|
1384
1384
|
|
|
1385
|
+
export class BVHExporter {
|
|
1386
|
+
static Export(skeleton: Skeleton, animationNames?: string[], frameRate?: number): string;
|
|
1387
|
+
private static _BuildBoneHierarchy;
|
|
1388
|
+
private static _ExportHierarchy;
|
|
1389
|
+
private static _GetBoneOffset;
|
|
1390
|
+
private static _ExportMotionData;
|
|
1391
|
+
private static _CollectFrameValues;
|
|
1392
|
+
private static _GetPositionAtFrame;
|
|
1393
|
+
private static _GetRotationAtFrame;
|
|
1394
|
+
private static _QuaternionToEuler;
|
|
1395
|
+
}
|
|
1396
|
+
|
|
1397
|
+
|
|
1398
|
+
|
|
1399
|
+
|
|
1400
|
+
|
|
1401
|
+
|
|
1385
1402
|
|
|
1386
1403
|
|
|
1387
1404
|
|