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

    Interface VRMFirstPersonMeshAnnotation

    interface VRMFirstPersonMeshAnnotation {
        meshes: Mesh<
            BufferGeometry<NormalBufferAttributes>,
            Material | Material[],
            Object3DEventMap,
        >[];
        type: VRMFirstPersonMeshAnnotationType;
    }
    Index

    Properties

    Properties

    meshes: Mesh<
        BufferGeometry<NormalBufferAttributes>,
        Material | Material[],
        Object3DEventMap,
    >[]