UNPKG

sandai-react

Version:

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

8 lines 319 B
import { VRM, VRMHumanBoneName } from "@davidcks/r3f-vrm"; import { Vector3 } from "three"; export declare class PoseRefGenerator { private _restPose; constructor(vrm: VRM); getRef(originBoneName: VRMHumanBoneName, targetBoneName: VRMHumanBoneName): Vector3; } //# sourceMappingURL=PoseRefGenerator.d.ts.map