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

    Interface ExpressionMorphTargetBind

    Morph target value associated with a expression

    interface ExpressionMorphTargetBind {
        extensions?: { [name: string]: any };
        extras?: any;
        index: number;
        node: number;
        weight: number;
    }
    Index

    Properties

    extensions?: { [name: string]: any }
    extras?: any
    index: number

    The index of the morph target in the mesh.

    node: number

    The index of the node that attached to target mesh.

    weight: number

    The weight value of target morph target.