-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathmetadata.json
36 lines (36 loc) · 1.25 KB
/
metadata.json
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
{
"version": 2,
"legal": [
{
"artist": "Eric Chadwick",
"owner": "Public",
"year": "2023",
"license": "CC0",
"what": "Glass vase",
"licenseUrl": "https://creativecommons.org/publicdomain/zero/1.0/legalcode",
"text": "CC0 1.0 Universal",
"spdx": "CC0-1.0",
"icon": "https://licensebuttons.net/p/zero/1.0/88x31.png"
},
{
"artist": "Rico Cilliers",
"owner": "Public",
"year": "2023",
"license": "CC0",
"what": "Flowers",
"licenseUrl": "https://creativecommons.org/publicdomain/zero/1.0/legalcode",
"text": "CC0 1.0 Universal",
"spdx": "CC0-1.0",
"icon": "https://licensebuttons.net/p/zero/1.0/88x31.png"
}
],
"tags": [
"video",
"extension"
],
"screenshot": "screenshot/screenshot.jpg",
"name": "Glass Vase with Flowers",
"path": "./Models/GlassVaseFlowers",
"summary": "This model compares transparency methods for representing glass in glTF: alphaMode:'BLEND' (left) versus the extensions KHR_materials_transmission and KHR_materials_volume (right).",
"createReadme": true
}