danielkeller / glTF-Sample-Models

glTF Sample Models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

glTF Sample Models

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.

About

glTF Sample Models


Languages

Language:Mathematica 99.6%Language:GLSL 0.4%Language:Python 0.0%Language:Shell 0.0%