You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Gems/AtomLyIntegration/TechnicalArt/DccScriptingInterface/SDK/Substance/resources/atom/awesome.material

80 lines
1.9 KiB
Plaintext

{
"Material": {
"name": "myPBR",
"template": "atom_standard_pbr",
"schemaVersion": 0,
"properties": {
"General": {
"defaultTexcoord": 0
},
"baseColor": {
"parameters": {
"colorLinear": [
1.0,
0.0,
0.0
],
"factor": 1.0,
"useTexture": true,
"textureMap": "materials/substance/amazing_bc.tif",
"setTexcoord": false,
"texcoordIndex": 0
}
},
"metallic": {
"parameters": {
"factor": 0.0,
"useTexture": true,
"textureMap": "materials/substance/amazing_m.tif",
"setTexcoord": false,
"texcoordIndex": 0
}
},
"roughness": {
"parameters": {
"factor": 0.5,
"useTexture": true,
"textureMap": "materials/substance/amazing_r.tif",
"setTexcoord": false,
"texcoordIndex": 0
}
},
"normalMap": {
"parameters": {
"factor": 1.0,
"useTexture": true,
"textureMap": "materials/substance/amazing_ddn.tif",
"setTexcoord": false,
"texcoordIndex": 0
}
},
"opacity": {
"parameters": {
"doubleSided": false,
"mode": "OPAQUE",
"factor": 1.0,
"cutoutAlpha": false,
"cutoutThreshold": 0.5,
"useBaseColorTextureAlpha": false,
"useTexture": true,
"textureMap": "materials/substance/amazing_a.tif",
"setTexcoord": false,
"texcoordIndex": 0
}
},
"Extras": {
"Substance": {
"parameters": {
"sbsarFile": {
"$ref": "materials/substance/amazing.sbsar"
},
"sbsarParams": {
"$ref": "materials/substance/amazing.myPBR.params"
}
}
}
}
}
}
}