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

Commit

Permalink
Fixed example link. Minor rewording.
Browse files Browse the repository at this point in the history
Based on the PR comments.
  • Loading branch information
javagl committed Oct 13, 2018
1 parent 2a9622f commit 115dad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -41,9 +41,9 @@ We appreciate sample model contributions; they help ensure a consistent glTF eco

To contribute a model, open a pull request with:
* A new subdirectory containing
* The model in as many glTF variations as possible (using the same directory structure as the others ([example](2.0/Box))). Tools for converting to glTF are [here](https://github.com/KhronosGroup/glTF#converters).
* The model in as many glTF variations as reasonable (using the same directory structure as the others ([example](2.0/Box))). Tools for converting to glTF are [here](https://github.com/KhronosGroup/glTF#converters).
* A screenshot of the model, stored in a subdirectory called `/screenshot`
* A README.md with information about the model. As shown in [this example](https://raw.githubusercontent.com/javagl/glTF-Sample-Models/master/2.0/Box/README.md), this file should at least include the following elements:
* A README.md with information about the model. As shown in [this example](https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Models/master/2.0/Box/README.md), this file should at least include the following elements:
* The name or title of the model
* An embedding of the screenshot
* Information about the license under which the model is published. We recommend to use a permissive license like [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/) or even [Creative Commons 1.0 Universal Public Domain Dedication ](http://creativecommons.org/publicdomain/zero/1.0/), to allow people to share and adapt the models for their own use.
Expand Down

0 comments on commit 115dad1

Please sign in to comment.