UNPKG

lingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

3 lines (2 loc) 121 B
import { Bone, Skeleton } from "three"; export declare const getBoneIndexMap: (item: Skeleton) => WeakMap<Bone, number>;