You are here: New Formats for 2017 > glTF (GL Transmission Format) Writer

glTF (GL Transmission Format) Writer

Licensing options for this format begin with FME Professional Edition.

Overview

The glTF Writer allows FME to write GL Transmission Format files.

glTF is an open source specification for 3D scenes and models. It is a standard of the non-profit Khronos Group Inc. For more information on the glTF format, go to https://github.com/KhronosGroup/glTF.

Writer Overview

The glTF writer produces a single .gltf or .glb file for each FME feature type. All features with a single feature type are merged into one 3D scene.

By default, glTF models are in a Y-up coordinate system, while FME stores geometries in a Z-up coordinate system. As a result, the glTF writer will rotate all geometries into a Y-up coordinate system. All geometries in a glTF file are measured in meters. The glTF writer will attempt to convert all geometries into meters, using the feature’s coordinate system information.

glTF does not include attribute data.

In Workbench, the glTF Writer supports feature type fanout and will write a different glTF model file for each feature type.

Note: Geometry structure is preserved in the written file. If the structure is not important, you can reduce file size by running features through the Triangulator transformer's TINSurface port, followed by an Aggregator transformer. This results in the smallest representation possible.

Old files in the output folder are overwritten by the new files with the same name. If the output files cannot be written, the translation fails.

FME Knowledge Center

Search glTF

Search 3D