-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DamagedHelmet_fromtlx.gltf
98 lines (98 loc) · 1.95 KB
/
DamagedHelmet_fromtlx.gltf
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"asset": {
"copyright": "Created via glTF translation utilities found here: https://github.com/kwokcb/glTF_MaterialX",
"generator": "MaterialX 1.38.7 to glTF 2.0 generator",
"version": "2.0"
},
"images": [
{
"name": "image_basecolor",
"uri": "Default_albedo.jpg"
},
{
"name": "image_orm",
"uri": "Default_metalRoughness.jpg"
},
{
"name": "image_occlusion",
"uri": "Default_AO.jpg"
},
{
"name": "image_normal",
"uri": "Default_normal.jpg"
},
{
"name": "image_emission",
"uri": "Default_emissive.jpg"
}
],
"materials": [
{
"name": "SHD_Material_MR",
"pbrMetallicRoughness": {
"baseColorTexture": {
"index": 0
},
"metallicRoughnessTexture": {
"index": 1
}
},
"extensions": {
"KHR_materials_clearcoat": {
},
"KHR_materials_ior": {
},
"KHR_materials_specular": {
},
"KHR_materials_transmission": {
},
"KHR_materials_sheen": {
},
"KHR_materials_emissive_strength": {
},
"KHR_materials_iridescence": {
}
},
"occlusionTexture": {
"index": 2,
"scale": 0
},
"emissiveTexture": {
"index": 4,
"scale": 0
},
"emissiveFactor": [1, 1, 1]
}
],
"textures": [
{
"name": "image_basecolor",
"source": 0
},
{
"name": "image_orm",
"source": 1
},
{
"name": "image_occlusion",
"source": 2
},
{
"name": "image_normal",
"source": 3
},
{
"name": "image_emission",
"source": 4
}
],
"extensionsUsed": [
"KHR_materials_clearcoat",
"KHR_materials_ior",
"KHR_materials_specular",
"KHR_materials_transmission",
"KHR_materials_sheen",
"KHR_materials_emissive_strength",
"KHR_materials_iridescence"
]
}