interface MapMesh {
    rawMesh?: Mesh;
    texturedMesh?: Mesh;
}

Properties

rawMesh?: Mesh
texturedMesh?: Mesh