Skip to content
ExamplesModel Transformations

Model Transformations

Create model derivatives using FME workbenches:

FME Workbench

This workbench reads a transformed OpenDRIVE dataset and creates:

  • a GeoJSON file in a reprojected coordinate system
  • a FBX file in a local coordinate system
  • and a DWG file for AutoCAD containing only the center lines of the lanes

FME supports a magnitude of formats, including glTF, OBJ, and Unreal Datasmith. Moreover, FME provides a variety of transformers that can be combined to realize feature manipulation tasks.

💡

R:trån automatically outputs a CityGML v3.0 dataset; for CityGML v2.0, just add --convert-to-citygml2 as CLI argument.

References

  • Webinar on how to easily read and write CityGML data (without coding) with FME
  • Webinar on how to bring various models into the Unreal Game engine with FME
  • Article on how to swap primitive geometries with HD model assets