GlTF


is a file format for 3D scenes and models using the JSON standard. It is an API-neutral runtime asset delivery format developed by the Khronos Group 3D Formats Working Group. It was announced at HTML5DevConf 2016. This format is intended to be an efficient, interoperable format with minimum file size and runtime processing by apps. As such, its creators have described it as the "JPEG of 3D." glTF also defines a common publishing format for 3D content tools and services.

History

In March 2012, Khronos organized a meetup to brainstorm about COLLADA and opportunities around WebGL traction. Fabrice Robinet volunteered to implement a proposal for an efficient JSON format with references to external binary blobs. Later, during the WebGL meetup hosted at SIGGRAPH 2012, Brandon Jones and Fabrice Robinet presented a demo of glTF, which was then called WebGL Transmissions Format.
In March 2013, Cesium adopted glTF instead of "designing yet another asset format."
On August 10, 2015, , now a proposed OGC Community Standard, built on glTF to add a spatial data structure, metadata, and declarative styling for streaming massive heterogeneous 3D geospatial datasets.

glTF 1.0

On October 19, 2015, the glTF 1.0 specification was announced.
In July 2016, John Carmack said:
“The world has long needed an efficient, usable standard for 3D scenes that sits at the level of common image, audio, video, and text formats. Not an authoring format, or necessarily a format you would use for a hyper optimized platform specific application, but something at home on the internet, capable of being directly created and consumed by many different applications”

At SIGGRAPH 2016, Oculus announced their adoption of glTF citing the similarities to their ovrscene format.
In October 2016, Microsoft joined the 3D Formats working group at Khronos to collaborate on glTF.
In December 2016, Archilogic enabled the export of interactive 3D floor plans in glTF format and the import of any glTF 3D data in their web-based 3D editor.

glTF 2.0

On March 3, 2017 at the , Microsoft announced that they will be using glTF 2.0 as the 3D asset format across their product line, including Paint 3D, 3D Viewer, Remix 3D, Babylon.js, and Microsoft Office. Microsoft, Fraunhofer and University of Pennsylvania students demonstrated the same glTF 2.0 asset being rendered with WebGL, DirectX, and Vulkan. Also, at the meetup, Sketchfab announced support for glTF 2.0.
In March 2017, Google started a glTF extension for Draco mesh and point cloud compression.
glTF 2.0 was originally started as glTF 1.0.1 in June 2016 as a bug fix release to tighten up corner cases found while developing the glTF validator. Concurrently, momentum grew around a Physically-Based Rendering materials extension proposal by Fraunhofer. Given the interest in PBR and an API-neutral format, the glTF 1.1 effort was expanded to become glTF 2.0 to include the following new major features:
glTF 2.0 was published June 5, 2017 at the Web3D 2017 Conference.
On August 3, at the , Microsoft demonstrated glTF export in Minecraft, Autodesk demonstrated glTF import in Forge, Mozilla and Google demonstrated glTF in A-Frame, and Sketchfab announced 100,000+ glTF models available on their platform.
On September 6, 2017, Binomial announced plans to make their cross-platform texture compression format an open standard.
On September 7, 2017, Blender planned to ship the glTF exporter plugin with Blender.
In September 2017, The used glTF.
On February 20, 2018, Facebook announced beta testing of 3D posts on their platform using glTF 2.0, demonstrating a Lego 3D model.
Since 2013, the Santa and Reindeer model in NORAD Tracks Santa used glTF.
There is ongoing work towards import and export in Unity and an integrated multi-engine viewer / validator.
On March 11, 2018, the Cairo Buddy system team has agreed to support glTF.
On June 19, 2018, Oculus added glTF 2.0 support to Oculus Home with release 1.27.
On September 28, 2018, Google announced support for gITF on their ARCore platform.
Godot supports glTF 2.0 since version 3.0

GLB

GLB file format is a binary form of glTF that includes textures instead of referencing them as external images. The.glb files are required to be loaded in Facebook 3D Posts.

glTF Roadmap

A discussion on the next steps for the glTF specification, extensions, and ecosystem started on GitHub on July 30, 2017.

Software Ecosystem

glTF loaders are in open-source including Three.js, Babylon.js, , , , and .
Open-source are available from COLLADA, FBX, and OBJ. Assimp can import and export glTF.
glTF files can also be directly exported from a variety of 3D editors, such as Blender, Vectary, Autodesk 3ds Max, Autodesk Maya, Modo, Paint 3D, and Substance Painter.
Open-source are available for programming languages including JavaScript, Node.js, C++, C#, Java, Go, Rust, Haxe, Ada, and TypeScript.
An open-source can validate if 3D models conform to the glTF specification.
A complete list of the ecosystem is maintained in the .