-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathmetadata.json
More file actions
25 lines (25 loc) · 854 Bytes
/
metadata.json
File metadata and controls
25 lines (25 loc) · 854 Bytes
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": [
{
"year": 2023,
"owner": "Wayfair",
"license": "CC-BY 4.0",
"licenseUrl": "https://creativecommons.org/licenses/by/4.0/legalcode",
"artist": "Eric Chadwick",
"what": "Entire asset",
"text": "CC BY 4.0 International",
"spdx": "CC-BY-4.0",
"icon": "https://licensebuttons.net/l/by/3.0/88x31.png"
}
],
"tags": [
"video",
"extension"
],
"screenshot": "screenshot/screenshot.jpg",
"name": "Glass Broken Window",
"path": "./Models/GlassBrokenWindow",
"summary": "This asset demonstrates the combination of two transparency methods in glTF: KHR_materials_transmission for glass and alphaMode:'MASK' for holes in the broken glass.",
"createReadme": true
}