GlTF
From Just Solve the File Format Problem
(Difference between revisions)
(→Samples) |
|||
Line 18: | Line 18: | ||
* [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] | * [https://github.com/KhronosGroup/glTF-Sample-Models glTF Samples] | ||
+ | * {{DexvertSamples|poly/glTF}} | ||
== 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 18:41, 7 March 2024
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.
Specs
Samples
- Many 3D models are in Smithsonian set, in this and other formats
- glTF Samples
- dexvert samples — poly/glTF