Maps Model Importer V0.4.0 _hot_ May 2026

Maps Model Importer v0.4.0 – Content Package

2.4 User Experience & Workflow


Breaking Changes in v0.4.0

Because this is a major version, not all previous workflows remain compatible. Backup your presets before upgrading:

2.2 Coordinate System Transformation

Digital Twins for Smart Cities

The city of Maastricht (Netherlands) tested v0.4.0 to create an emergency response simulator. Using the semantic filter, they imported only buildings with fire hydrants or basement floors, then exported to Unreal Engine 5 with Nanite support. The new LOD system allowed a full 12km² twin to run at 60fps on a RTX 3070. maps model importer v0.4.0

2. Key Features (v0.4.0)

4. Configuration Example (default_import.yaml for v0.4.0)

version: "0.4.0"
input:
  format: "gltf"
  path: "./models/"
georef:
  source_crs: "EPSG:4326"
  target_crs: "EPSG:3857"
  elevation:
    source: "dem.tif"
    offset: 0.0
optimization:
  merge_by_material: true
  generate_lods: false
output:
  engine: "unreal"
  asset_path: "/Game/ImportedModels/"

2. Technical Methodology