Sample glTF 2.0 models are provided in one or more of the following forms of glTF:
.gltf) with separate resources: .bin (geometry, animation, skins) and .jpg or .png image files. The supporting files are easily examined when separated like this, but must be kept together with the parent glTF file for the model to work..gltf) with embedded resources (as Data URIs). This form tends to be larger than the others, but Data URIs do have their uses..glb) using the binary container format. These are easily shared due to the bundling of all the textures and mesh data into a single file.See the README.md in each model’s directory for license information.
Sample models help the glTF ecosystem, if you are able to contribute a model, see the contributing section below.
For addition glTF models, see:
We appreciate sample model contributions; they help ensure a consistent glTF ecosystem.
To contribute a model, open a pull request with:
/screenshotIf you have any questions, submit an issue.