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

    Interface Humanoid

    Correspondence between nodes and human bones

    interface Humanoid {
        extensions?: { [name: string]: any };
        extras?: any;
        humanBones: HumanoidHumanBones;
    }
    Index

    Properties

    extensions?: { [name: string]: any }
    extras?: any
    humanBones: HumanoidHumanBones