Interface VRMHumanBone

An interface represents a single human bone of a VRM.

interface VRMHumanBone {
    node: Object3D<Object3DEventMap>;
}

Properties

Properties

node: Object3D<Object3DEventMap>

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