Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

KhronosGroup/glTF-Sample-Models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glTF Sample Models

Deprecating

This repo has been ARCHIVED. All new Issues and Pull Requests should be filed in the new repo - glTF-Sample-Assets.

All existing Issues have been addressed and closed. All existing PRs were either merged or closed. Closed PRs have an issue in the new repo. All questions, comments, or requests must be handled in the new repo.

Original README

glTF Validation

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.

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.

Model Publishing Services with glTF Download Capability

  • 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.

Other glTF Models

For addition glTF models, see:

Contributing Sample Models

We appreciate sample model contributions; they help ensure a consistent glTF ecosystem.

To contribute a model, open a pull request with:

  • A new subdirectory containing
    • The model in as many glTF variations as reasonable (using the same directory structure as the others (example)). Tools for converting to glTF are here.
    • A screenshot of the model, stored in a subdirectory called /screenshot
    • A README.md with information about the model. As shown in this example, this file should at least include the following elements:
  • Add the new model to the appropriate table.

If you have any questions, submit an issue.

Releases

No releases published

Packages

No packages published

Languages