@pixiv/three-vrm
    Preparing search index...

    Interface VRMHumanBone

    An interface represents a single human bone of a VRM.

    interface VRMHumanBone {
        node: Object3D;
    }
    Index

    Properties

    Properties

    node: Object3D

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