Improved harness - with card selection
This commit is contained in:
43
card-harness/config/surface-defaults.json
Normal file
43
card-harness/config/surface-defaults.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user