An interface represents a single human bone of a VRM.

interface VRMHumanBone {
    node: Object3D;
}

Properties

Properties

node: Object3D

A glTF node (that actually is a THREE.Object3D) that represents the bone.