-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgltf_pbr_boombox.gltf
114 lines (114 loc) · 2.65 KB
/
gltf_pbr_boombox.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"images": [
{
"uri": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAADElEQVQI12P4z/AfAAQAAf/zKSWvAAAAAElFTkSuQmCC",
"name": "KHR_texture_procedural_fallback"
},
{
"name": "boombox_graph/Image/file",
"uri": "boombox/BoomBox_baseColor.png"
}
],
"textures": [
{
"source": 0
},
{
"name": "boombox_graph/Image/file",
"source": 1
}
],
"extensions": {
"KHR_texture_procedurals": {
"procedurals": [
{
"name": "boombox_graph",
"nodetype": "nodegraph",
"type": "color3",
"inputs": [],
"outputs": [
{
"name": "out_Image",
"nodetype": "output",
"type": "color3",
"node": 1
}
],
"nodes": [
{
"name": "texcoord1",
"nodetype": "texcoord",
"type": "vector2",
"inputs": [
{
"name": "index",
"nodetype": "input",
"type": "integer",
"value": 0
}
],
"outputs": [
{
"nodetype": "output",
"name": "out",
"type": "vector2"
}
]
},
{
"name": "Image",
"nodetype": "image",
"type": "color3",
"inputs": [
{
"name": "file",
"nodetype": "input",
"colorspace": "srgb_texture",
"type": "filename",
"texture": 1
},
{
"name": "texcoord",
"nodetype": "input",
"type": "vector2",
"node": 0
}
],
"outputs": [
{
"nodetype": "output",
"name": "out",
"type": "color3"
}
]
}
]
}
]
}
},
"materials": [
{
"name": "SR_boombox",
"pbrMetallicRoughness": {
"baseColorTexture": {
"index": 0,
"extensions": {
"KHR_texture_procedurals": {
"index": 0,
"output": 0
}
}
}
}
}
],
"asset": {
"version": "2.0",
"generator": "MaterialX 1.39 / glTF 2.0 Texture Procedural Converter"
},
"extensionsUsed": [
"KHR_texture_procedurals",
"EXT_texture_procedurals_mx_1_39"
]
}