summaryrefslogtreecommitdiff
path: root/assets/models/gltf/SimpleSkin/metadata.json
blob: 764a8370500669c91816f2db5d49ac4196cc88b1 (plain)
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
{
    "version": 2,
    "legal": [
        {
            "license": "CC0",
            "licenseUrl": "https://creativecommons.org/publicdomain/zero/1.0/legalcode",
            "artist": "javagl",
            "year": "2017",
            "owner": "Public",
            "what": "Everything",
            "text": "CC0 1.0 Universal",
            "spdx": "CC0-1.0",
            "icon": "https://licensebuttons.net/p/zero/1.0/88x31.png"
        }
    ],
    "tags": [
        "core",
        "testing",
        "written"
    ],
    "screenshot": "screenshot/screenshot.gif",
    "name": "Simple Skin",
    "path": "./Models/SimpleSkin",
    "summary": "A simple example of vertex skinning in glTF",
    "createReadme": true
}