glTF is a file format that uses JSON for the efficient transmission and loading of 3D scenes and models. Blender has a built-in add-on to import and export glTF v2 files. Use this tag for questions related to the import and export of glTF files and for Blender-specific issues that arise from importing, using, and exporting glFT scenes.
glTF (Graphics Language Transmission Format) according to Wikipedia is
is a standard file format for three-dimensional scenes and models.
Wikipedia adds
A glTF file uses one of two possible file extensions, .gltf (JSON/ASCII) or .glb (binary). A .gltf file may be self-contained or may reference external binary and texture resources, while a .glb file is entirely self-contained. An open standard developed and maintained by the Khronos Group, it supports 3D model geometry, appearance, scene graph hierarchy, and animation. It is intended to be a streamlined, interoperable format for the delivery of 3D assets, while minimizing file size and runtime processing by apps. As such, its creators have described it as the "JPEG of 3D." The binary version of the format is called GLB, where all assets are stored in a single file.
Blender has a built-in add-on to import and export glTF 2.0 files. It is disabled by default.
Use this tag for questions related to the import and export of glTF files and for Blender-specific issues that arise from importing, using, and exporting glFT scenes.