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

    Interface VRM

    VRM extension is for 3d humanoid avatars (and models) in VR applications.

    interface VRM {
        blendShapeMaster?: BlendShape;
        exporterVersion?: string;
        firstPerson?: FirstPerson;
        humanoid?: Humanoid;
        materialProperties?: Material[];
        meta?: Meta;
        secondaryAnimation?: SecondaryAnimation;
        specVersion?: "0.0";
    }
    Index

    Properties

    blendShapeMaster?: BlendShape
    exporterVersion?: string

    Version of exporter that vrm created. UniVRM-0.46

    firstPerson?: FirstPerson
    humanoid?: Humanoid
    materialProperties?: Material[]
    meta?: Meta
    secondaryAnimation?: SecondaryAnimation
    specVersion?: "0.0"

    Version of VRM specification. 0.0