This version of the User Interface was released in March 2023. See Obsolete Interface for links to the previous version.
This Repository is a curated collection of glTF models that illustrate one or more features or capabilities of glTF.
All models are tagged to allow easier access. These lists simplify your access and review of the models. All lists include the model name, screen shot, link to display the model in Sample Viewer, a short description, and the license/credits for the model. The following lists are available
- Showcase for models that are showcased in Khronos publicity. These are usually complex models with high visual quality.
- Complete for a complete list of all models.
- Testing for models intended to be used for testing of viewers, converts, and other software systems.
- Core Only for models that only use glTF Core V2.0 features and capabilities (no extensions).
- Video Tutorials for models used in any glTF Tutorial video.
- Written Tutorials for models used in a written glTF Tutorial.
- Issues for models with one or more issues that need to be resolved.
A summary of the model license is shown in each display, but see the README.md
in each model's directory for detailed license information.
Sample glTF 2.0 models are provided in one or more of the following forms of glTF:
- 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 (
.gltf
) with embedded resources (as Data URIs). This form tends to be larger than the others, but Data URIs do have their uses. - Binary glTF (
.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.
Sample models help the glTF ecosystem, if you are able to contribute a model, see the contributing section.
- Sketchfab offers auto-conversion of all of its downloadable models, including PBR models, to glTF format.
- Poimandres Market offers 3D assets for download in glTF format.
- Poly Haven offers CC0 (public domain equivalent) HDRIs, PBR textures, and glTF models.
For addition glTF models, see:
- Khronos glTF Asset Generator offers an extensive suite of test models to exercise each part of the glTF specification.
- Cesium's demo models and unit test models.
- Flightradar24's GitHub repo of aircrafts.
- Kenney • Assets hundreds of themed low-poly assets (nature, space, castle, furniture, etc.) provided by Kenney under CC0 licenses, including 30+ pirate themed models.
- Smithsonian open access 3D models
If you have any questions, submit an issue.
To make this repository cleaner, the previous glTF-Sample-Models repository was archived to fill-in. All V1.0 models were removed from this repository. All non-model folder READMEs were also removed, but the functionality was preserved. Main branch URLs to all glTF V2.0 models did not change. READMEs were provided to assist in navigation to any directories that were removed or substantially changed.