-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnlitTest_fromtlx.gltf
More file actions
34 lines (34 loc) · 795 Bytes
/
UnlitTest_fromtlx.gltf
File metadata and controls
34 lines (34 loc) · 795 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
26
27
28
29
30
31
32
33
34
{
"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"
},
"materials": [
{
"name": "SHD_Blue",
"pbrMetallicRoughness": {
"metallicFactor": 0,
"roughnessFactor": 0,
"baseColorFactor": [0, 0.217638001, 1, 1]
},
"extensions": {
"KHR_materials_unlit": {}
}
},
{
"name": "SHD_Orange",
"pbrMetallicRoughness": {
"metallicFactor": 0,
"roughnessFactor": 0,
"baseColorFactor": [1, 0.217638001, 0, 1]
},
"extensions": {
"KHR_materials_unlit": {}
}
}
],
"extensionsUsed": [
"KHR_materials_unlit"
]
}