diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-04-06 11:51:33 +1100 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-04-06 11:51:33 +1100 |
commit | ef264da91e1e7efc209bd49320fc5907f62312a7 (patch) | |
tree | 58bf2c9a31ef73b631643afa6bc1de154146a061 /assets/models/gltf/SimpleSkin/metadata.json | |
parent | e5495790aeba905505152ad3b6690f459a44df03 (diff) |
add a skinned model example from gltf sample models.
Diffstat (limited to 'assets/models/gltf/SimpleSkin/metadata.json')
-rw-r--r-- | assets/models/gltf/SimpleSkin/metadata.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/assets/models/gltf/SimpleSkin/metadata.json b/assets/models/gltf/SimpleSkin/metadata.json new file mode 100644 index 0000000..764a837 --- /dev/null +++ b/assets/models/gltf/SimpleSkin/metadata.json @@ -0,0 +1,26 @@ +{ + "version": 2, + "legal": [ + { + "license": "CC0", + "licenseUrl": "https://creativecommons.org/publicdomain/zero/1.0/legalcode", + "artist": "javagl", + "year": "2017", + "owner": "Public", + "what": "Everything", + "text": "CC0 1.0 Universal", + "spdx": "CC0-1.0", + "icon": "https://licensebuttons.net/p/zero/1.0/88x31.png" + } + ], + "tags": [ + "core", + "testing", + "written" + ], + "screenshot": "screenshot/screenshot.gif", + "name": "Simple Skin", + "path": "./Models/SimpleSkin", + "summary": "A simple example of vertex skinning in glTF", + "createReadme": true +}
\ No newline at end of file |