UNPKG

sandai-react

Version:

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

7 lines 274 B
import * as THREE from "three"; import { VRMHumanBoneName } from "@pixiv/three-vrm"; /** * Map given hierarchy to VRM humanoid. */ export declare function mapSkeletonToVRM(root: THREE.Bone): Map<VRMHumanBoneName, THREE.Bone>; //# sourceMappingURL=mapSkeletonToVrm.d.ts.map