Interface VRMFirstPersonMeshAnnotation

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

Properties

Properties

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