GlTF
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
|||
Line 2: | Line 2: | ||
{{FormatInfo | {{FormatInfo | ||
|subcat=3D and CAD/CAM Models | |subcat=3D and CAD/CAM Models | ||
− | |extensions={{ext|gltf}} | + | |extensions={{ext|gltf}}, {{ext|glb}} |
|wikidata={{wikidata|Q28135989}} | |wikidata={{wikidata|Q28135989}} | ||
+ | |pronom={{PRONOM|fmt/1314}}, {{PRONOM|fmt/1315}}, {{PRONOM|fmt/1316}} | ||
}} | }} | ||
'''glTF''' (GL Transmission Format; that's confusingly a lowercase l, not an uppercase I, in its mixed-case initialism) is a format for transmitting 3D models and scenes. It has open-source specs that are royalty-free, but claims an unregistered trademark on its name. | '''glTF''' (GL Transmission Format; that's confusingly a lowercase l, not an uppercase I, in its mixed-case initialism) is a format for transmitting 3D models and scenes. It has open-source specs that are royalty-free, but claims an unregistered trademark on its name. | ||
+ | |||
+ | ==File Identification== | ||
+ | glTF files can be in a open [[HTML]] format or a binary .GLB format. | ||
== Specs == | == Specs == | ||
Line 13: | Line 17: | ||
== Samples == | == Samples == | ||
* [https://3d.si.edu/cc0 Many 3D models are in Smithsonian set, in this and other formats] | * [https://3d.si.edu/cc0 Many 3D models are in Smithsonian set, in this and other formats] | ||
+ | * [https://github.com/KhronosGroup/glTF-Sample-Models glTF Samples] | ||
== Links == | == Links == | ||
* [https://www.khronos.org/gltf/ Official site] | * [https://www.khronos.org/gltf/ Official site] | ||
* [https://github.com/KhronosGroup/glTF/blob/master/README.md GitHub site] | * [https://github.com/KhronosGroup/glTF/blob/master/README.md GitHub site] |
Revision as of 23:35, 26 October 2020
glTF (GL Transmission Format; that's confusingly a lowercase l, not an uppercase I, in its mixed-case initialism) is a format for transmitting 3D models and scenes. It has open-source specs that are royalty-free, but claims an unregistered trademark on its name.
Contents |
File Identification
glTF files can be in a open HTML format or a binary .GLB format.