UNPKG

sandai-react

Version:

React components and utilities for the Sandai 3D AI Characters.

5 lines 358 B
import { MotionExpression } from "../../MotionExpressionManager"; import * as THREE from "three"; import { VRM } from "@pixiv/three-vrm"; export declare function mootionFbx2motion(fbxObject: THREE.Group<THREE.Object3DEventMap>, vrm: VRM, onProgress: (name: string, progress: number) => void): MotionExpression; //# sourceMappingURL=mootionFbx2motion.d.ts.map