-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
standard_surface_brick_procedural_fromtlx.gltf
67 lines (67 loc) · 1.72 KB
/
standard_surface_brick_procedural_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
{
"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": "NG_baked/base_color_baked",
"uri": "D:/Work/materialx/glTF_MaterialX/build/bin/resources/glTF_export/Materials/Examples/StandardSurface/M_BrickPattern_gltf_pbr_base_color.png"
},
{
"name": "NG_baked/roughness_baked",
"uri": "D:/Work/materialx/glTF_MaterialX/build/bin/resources/glTF_export/Materials/Examples/StandardSurface/M_BrickPattern_gltf_pbr_roughness_combined.png"
}
],
"materials": [
{
"name": "N_StandardSurface_baked",
"pbrMetallicRoughness": {
"baseColorTexture": {
"index": 0
},
"metallicRoughnessTexture": {
"index": 1
},
"metallicFactor": 0
},
"extensions": {
"KHR_materials_clearcoat": {
"clearcoatRoughnessFactor": 0.0980392024
},
"KHR_materials_ior": {
},
"KHR_materials_specular": {
},
"KHR_materials_transmission": {
},
"KHR_materials_sheen": {
},
"KHR_materials_emissive_strength": {
},
"KHR_materials_iridescence": {
}
}
}
],
"textures": [
{
"name": "NG_baked/base_color_baked",
"source": 0
},
{
"name": "NG_baked/roughness_baked",
"source": 1
}
],
"extensionsUsed": [
"KHR_materials_clearcoat",
"KHR_materials_ior",
"KHR_materials_specular",
"KHR_materials_transmission",
"KHR_materials_sheen",
"KHR_materials_emissive_strength",
"KHR_materials_iridescence"
]
}