1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
}
|