-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathmetadata.json
More file actions
37 lines (37 loc) · 1.15 KB
/
metadata.json
File metadata and controls
37 lines (37 loc) · 1.15 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
{
"version": 2,
"legal": [
{
"license": "CC0",
"licenseUrl": "https://creativecommons.org/publicdomain/zero/1.0/legalcode",
"artist": "Guido Odendahl",
"year": "2020",
"owner": "Public",
"what": "Initial car model",
"text": "CC0 1.0 Universal",
"spdx": "CC0-1.0",
"icon": "https://licensebuttons.net/p/zero/1.0/88x31.png"
},
{
"license": "CC0",
"licenseUrl": "https://creativecommons.org/publicdomain/zero/1.0/legalcode",
"artist": "Eric Chadwick",
"year": "2020",
"owner": "Public",
"what": "Extensions and scene composition",
"text": "CC0 1.0 Universal",
"spdx": "CC0-1.0",
"icon": "https://licensebuttons.net/p/zero/1.0/88x31.png"
}
],
"tags": [
"showcase",
"video",
"extension"
],
"screenshot": "screenshot/screenshot.jpg",
"name": "Toy Car",
"path": "./Models/ToyCar",
"summary": "Toy car example using transmission, clearcoat, and sheen.",
"createReadme": true
}