Converting PbrMaterialChart to prefab, and moving to AutomatedTesting project

Signed-off-by: nwidmaie <nwidmaie@amazon.com>
This commit is contained in:
nwidmaie
2021-12-08 12:43:38 -08:00
parent 577280cc11
commit 7f9ba0d0b6
26 changed files with 5694 additions and 0 deletions
@@ -0,0 +1,32 @@
{
"materialType": "Materials/Types/StandardPBR.materialtype",
"propertyLayoutVersion": 1,
"properties": {
"baseColor": {
"color": [ 1.0, 1.0, 1.0 ],
"factor": 0.75,
"useTexture": false,
"textureMap": ""
},
"metallic": {
"factor": 0.0,
"useTexture": false,
"textureMap": ""
},
"roughness": {
"factor": 0.0,
"useTexture": false,
"textureMap": ""
},
"specularF0": {
"factor": 0.5,
"useTexture": false,
"textureMap": ""
},
"normal": {
"factor": 1.0,
"useTexture": false,
"textureMap": ""
}
}
}