diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-04-27 11:25:48 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-04-27 11:25:48 +1000 |
commit | 8dae0a94059bd21a5a10e4434cadc843126d8b05 (patch) | |
tree | d8d110e0a4a2a03e1e9d6c3b7a2dbf53a9d9e858 /assets/models/gltf/Cube/metadata.json | |
parent | 7a8d93d2b867cab853ecf8c4ec5061cdc5cab665 (diff) | |
parent | f8375e4587612d6a582eb053be5a67694a59993d (diff) |
Merge branch 'brainstorming-systems' into ral
Diffstat (limited to 'assets/models/gltf/Cube/metadata.json')
-rw-r--r-- | assets/models/gltf/Cube/metadata.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/assets/models/gltf/Cube/metadata.json b/assets/models/gltf/Cube/metadata.json new file mode 100644 index 0000000..54ea970 --- /dev/null +++ b/assets/models/gltf/Cube/metadata.json @@ -0,0 +1,25 @@ +{ + "version": 2, + "legal": [ + { + "license": "CC0", + "licenseUrl": "https://creativecommons.org/publicdomain/zero/1.0/legalcode", + "artist": "Norbert Nopper", + "year": "2017", + "owner": "UX3D", + "what": "Everything", + "text": "CC0 1.0 Universal", + "spdx": "CC0-1.0", + "icon": "https://licensebuttons.net/p/zero/1.0/88x31.png" + } + ], + "tags": [ + "core", + "testing" + ], + "screenshot": "screenshot/screenshot.jpg", + "name": "Cube", + "path": "./Models/Cube", + "summary": "A cube with non-smoothed faces.", + "createReadme": true +}
\ No newline at end of file |