44 lines
752 B
JSON
44 lines
752 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"finishes": {
|
|
"Printed ink": {
|
|
"finishStrength": 0.6
|
|
},
|
|
"Foil": {
|
|
"finishStrength": 1.0
|
|
},
|
|
"Holographic": {
|
|
"finishStrength": 0.33
|
|
},
|
|
"Gold leaf": {
|
|
"finishStrength": 0.6
|
|
},
|
|
"Frosted glass": {
|
|
"finishStrength": 0.6
|
|
}
|
|
},
|
|
"materials": {
|
|
"Paper": {
|
|
"surfaceDetail": 0.14,
|
|
"roughness": 0.23
|
|
},
|
|
"Linen": {
|
|
"surfaceDetail": 0.05,
|
|
"roughness": 0.23
|
|
},
|
|
"Metal": {
|
|
"surfaceDetail": 1.0,
|
|
"roughness": 0.23,
|
|
"metalBrushHorizontal": false
|
|
},
|
|
"Wood": {
|
|
"surfaceDetail": 0.14,
|
|
"roughness": 0.23
|
|
},
|
|
"Leather": {
|
|
"surfaceDetail": 0.45,
|
|
"roughness": 0.23
|
|
}
|
|
}
|
|
}
|