MeshBlockInfo: {
    mesh: GraphicsMesh;
    positions?: number[];
    vertexBlocks?: number[];
    vertexViews?: I2DGraphicVertexDataView[];
}