diff --git a/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_black.material b/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_black.material index d15aa620c7..04766a23e1 100644 --- a/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_black.material +++ b/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_black.material @@ -1,35 +1,25 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "color": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - "emissive": { - "color": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - "irradiance": { - "color": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - "opacity": { - "factor": 1.0 - } + "propertyValues": { + "baseColor.color": [ + 0.0, + 0.0, + 0.0, + 1.0 + ], + "emissive.color": [ + 0.0, + 0.0, + 0.0, + 1.0 + ], + "irradiance.color": [ + 0.0, + 0.0, + 0.0, + 1.0 + ], + "opacity.factor": 1.0 } } \ No newline at end of file diff --git a/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_green.material b/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_green.material index 579359b085..02440cce7a 100644 --- a/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_green.material +++ b/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_green.material @@ -1,35 +1,25 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "color": [ - 0.0, - 1.0, - 0.0, - 1.0 - ] - }, - "emissive": { - "color": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - "irradiance": { - "color": [ - 0.0, - 1.0, - 0.0, - 1.0 - ] - }, - "opacity": { - "factor": 1.0 - } + "propertyValues": { + "baseColor.color": [ + 0.0, + 1.0, + 0.0, + 1.0 + ], + "emissive.color": [ + 0.0, + 0.0, + 0.0, + 1.0 + ], + "irradiance.color": [ + 0.0, + 1.0, + 0.0, + 1.0 + ], + "opacity.factor": 1.0 } } \ No newline at end of file diff --git a/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_mat_arch.material b/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_mat_arch.material index 88d5fc0fc6..e91c35fa8b 100644 --- a/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_mat_arch.material +++ b/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_mat_arch.material @@ -1,49 +1,29 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "color": [ - 0.800000011920929, - 0.800000011920929, - 0.800000011920929, - 1.0 - ], - "textureMap": "Textures/arch_1k_basecolor.png" - }, - "general": { - "applySpecularAA": true - }, - "irradiance": { - "color": [ - 1.0, - 0.885053813457489, - 0.801281750202179, - 1.0 - ] - }, - "metallic": { - "textureMap": "Textures/arch_1k_metallic.png" - }, - "normal": { - "textureMap": "Textures/arch_1k_normal.jpg" - }, - "occlusion": { - "diffuseTextureMap": "Textures/arch_1k_ao.png" - }, - "opacity": { - "factor": 1.0 - }, - "parallax": { - "factor": 0.050999999046325687, - "pdo": true, - "quality": "High", - "useTexture": false - }, - "roughness": { - "textureMap": "Textures/arch_1k_roughness.png" - } + "propertyValues": { + "baseColor.color": [ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1.0 + ], + "baseColor.textureMap": "Textures/arch_1k_basecolor.png", + "general.applySpecularAA": true, + "irradiance.color": [ + 1.0, + 0.885053813457489, + 0.801281750202179, + 1.0 + ], + "metallic.textureMap": "Textures/arch_1k_metallic.png", + "normal.textureMap": "Textures/arch_1k_normal.jpg", + "occlusion.diffuseTextureMap": "Textures/arch_1k_ao.png", + "opacity.factor": 1.0, + "parallax.factor": 0.050999999046325684, + "parallax.pdo": true, + "parallax.quality": "High", + "parallax.useTexture": false, + "roughness.textureMap": "Textures/arch_1k_roughness.png" } } \ No newline at end of file diff --git a/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_mat_bricks.material b/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_mat_bricks.material index 7244397ee9..aa23f2e97c 100644 --- a/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_mat_bricks.material +++ b/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_mat_bricks.material @@ -1,54 +1,32 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "color": [ - 0.800000011920929, - 0.800000011920929, - 0.800000011920929, - 1.0 - ], - "textureMap": "Textures/bricks_1k_basecolor.png" - }, - "clearCoat": { - "factor": 0.5, - "normalMap": "Textures/bricks_1k_normal.jpg", - "roughness": 0.5 - }, - "general": { - "applySpecularAA": true - }, - "irradiance": { - "color": [ - 1.0, - 0.9703211784362793, - 0.9703211784362793, - 1.0 - ] - }, - "metallic": { - "textureMap": "Textures/bricks_1k_metallic.png" - }, - "normal": { - "textureMap": "Textures/bricks_1k_normal.jpg" - }, - "occlusion": { - "diffuseTextureMap": "Textures/bricks_1k_ao.png" - }, - "opacity": { - "factor": 1.0 - }, - "parallax": { - "algorithm": "ContactRefinement", - "factor": 0.03500000014901161, - "quality": "Medium", - "useTexture": false - }, - "roughness": { - "textureMap": "Textures/bricks_1k_roughness.png" - } + "propertyValues": { + "baseColor.color": [ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1.0 + ], + "baseColor.textureMap": "Textures/bricks_1k_basecolor.png", + "clearCoat.factor": 0.5, + "clearCoat.normalMap": "Textures/bricks_1k_normal.jpg", + "clearCoat.roughness": 0.5, + "general.applySpecularAA": true, + "irradiance.color": [ + 1.0, + 0.9703211784362793, + 0.9703211784362793, + 1.0 + ], + "metallic.textureMap": "Textures/bricks_1k_metallic.png", + "normal.textureMap": "Textures/bricks_1k_normal.jpg", + "occlusion.diffuseTextureMap": "Textures/bricks_1k_ao.png", + "opacity.factor": 1.0, + "parallax.algorithm": "ContactRefinement", + "parallax.factor": 0.03500000014901161, + "parallax.quality": "Medium", + "parallax.useTexture": false, + "roughness.textureMap": "Textures/bricks_1k_roughness.png" } } \ No newline at end of file diff --git a/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_mat_floor.material b/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_mat_floor.material index 8a3f289c26..a49327a710 100644 --- a/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_mat_floor.material +++ b/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_mat_floor.material @@ -1,51 +1,31 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "color": [ - 0.800000011920929, - 0.800000011920929, - 0.800000011920929, - 1.0 - ], - "textureMap": "Textures/floor_1k_basecolor.png" - }, - "clearCoat": { - "enable": true, - "influenceMap": "Textures/floor_1k_ao.png", - "normalMap": "Textures/floor_1k_normal.png", - "roughness": 0.25 - }, - "general": { - "applySpecularAA": true - }, - "irradiance": { - "color": [ - 1.0, - 0.9404135346412659, - 0.8688944578170776, - 1.0 - ] - }, - "normal": { - "textureMap": "Textures/floor_1k_normal.png" - }, - "occlusion": { - "diffuseTextureMap": "Textures/floor_1k_ao.png" - }, - "opacity": { - "factor": 1.0 - }, - "parallax": { - "factor": 0.012000000104308129, - "pdo": true, - "useTexture": false - }, - "roughness": { - "textureMap": "Textures/floor_1k_roughness.png" - } + "propertyValues": { + "baseColor.color": [ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1.0 + ], + "baseColor.textureMap": "Textures/floor_1k_basecolor.png", + "clearCoat.enable": true, + "clearCoat.influenceMap": "Textures/floor_1k_ao.png", + "clearCoat.normalMap": "Textures/floor_1k_normal.png", + "clearCoat.roughness": 0.25, + "general.applySpecularAA": true, + "irradiance.color": [ + 1.0, + 0.9404135346412659, + 0.8688944578170776, + 1.0 + ], + "normal.textureMap": "Textures/floor_1k_normal.png", + "occlusion.diffuseTextureMap": "Textures/floor_1k_ao.png", + "opacity.factor": 1.0, + "parallax.factor": 0.012000000104308128, + "parallax.pdo": true, + "parallax.useTexture": false, + "roughness.textureMap": "Textures/floor_1k_roughness.png" } } \ No newline at end of file diff --git a/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_mat_roof.material b/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_mat_roof.material index 7bc193978f..4f6b6bae92 100644 --- a/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_mat_roof.material +++ b/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_mat_roof.material @@ -1,44 +1,26 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "color": [ - 0.800000011920929, - 0.800000011920929, - 0.800000011920929, - 1.0 - ], - "textureBlendMode": "Lerp", - "textureMap": "Textures/roof_1k_basecolor.png" - }, - "general": { - "applySpecularAA": true - }, - "metallic": { - "useTexture": false - }, - "normal": { - "factor": 0.5, - "flipY": true, - "textureMap": "Textures/roof_1k_normal.jpg" - }, - "occlusion": { - "diffuseTextureMap": "Textures/roof_1k_ao.png" - }, - "opacity": { - "factor": 1.0 - }, - "parallax": { - "algorithm": "ContactRefinement", - "factor": 0.019999999552965165, - "quality": "Medium", - "useTexture": false - }, - "roughness": { - "textureMap": "Textures/roof_1k_roughness.png" - } + "propertyValues": { + "baseColor.color": [ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1.0 + ], + "baseColor.textureBlendMode": "Lerp", + "baseColor.textureMap": "Textures/roof_1k_basecolor.png", + "general.applySpecularAA": true, + "metallic.useTexture": false, + "normal.factor": 0.5, + "normal.flipY": true, + "normal.textureMap": "Textures/roof_1k_normal.jpg", + "occlusion.diffuseTextureMap": "Textures/roof_1k_ao.png", + "opacity.factor": 1.0, + "parallax.algorithm": "ContactRefinement", + "parallax.factor": 0.019999999552965164, + "parallax.quality": "Medium", + "parallax.useTexture": false, + "roughness.textureMap": "Textures/roof_1k_roughness.png" } } \ No newline at end of file diff --git a/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_phong5.material b/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_phong5.material index a53cbef4e4..e801b4d095 100644 --- a/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_phong5.material +++ b/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_phong5.material @@ -1,35 +1,25 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "color": [ - 0.0, - 0.0, - 1.0, - 1.0 - ] - }, - "emissive": { - "color": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - "irradiance": { - "color": [ - 0.0, - 0.0, - 1.0, - 1.0 - ] - }, - "opacity": { - "factor": 1.0 - } + "propertyValues": { + "baseColor.color": [ + 0.0, + 0.0, + 1.0, + 1.0 + ], + "emissive.color": [ + 0.0, + 0.0, + 0.0, + 1.0 + ], + "irradiance.color": [ + 0.0, + 0.0, + 1.0, + 1.0 + ], + "opacity.factor": 1.0 } } \ No newline at end of file diff --git a/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_red.material b/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_red.material index 6ddb645319..ea364bab34 100644 --- a/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_red.material +++ b/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_red.material @@ -1,35 +1,25 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "color": [ - 0.800000011920929, - 0.0, - 0.0, - 1.0 - ] - }, - "emissive": { - "color": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - "irradiance": { - "color": [ - 1.0, - 0.0, - 0.0, - 1.0 - ] - }, - "opacity": { - "factor": 1.0 - } + "propertyValues": { + "baseColor.color": [ + 0.800000011920929, + 0.0, + 0.0, + 1.0 + ], + "emissive.color": [ + 0.0, + 0.0, + 0.0, + 1.0 + ], + "irradiance.color": [ + 1.0, + 0.0, + 0.0, + 1.0 + ], + "opacity.factor": 1.0 } } \ No newline at end of file diff --git a/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_white.material b/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_white.material index e3d310cd15..0f90de5e13 100644 --- a/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_white.material +++ b/AutomatedTesting/Gem/Sponza/Assets/TestData/Test_Sponza_Material_Conversion_white.material @@ -1,19 +1,13 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "emissive": { - "color": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - "opacity": { - "factor": 1.0 - } + "propertyValues": { + "emissive.color": [ + 0.0, + 0.0, + 0.0, + 1.0 + ], + "opacity.factor": 1.0 } } \ No newline at end of file diff --git a/AutomatedTesting/Gem/Sponza/Assets/objects/lightBlocker_lambert1.material b/AutomatedTesting/Gem/Sponza/Assets/objects/lightBlocker_lambert1.material index 35677a81c6..0f90de5e13 100644 --- a/AutomatedTesting/Gem/Sponza/Assets/objects/lightBlocker_lambert1.material +++ b/AutomatedTesting/Gem/Sponza/Assets/objects/lightBlocker_lambert1.material @@ -1,19 +1,13 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "emissive": { - "color": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - "opacity": { - "factor": 1.0 - } + "propertyValues": { + "emissive.color": [ + 0.0, + 0.0, + 0.0, + 1.0 + ], + "opacity.factor": 1.0 } -} +} \ No newline at end of file diff --git a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_arch.material b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_arch.material index 6518091265..21f63885a9 100644 --- a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_arch.material +++ b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_arch.material @@ -1,40 +1,22 @@ { - "description": "", - "parentMaterial": "", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 4, - "properties": { - "baseColor": { - "textureMap": "../Textures/arch_1k_basecolor.png" - }, - "general": { - "applySpecularAA": true - }, - "irradiance": { - "color": [ - 0.2663614749908447, - 0.2383916974067688, - 0.18117037415504456, - 1.0 - ] - }, - "normal": { - "textureMap": "../Textures/arch_1k_normal.jpg" - }, - "occlusion": { - "diffuseTextureMap": "../Textures/arch_1k_ao.png" - }, - "opacity": { - "factor": 1.0 - }, - "parallax": { - "factor": 0.050999999046325684, - "pdo": true, - "quality": "High", - "useTexture": false - }, - "roughness": { - "textureMap": "../Textures/arch_1k_roughness.png" - } + "propertyValues": { + "baseColor.textureMap": "../Textures/arch_1k_basecolor.png", + "general.applySpecularAA": true, + "irradiance.color": [ + 0.2663614749908447, + 0.2383916974067688, + 0.18117037415504456, + 1.0 + ], + "normal.textureMap": "../Textures/arch_1k_normal.jpg", + "occlusion.diffuseTextureMap": "../Textures/arch_1k_ao.png", + "opacity.factor": 1.0, + "parallax.factor": 0.050999999046325684, + "parallax.pdo": true, + "parallax.quality": "High", + "parallax.useTexture": false, + "roughness.textureMap": "../Textures/arch_1k_roughness.png" } } \ No newline at end of file diff --git a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_background.material b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_background.material index 2fd7ed39cc..7d5edb86e8 100644 --- a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_background.material +++ b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_background.material @@ -1,45 +1,25 @@ { - "description": "", - "parentMaterial": "", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 4, - "properties": { - "baseColor": { - "textureMap": "../Textures/background_1k_basecolor.png" - }, - "clearCoat": { - "factor": 0.5, - "normalMap": "../Textures/background_1k_normal.jpg", - "roughness": 0.4000000059604645 - }, - "general": { - "applySpecularAA": true - }, - "irradiance": { - "color": [ - 0.19806210696697235, - 0.1746547669172287, - 0.16513313353061676, - 1.0 - ] - }, - "normal": { - "textureMap": "../Textures/background_1k_normal.jpg" - }, - "occlusion": { - "diffuseTextureMap": "../Textures/background_1k_ao.png" - }, - "opacity": { - "factor": 1.0 - }, - "parallax": { - "factor": 0.03099999949336052, - "pdo": true, - "quality": "High", - "useTexture": false - }, - "roughness": { - "textureMap": "../Textures/background_1k_roughness.png" - } + "propertyValues": { + "baseColor.textureMap": "../Textures/background_1k_basecolor.png", + "clearCoat.factor": 0.5, + "clearCoat.normalMap": "../Textures/background_1k_normal.jpg", + "clearCoat.roughness": 0.4000000059604645, + "general.applySpecularAA": true, + "irradiance.color": [ + 0.19806210696697235, + 0.1746547669172287, + 0.16513313353061676, + 1.0 + ], + "normal.textureMap": "../Textures/background_1k_normal.jpg", + "occlusion.diffuseTextureMap": "../Textures/background_1k_ao.png", + "opacity.factor": 1.0, + "parallax.factor": 0.03099999949336052, + "parallax.pdo": true, + "parallax.quality": "High", + "parallax.useTexture": false, + "roughness.textureMap": "../Textures/background_1k_roughness.png" } } \ No newline at end of file diff --git a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_bricks.material b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_bricks.material index 52fdf9e3a2..9e7a01d573 100644 --- a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_bricks.material +++ b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_bricks.material @@ -1,45 +1,25 @@ { - "description": "", - "parentMaterial": "", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 4, - "properties": { - "baseColor": { - "textureMap": "../Textures/bricks_1k_basecolor.png" - }, - "clearCoat": { - "factor": 0.5, - "normalMap": "../Textures/bricks_1k_normal.jpg", - "roughness": 0.5 - }, - "general": { - "applySpecularAA": true - }, - "irradiance": { - "color": [ - 0.27467766404151917, - 0.27467766404151917, - 0.270496666431427, - 1.0 - ] - }, - "normal": { - "textureMap": "../Textures/bricks_1k_normal.jpg" - }, - "occlusion": { - "diffuseTextureMap": "../Textures/bricks_1k_ao.png" - }, - "opacity": { - "factor": 1.0 - }, - "parallax": { - "algorithm": "ContactRefinement", - "factor": 0.03500000014901161, - "quality": "Medium", - "useTexture": false - }, - "roughness": { - "textureMap": "../Textures/bricks_1k_roughness.png" - } + "propertyValues": { + "baseColor.textureMap": "../Textures/bricks_1k_basecolor.png", + "clearCoat.factor": 0.5, + "clearCoat.normalMap": "../Textures/bricks_1k_normal.jpg", + "clearCoat.roughness": 0.5, + "general.applySpecularAA": true, + "irradiance.color": [ + 0.27467766404151917, + 0.27467766404151917, + 0.270496666431427, + 1.0 + ], + "normal.textureMap": "../Textures/bricks_1k_normal.jpg", + "occlusion.diffuseTextureMap": "../Textures/bricks_1k_ao.png", + "opacity.factor": 1.0, + "parallax.algorithm": "ContactRefinement", + "parallax.factor": 0.03500000014901161, + "parallax.quality": "Medium", + "parallax.useTexture": false, + "roughness.textureMap": "../Textures/bricks_1k_roughness.png" } } \ No newline at end of file diff --git a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_ceiling.material b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_ceiling.material index 10f5a01a8e..b9bc4e3dcb 100644 --- a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_ceiling.material +++ b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_ceiling.material @@ -1,36 +1,22 @@ { - "description": "", - "parentMaterial": "", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 4, - "properties": { - "baseColor": { - "textureMap": "../Textures/ceiling_1k_basecolor.png" - }, - "emissive": { - "color": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - "irradiance": { - "color": [ - 0.29176774621009827, - 0.27888914942741394, - 0.2501564025878906, - 1.0 - ] - }, - "normal": { - "textureMap": "../Textures/ceiling_1k_normal.png" - }, - "opacity": { - "factor": 1.0 - }, - "roughness": { - "textureMap": "../Textures/ceiling_1k_roughness.png" - } + "propertyValues": { + "baseColor.textureMap": "../Textures/ceiling_1k_basecolor.png", + "emissive.color": [ + 0.0, + 0.0, + 0.0, + 1.0 + ], + "irradiance.color": [ + 0.29176774621009827, + 0.27888914942741394, + 0.2501564025878906, + 1.0 + ], + "normal.textureMap": "../Textures/ceiling_1k_normal.png", + "opacity.factor": 1.0, + "roughness.textureMap": "../Textures/ceiling_1k_roughness.png" } } \ No newline at end of file diff --git a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_chain.material b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_chain.material index caf03bd3ce..5b553b5113 100644 --- a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_chain.material +++ b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_chain.material @@ -1,35 +1,21 @@ { - "description": "", - "parentMaterial": "", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 4, - "properties": { - "baseColor": { - "textureBlendMode": "Lerp", - "textureMap": "../Textures/chain_basecolor.png" - }, - "emissive": { - "color": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - "general": { - "doubleSided": true - }, - "metallic": { - "factor": 0.8899999856948853 - }, - "normal": { - "textureMap": "../Textures/chain_normal.jpg" - }, - "opacity": { - "alphaSource": "Split", - "factor": 1.0, - "mode": "Cutout", - "textureMap": "../Textures/chain_alpha.png" - } + "propertyValues": { + "baseColor.textureBlendMode": "Lerp", + "baseColor.textureMap": "../Textures/chain_basecolor.png", + "emissive.color": [ + 0.0, + 0.0, + 0.0, + 1.0 + ], + "general.doubleSided": true, + "metallic.factor": 0.8899999856948853, + "normal.textureMap": "../Textures/chain_normal.jpg", + "opacity.alphaSource": "Split", + "opacity.factor": 1.0, + "opacity.mode": "Cutout", + "opacity.textureMap": "../Textures/chain_alpha.png" } } \ No newline at end of file diff --git a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_columna.material b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_columna.material index 15c3fec349..5e8b17d959 100644 --- a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_columna.material +++ b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_columna.material @@ -1,45 +1,25 @@ { - "description": "", - "parentMaterial": "", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 4, - "properties": { - "baseColor": { - "textureMap": "../Textures/columnA_1k_basecolor.png" - }, - "clearCoat": { - "factor": 0.5, - "normalMap": "../Textures/columnA_1k_normal.jpg", - "roughness": 0.30000001192092896 - }, - "general": { - "applySpecularAA": true - }, - "irradiance": { - "color": [ - 1.0, - 0.8964369893074036, - 0.8264744281768799, - 1.0 - ] - }, - "normal": { - "textureMap": "../Textures/columnA_1k_normal.jpg" - }, - "occlusion": { - "diffuseTextureMap": "../Textures/columnA_1k_ao.png" - }, - "opacity": { - "factor": 1.0 - }, - "parallax": { - "factor": 0.017000000923871994, - "pdo": true, - "quality": "High", - "useTexture": false - }, - "roughness": { - "textureMap": "../Textures/columnA_1k_roughness.png" - } + "propertyValues": { + "baseColor.textureMap": "../Textures/columnA_1k_basecolor.png", + "clearCoat.factor": 0.5, + "clearCoat.normalMap": "../Textures/columnA_1k_normal.jpg", + "clearCoat.roughness": 0.30000001192092896, + "general.applySpecularAA": true, + "irradiance.color": [ + 1.0, + 0.8964369893074036, + 0.8264744281768799, + 1.0 + ], + "normal.textureMap": "../Textures/columnA_1k_normal.jpg", + "occlusion.diffuseTextureMap": "../Textures/columnA_1k_ao.png", + "opacity.factor": 1.0, + "parallax.factor": 0.017000000923871994, + "parallax.pdo": true, + "parallax.quality": "High", + "parallax.useTexture": false, + "roughness.textureMap": "../Textures/columnA_1k_roughness.png" } } \ No newline at end of file diff --git a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_columnb.material b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_columnb.material index e13f96b2bb..4f24f4d61b 100644 --- a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_columnb.material +++ b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_columnb.material @@ -1,45 +1,25 @@ { - "description": "", - "parentMaterial": "", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 4, - "properties": { - "baseColor": { - "textureMap": "../Textures/columnB_1k_basecolor.png" - }, - "clearCoat": { - "factor": 0.5, - "normalMap": "../Textures/columnB_1k_normal.jpg", - "roughness": 0.30000001192092896 - }, - "general": { - "applySpecularAA": true - }, - "irradiance": { - "color": [ - 0.41788357496261597, - 0.40723279118537903, - 0.4286869466304779, - 1.0 - ] - }, - "normal": { - "textureMap": "../Textures/columnB_1k_normal.jpg" - }, - "occlusion": { - "diffuseTextureMap": "../Textures/columnB_1k_ao.png" - }, - "opacity": { - "factor": 1.0 - }, - "parallax": { - "factor": 0.020999999716877937, - "pdo": true, - "quality": "High", - "useTexture": false - }, - "roughness": { - "textureMap": "../Textures/columnB_1k_roughness.png" - } + "propertyValues": { + "baseColor.textureMap": "../Textures/columnB_1k_basecolor.png", + "clearCoat.factor": 0.5, + "clearCoat.normalMap": "../Textures/columnB_1k_normal.jpg", + "clearCoat.roughness": 0.30000001192092896, + "general.applySpecularAA": true, + "irradiance.color": [ + 0.41788357496261597, + 0.40723279118537903, + 0.4286869466304779, + 1.0 + ], + "normal.textureMap": "../Textures/columnB_1k_normal.jpg", + "occlusion.diffuseTextureMap": "../Textures/columnB_1k_ao.png", + "opacity.factor": 1.0, + "parallax.factor": 0.020999999716877937, + "parallax.pdo": true, + "parallax.quality": "High", + "parallax.useTexture": false, + "roughness.textureMap": "../Textures/columnB_1k_roughness.png" } } \ No newline at end of file diff --git a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_columnc.material b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_columnc.material index 479692848a..e7c9401091 100644 --- a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_columnc.material +++ b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_columnc.material @@ -1,45 +1,25 @@ { - "description": "", - "parentMaterial": "", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 4, - "properties": { - "baseColor": { - "textureMap": "../Textures/columnC_1k_basecolor.png" - }, - "clearCoat": { - "factor": 0.5, - "normalMap": "../Textures/columnC_1k_normal.jpg", - "roughness": 0.30000001192092896 - }, - "general": { - "applySpecularAA": true - }, - "irradiance": { - "color": [ - 0.32314029335975647, - 0.29176774621009827, - 0.24228274822235107, - 1.0 - ] - }, - "normal": { - "textureMap": "../Textures/columnC_1k_normal.jpg" - }, - "occlusion": { - "diffuseTextureMap": "../Textures/columnC_1k_ao.png" - }, - "opacity": { - "factor": 1.0 - }, - "parallax": { - "factor": 0.014000000432133675, - "pdo": true, - "quality": "High", - "useTexture": false - }, - "roughness": { - "textureMap": "../Textures/columnC_1k_roughness.png" - } + "propertyValues": { + "baseColor.textureMap": "../Textures/columnC_1k_basecolor.png", + "clearCoat.factor": 0.5, + "clearCoat.normalMap": "../Textures/columnC_1k_normal.jpg", + "clearCoat.roughness": 0.30000001192092896, + "general.applySpecularAA": true, + "irradiance.color": [ + 0.32314029335975647, + 0.29176774621009827, + 0.24228274822235107, + 1.0 + ], + "normal.textureMap": "../Textures/columnC_1k_normal.jpg", + "occlusion.diffuseTextureMap": "../Textures/columnC_1k_ao.png", + "opacity.factor": 1.0, + "parallax.factor": 0.014000000432133675, + "parallax.pdo": true, + "parallax.quality": "High", + "parallax.useTexture": false, + "roughness.textureMap": "../Textures/columnC_1k_roughness.png" } } \ No newline at end of file diff --git a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_curtainblue.material b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_curtainblue.material index 50fd968956..8b2167e4ac 100644 --- a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_curtainblue.material +++ b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_curtainblue.material @@ -1,52 +1,32 @@ { - "description": "", - "parentMaterial": "", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 4, - "properties": { - "baseColor": { - "color": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "textureMap": "../Textures/curtainBlue_1k_basecolor.png" - }, - "emissive": { - "color": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - "general": { - "applySpecularAA": true - }, - "irradiance": { - "color": [ - 0.0, - 0.14901961386203766, - 1.0, - 1.0 - ] - }, - "metallic": { - "textureMap": "../Textures/curtain_metallic.png" - }, - "normal": { - "factor": 0.5, - "textureMap": "../Textures/curtain_normal.jpg" - }, - "occlusion": { - "diffuseTextureMap": "../Textures/curtain_ao.png" - }, - "roughness": { - "textureMap": "../Textures/curtain_roughness.png" - }, - "specularF0": { - "enableMultiScatterCompensation": true - } + "propertyValues": { + "baseColor.color": [ + 1.0, + 1.0, + 1.0, + 1.0 + ], + "baseColor.textureMap": "../Textures/curtainBlue_1k_basecolor.png", + "emissive.color": [ + 1.0, + 1.0, + 1.0, + 1.0 + ], + "general.applySpecularAA": true, + "irradiance.color": [ + 0.0, + 0.14901961386203766, + 1.0, + 1.0 + ], + "metallic.textureMap": "../Textures/curtain_metallic.png", + "normal.factor": 0.5, + "normal.textureMap": "../Textures/curtain_normal.jpg", + "occlusion.diffuseTextureMap": "../Textures/curtain_ao.png", + "roughness.textureMap": "../Textures/curtain_roughness.png", + "specularF0.enableMultiScatterCompensation": true } } \ No newline at end of file diff --git a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_curtaingreen.material b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_curtaingreen.material index 6e70a42d24..5e6233ab04 100644 --- a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_curtaingreen.material +++ b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_curtaingreen.material @@ -1,38 +1,20 @@ { - "description": "", - "parentMaterial": "", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 4, - "properties": { - "baseColor": { - "textureMap": "../Textures/curtainGreen_1k_basecolor.png" - }, - "general": { - "applySpecularAA": true - }, - "irradiance": { - "color": [ - 0.0, - 0.15294118225574493, - 0.0, - 1.0 - ] - }, - "metallic": { - "textureMap": "../Textures/curtain_metallic.png" - }, - "normal": { - "factor": 0.5, - "textureMap": "../Textures/curtain_normal.jpg" - }, - "occlusion": { - "diffuseTextureMap": "../Textures/curtain_ao.png" - }, - "opacity": { - "factor": 1.0 - }, - "roughness": { - "textureMap": "../Textures/curtain_roughness.png" - } + "propertyValues": { + "baseColor.textureMap": "../Textures/curtainGreen_1k_basecolor.png", + "general.applySpecularAA": true, + "irradiance.color": [ + 0.0, + 0.15294118225574493, + 0.0, + 1.0 + ], + "metallic.textureMap": "../Textures/curtain_metallic.png", + "normal.factor": 0.5, + "normal.textureMap": "../Textures/curtain_normal.jpg", + "occlusion.diffuseTextureMap": "../Textures/curtain_ao.png", + "opacity.factor": 1.0, + "roughness.textureMap": "../Textures/curtain_roughness.png" } } \ No newline at end of file diff --git a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_curtainred.material b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_curtainred.material index 8233633310..86122d274f 100644 --- a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_curtainred.material +++ b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_curtainred.material @@ -1,43 +1,23 @@ { - "description": "", - "parentMaterial": "", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 4, - "properties": { - "baseColor": { - "textureMap": "../Textures/curtainRed_1k_basecolor.png" - }, - "general": { - "applySpecularAA": true - }, - "irradiance": { - "color": [ - 0.41960784792900085, - 0.003921568859368563, - 0.003921568859368563, - 1.0 - ] - }, - "metallic": { - "textureMap": "../Textures/curtain_metallic.png" - }, - "normal": { - "textureMap": "../Textures/curtain_normal.jpg" - }, - "occlusion": { - "diffuseTextureMap": "../Textures/curtain_ao.png" - }, - "opacity": { - "factor": 1.0 - }, - "roughness": { - "textureMap": "../Textures/curtain_roughness.png" - }, - "uv": { - "center": [ - 16.0, - 0.0 - ] - } + "propertyValues": { + "baseColor.textureMap": "../Textures/curtainRed_1k_basecolor.png", + "general.applySpecularAA": true, + "irradiance.color": [ + 0.41960784792900085, + 0.003921568859368563, + 0.003921568859368563, + 1.0 + ], + "metallic.textureMap": "../Textures/curtain_metallic.png", + "normal.textureMap": "../Textures/curtain_normal.jpg", + "occlusion.diffuseTextureMap": "../Textures/curtain_ao.png", + "opacity.factor": 1.0, + "roughness.textureMap": "../Textures/curtain_roughness.png", + "uv.center": [ + 16.0, + 0.0 + ] } } \ No newline at end of file diff --git a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_details.material b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_details.material index b66d8fa679..1a8588e749 100644 --- a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_details.material +++ b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_details.material @@ -1,39 +1,19 @@ { - "description": "", - "parentMaterial": "", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 4, - "properties": { - "baseColor": { - "textureMap": "../Textures/details_1k_basecolor.png" - }, - "clearCoat": { - "factor": 0.5, - "normalMap": "../Textures/details_1k_normal.png", - "roughness": 0.25 - }, - "general": { - "applySpecularAA": true - }, - "metallic": { - "textureMap": "../Textures/details_1k_metallic.png" - }, - "normal": { - "textureMap": "../Textures/details_1k_normal.png" - }, - "occlusion": { - "diffuseTextureMap": "../Textures/details_1k_ao.png" - }, - "opacity": { - "factor": 1.0 - }, - "parallax": { - "factor": 0.02500000037252903, - "pdo": true, - "useTexture": false - }, - "roughness": { - "textureMap": "../Textures/details_1k_roughness.png" - } + "propertyValues": { + "baseColor.textureMap": "../Textures/details_1k_basecolor.png", + "clearCoat.factor": 0.5, + "clearCoat.normalMap": "../Textures/details_1k_normal.png", + "clearCoat.roughness": 0.25, + "general.applySpecularAA": true, + "metallic.textureMap": "../Textures/details_1k_metallic.png", + "normal.textureMap": "../Textures/details_1k_normal.png", + "occlusion.diffuseTextureMap": "../Textures/details_1k_ao.png", + "opacity.factor": 1.0, + "parallax.factor": 0.02500000037252903, + "parallax.pdo": true, + "parallax.useTexture": false, + "roughness.textureMap": "../Textures/details_1k_roughness.png" } } \ No newline at end of file diff --git a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_fabricblue.material b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_fabricblue.material index 19ce3a6839..4cb149b1dc 100644 --- a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_fabricblue.material +++ b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_fabricblue.material @@ -1,39 +1,21 @@ { - "description": "", - "parentMaterial": "", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 4, - "properties": { - "baseColor": { - "textureMap": "../Textures/fabricBlue_1k_basecolor.png" - }, - "general": { - "applySpecularAA": true - }, - "irradiance": { - "color": [ - 0.0, - 0.15049973130226135, - 1.0, - 1.0 - ], - "factor": 0.30000001192092896 - }, - "metallic": { - "textureMap": "../Textures/fabric_metallic.png" - }, - "normal": { - "factor": 0.5, - "textureMap": "../Textures/fabric_normal.jpg" - }, - "occlusion": { - "diffuseTextureMap": "../Textures/fabric_ao.png" - }, - "opacity": { - "factor": 1.0 - }, - "roughness": { - "textureMap": "../Textures/fabric_roughness.png" - } + "propertyValues": { + "baseColor.textureMap": "../Textures/fabricBlue_1k_basecolor.png", + "general.applySpecularAA": true, + "irradiance.color": [ + 0.0, + 0.15049973130226135, + 1.0, + 1.0 + ], + "irradiance.factor": 0.30000001192092896, + "metallic.textureMap": "../Textures/fabric_metallic.png", + "normal.factor": 0.5, + "normal.textureMap": "../Textures/fabric_normal.jpg", + "occlusion.diffuseTextureMap": "../Textures/fabric_ao.png", + "opacity.factor": 1.0, + "roughness.textureMap": "../Textures/fabric_roughness.png" } } \ No newline at end of file diff --git a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_fabricgreen.material b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_fabricgreen.material index 94b8270fef..9a6746ba12 100644 --- a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_fabricgreen.material +++ b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_fabricgreen.material @@ -1,39 +1,21 @@ { - "description": "", - "parentMaterial": "", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 4, - "properties": { - "baseColor": { - "textureMap": "../Textures/fabricGreen_1k_basecolor.png" - }, - "general": { - "applySpecularAA": true - }, - "irradiance": { - "color": [ - 0.0, - 0.15292592346668243, - 0.0012207217514514923, - 1.0 - ], - "factor": 0.30000001192092896 - }, - "metallic": { - "textureMap": "../Textures/fabric_metallic.png" - }, - "normal": { - "factor": 0.5, - "textureMap": "../Textures/fabric_normal.jpg" - }, - "occlusion": { - "diffuseTextureMap": "../Textures/fabric_ao.png" - }, - "opacity": { - "factor": 1.0 - }, - "roughness": { - "textureMap": "../Textures/fabric_roughness.png" - } + "propertyValues": { + "baseColor.textureMap": "../Textures/fabricGreen_1k_basecolor.png", + "general.applySpecularAA": true, + "irradiance.color": [ + 0.0, + 0.15292592346668243, + 0.0012207217514514923, + 1.0 + ], + "irradiance.factor": 0.30000001192092896, + "metallic.textureMap": "../Textures/fabric_metallic.png", + "normal.factor": 0.5, + "normal.textureMap": "../Textures/fabric_normal.jpg", + "occlusion.diffuseTextureMap": "../Textures/fabric_ao.png", + "opacity.factor": 1.0, + "roughness.textureMap": "../Textures/fabric_roughness.png" } } \ No newline at end of file diff --git a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_fabricred.material b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_fabricred.material index 7bd2ecddd0..85cd0e1650 100644 --- a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_fabricred.material +++ b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_fabricred.material @@ -1,39 +1,21 @@ { - "description": "", - "parentMaterial": "", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 4, - "properties": { - "baseColor": { - "textureMap": "../Textures/fabricRed_1k_basecolor.png" - }, - "general": { - "applySpecularAA": true - }, - "irradiance": { - "color": [ - 0.42040130496025085, - 0.004654001910239458, - 0.0037232013419270515, - 1.0 - ], - "factor": 0.30000001192092896 - }, - "metallic": { - "textureMap": "../Textures/fabric_metallic.png" - }, - "normal": { - "factor": 0.5, - "textureMap": "../Textures/fabric_normal.jpg" - }, - "occlusion": { - "diffuseTextureMap": "../Textures/fabric_ao.png" - }, - "opacity": { - "factor": 1.0 - }, - "roughness": { - "textureMap": "../Textures/fabric_roughness.png" - } + "propertyValues": { + "baseColor.textureMap": "../Textures/fabricRed_1k_basecolor.png", + "general.applySpecularAA": true, + "irradiance.color": [ + 0.42040130496025085, + 0.004654001910239458, + 0.0037232013419270515, + 1.0 + ], + "irradiance.factor": 0.30000001192092896, + "metallic.textureMap": "../Textures/fabric_metallic.png", + "normal.factor": 0.5, + "normal.textureMap": "../Textures/fabric_normal.jpg", + "occlusion.diffuseTextureMap": "../Textures/fabric_ao.png", + "opacity.factor": 1.0, + "roughness.textureMap": "../Textures/fabric_roughness.png" } } \ No newline at end of file diff --git a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_flagpole.material b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_flagpole.material index aca6c05d29..53f78ac390 100644 --- a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_flagpole.material +++ b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_flagpole.material @@ -1,46 +1,24 @@ { - "description": "", - "parentMaterial": "", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 4, - "properties": { - "baseColor": { - "textureMap": "../Textures/flagpole_1k_basecolor.png" - }, - "general": { - "applySpecularAA": true - }, - "irradiance": { - "color": [ - 1.0, - 0.6520485281944275, - 0.7122911214828491, - 1.0 - ] - }, - "metallic": { - "textureMap": "../Textures/flagpole_1k_metallic.png" - }, - "normal": { - "textureMap": "../Textures/flagpole_1k_normal.png" - }, - "occlusion": { - "diffuseTextureMap": "../Textures/flagpole_1k_ao.png" - }, - "opacity": { - "factor": 1.0 - }, - "parallax": { - "factor": 0.014000000432133675, - "pdo": true, - "quality": "High", - "useTexture": false - }, - "roughness": { - "textureMap": "../Textures/flagpole_1k_roughness.png" - }, - "specularF0": { - "enableMultiScatterCompensation": true - } + "propertyValues": { + "baseColor.textureMap": "../Textures/flagpole_1k_basecolor.png", + "general.applySpecularAA": true, + "irradiance.color": [ + 1.0, + 0.6520485281944275, + 0.7122911214828491, + 1.0 + ], + "metallic.textureMap": "../Textures/flagpole_1k_metallic.png", + "normal.textureMap": "../Textures/flagpole_1k_normal.png", + "occlusion.diffuseTextureMap": "../Textures/flagpole_1k_ao.png", + "opacity.factor": 1.0, + "parallax.factor": 0.014000000432133675, + "parallax.pdo": true, + "parallax.quality": "High", + "parallax.useTexture": false, + "roughness.textureMap": "../Textures/flagpole_1k_roughness.png", + "specularF0.enableMultiScatterCompensation": true } } \ No newline at end of file diff --git a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_floor.material b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_floor.material index b75143326d..29aed982e7 100644 --- a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_floor.material +++ b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_floor.material @@ -1,44 +1,24 @@ { - "description": "", - "parentMaterial": "", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 4, - "properties": { - "baseColor": { - "textureMap": "../Textures/floor_1k_basecolor.png" - }, - "clearCoat": { - "influenceMap": "../Textures/floor_1k_ao.png", - "normalMap": "../Textures/floor_1k_normal.png", - "roughness": 0.25 - }, - "general": { - "applySpecularAA": true - }, - "irradiance": { - "color": [ - 1.0, - 0.9404135346412659, - 0.8688944578170776, - 1.0 - ] - }, - "normal": { - "textureMap": "../Textures/floor_1k_normal.png" - }, - "occlusion": { - "diffuseTextureMap": "../Textures/floor_1k_ao.png" - }, - "opacity": { - "factor": 1.0 - }, - "parallax": { - "factor": 0.012000000104308128, - "pdo": true, - "useTexture": false - }, - "roughness": { - "textureMap": "../Textures/floor_1k_roughness.png" - } + "propertyValues": { + "baseColor.textureMap": "../Textures/floor_1k_basecolor.png", + "clearCoat.influenceMap": "../Textures/floor_1k_ao.png", + "clearCoat.normalMap": "../Textures/floor_1k_normal.png", + "clearCoat.roughness": 0.25, + "general.applySpecularAA": true, + "irradiance.color": [ + 1.0, + 0.9404135346412659, + 0.8688944578170776, + 1.0 + ], + "normal.textureMap": "../Textures/floor_1k_normal.png", + "occlusion.diffuseTextureMap": "../Textures/floor_1k_ao.png", + "opacity.factor": 1.0, + "parallax.factor": 0.012000000104308128, + "parallax.pdo": true, + "parallax.useTexture": false, + "roughness.textureMap": "../Textures/floor_1k_roughness.png" } } \ No newline at end of file diff --git a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_leaf.material b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_leaf.material index 51638d6d94..50c2a119ef 100644 --- a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_leaf.material +++ b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_leaf.material @@ -1,43 +1,25 @@ { - "description": "", - "parentMaterial": "", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 4, - "properties": { - "baseColor": { - "textureMap": "../Textures/thorn_basecolor.png" - }, - "clearCoat": { - "factor": 0.05000000074505806, - "normalMap": "../Textures/thorn_normal.jpg", - "roughness": 0.10000000149011612 - }, - "general": { - "applySpecularAA": true, - "doubleSided": true - }, - "irradiance": { - "color": [ - 0.46506446599960327, - 1.0, - 0.3944609761238098, - 1.0 - ] - }, - "normal": { - "textureMap": "../Textures/thorn_normal.jpg" - }, - "opacity": { - "alphaSource": "Split", - "factor": 0.20000000298023224, - "mode": "Cutout", - "textureMap": "../Textures/thorn_alpha.png" - }, - "parallax": { - "useTexture": false - }, - "roughness": { - "textureMap": "../Textures/thorn_roughness.png" - } + "propertyValues": { + "baseColor.textureMap": "../Textures/thorn_basecolor.png", + "clearCoat.factor": 0.05000000074505806, + "clearCoat.normalMap": "../Textures/thorn_normal.jpg", + "clearCoat.roughness": 0.10000000149011612, + "general.applySpecularAA": true, + "general.doubleSided": true, + "irradiance.color": [ + 0.46506446599960327, + 1.0, + 0.3944609761238098, + 1.0 + ], + "normal.textureMap": "../Textures/thorn_normal.jpg", + "opacity.alphaSource": "Split", + "opacity.factor": 0.20000000298023224, + "opacity.mode": "Cutout", + "opacity.textureMap": "../Textures/thorn_alpha.png", + "parallax.useTexture": false, + "roughness.textureMap": "../Textures/thorn_roughness.png" } } \ No newline at end of file diff --git a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_lion.material b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_lion.material index eee41e9c13..97dbaa7f18 100644 --- a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_lion.material +++ b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_lion.material @@ -1,36 +1,22 @@ { - "description": "", - "parentMaterial": "", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 4, - "properties": { - "baseColor": { - "textureMap": "../Textures/lion_1k_basecolor.png" - }, - "emissive": { - "color": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - "irradiance": { - "color": [ - 0.5583428740501404, - 0.496940553188324, - 0.4125429093837738, - 1.0 - ] - }, - "normal": { - "textureMap": "../Textures/lion_1k_normal.jpg" - }, - "opacity": { - "factor": 1.0 - }, - "roughness": { - "textureMap": "../Textures/lion_1k_roughness.png" - } + "propertyValues": { + "baseColor.textureMap": "../Textures/lion_1k_basecolor.png", + "emissive.color": [ + 0.0, + 0.0, + 0.0, + 1.0 + ], + "irradiance.color": [ + 0.5583428740501404, + 0.496940553188324, + 0.4125429093837738, + 1.0 + ], + "normal.textureMap": "../Textures/lion_1k_normal.jpg", + "opacity.factor": 1.0, + "roughness.textureMap": "../Textures/lion_1k_roughness.png" } } \ No newline at end of file diff --git a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_roof.material b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_roof.material index fec7bb1e34..6416ee2b55 100644 --- a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_roof.material +++ b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_roof.material @@ -1,47 +1,27 @@ { - "description": "", - "parentMaterial": "", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 4, - "properties": { - "baseColor": { - "textureBlendMode": "Lerp", - "textureMap": "../Textures/roof_1k_basecolor.png" - }, - "general": { - "applySpecularAA": true - }, - "irradiance": { - "color": [ - 0.29613184928894043, - 0.3324483036994934, - 0.45078203082084656, - 1.0 - ] - }, - "metallic": { - "textureMap": "../Textures/roof_1k_metallic.png", - "useTexture": false - }, - "normal": { - "factor": 0.5, - "flipY": true, - "textureMap": "../Textures/roof_1k_normal.jpg" - }, - "occlusion": { - "diffuseTextureMap": "../Textures/roof_1k_ao.png" - }, - "opacity": { - "factor": 1.0 - }, - "parallax": { - "algorithm": "ContactRefinement", - "factor": 0.019999999552965164, - "quality": "Medium", - "useTexture": false - }, - "roughness": { - "textureMap": "../Textures/roof_1k_roughness.png" - } + "propertyValues": { + "baseColor.textureBlendMode": "Lerp", + "baseColor.textureMap": "../Textures/roof_1k_basecolor.png", + "general.applySpecularAA": true, + "irradiance.color": [ + 0.29613184928894043, + 0.3324483036994934, + 0.45078203082084656, + 1.0 + ], + "metallic.textureMap": "../Textures/roof_1k_metallic.png", + "metallic.useTexture": false, + "normal.factor": 0.5, + "normal.flipY": true, + "normal.textureMap": "../Textures/roof_1k_normal.jpg", + "occlusion.diffuseTextureMap": "../Textures/roof_1k_ao.png", + "opacity.factor": 1.0, + "parallax.algorithm": "ContactRefinement", + "parallax.factor": 0.019999999552965164, + "parallax.quality": "Medium", + "parallax.useTexture": false, + "roughness.textureMap": "../Textures/roof_1k_roughness.png" } } \ No newline at end of file diff --git a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_vase.material b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_vase.material index da7a9de3a8..4722c4a2ff 100644 --- a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_vase.material +++ b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_vase.material @@ -1,46 +1,24 @@ { - "description": "", - "parentMaterial": "", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 4, - "properties": { - "baseColor": { - "textureMap": "../Textures/vase_1k_basecolor.png" - }, - "general": { - "applySpecularAA": true - }, - "irradiance": { - "color": [ - 1.0, - 0.8713664412498474, - 0.6021667718887329, - 1.0 - ] - }, - "metallic": { - "textureMap": "../Textures/vase_1k_metallic.png" - }, - "normal": { - "textureMap": "../Textures/vase_1k_normal.jpg" - }, - "occlusion": { - "diffuseTextureMap": "../Textures/vase_1k_ao.png" - }, - "opacity": { - "factor": 1.0 - }, - "parallax": { - "factor": 0.027000000700354576, - "pdo": true, - "quality": "High", - "useTexture": false - }, - "roughness": { - "textureMap": "../Textures/vase_1k_roughness.png" - }, - "specularF0": { - "enableMultiScatterCompensation": true - } + "propertyValues": { + "baseColor.textureMap": "../Textures/vase_1k_basecolor.png", + "general.applySpecularAA": true, + "irradiance.color": [ + 1.0, + 0.8713664412498474, + 0.6021667718887329, + 1.0 + ], + "metallic.textureMap": "../Textures/vase_1k_metallic.png", + "normal.textureMap": "../Textures/vase_1k_normal.jpg", + "occlusion.diffuseTextureMap": "../Textures/vase_1k_ao.png", + "opacity.factor": 1.0, + "parallax.factor": 0.027000000700354576, + "parallax.pdo": true, + "parallax.quality": "High", + "parallax.useTexture": false, + "roughness.textureMap": "../Textures/vase_1k_roughness.png", + "specularF0.enableMultiScatterCompensation": true } } \ No newline at end of file diff --git a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_vasehanging.material b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_vasehanging.material index bda7aad38c..31ac0bd369 100644 --- a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_vasehanging.material +++ b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_vasehanging.material @@ -1,43 +1,23 @@ { - "description": "", - "parentMaterial": "", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 4, - "properties": { - "baseColor": { - "textureMap": "../Textures/vaseHanging_1k_basecolor.png" - }, - "general": { - "applySpecularAA": true - }, - "irradiance": { - "color": [ - 0.765606164932251, - 1.0, - 0.7052567601203918, - 1.0 - ] - }, - "metallic": { - "textureMap": "../Textures/vaseHanging_1k_metallic.png" - }, - "normal": { - "textureMap": "../Textures/vaseHanging_1k_normal.png" - }, - "occlusion": { - "diffuseTextureMap": "../Textures/vaseHanging_1k_ao.png" - }, - "opacity": { - "factor": 1.0 - }, - "parallax": { - "factor": 0.04600000008940697, - "pdo": true, - "quality": "High", - "useTexture": false - }, - "roughness": { - "textureMap": "../Textures/vaseHanging_1k_roughness.png" - } + "propertyValues": { + "baseColor.textureMap": "../Textures/vaseHanging_1k_basecolor.png", + "general.applySpecularAA": true, + "irradiance.color": [ + 0.765606164932251, + 1.0, + 0.7052567601203918, + 1.0 + ], + "metallic.textureMap": "../Textures/vaseHanging_1k_metallic.png", + "normal.textureMap": "../Textures/vaseHanging_1k_normal.png", + "occlusion.diffuseTextureMap": "../Textures/vaseHanging_1k_ao.png", + "opacity.factor": 1.0, + "parallax.factor": 0.04600000008940697, + "parallax.pdo": true, + "parallax.quality": "High", + "parallax.useTexture": false, + "roughness.textureMap": "../Textures/vaseHanging_1k_roughness.png" } } \ No newline at end of file diff --git a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_vaseplant.material b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_vaseplant.material index 5546daa0e0..fc92f7beca 100644 --- a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_vaseplant.material +++ b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_vaseplant.material @@ -1,36 +1,26 @@ { - "description": "", - "parentMaterial": "", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 4, - "properties": { - "baseColor": { - "color": [ - 0.800000011920929, - 0.800000011920929, - 0.800000011920929, - 1.0 - ], - "textureBlendMode": "Lerp", - "textureMap": "../Textures/vasePlant_1k_basecolor.png" - }, - "general": { - "applySpecularAA": true, - "doubleSided": true - }, - "irradiance": { - "color": [ - 0.09086747467517853, - 0.4111391007900238, - 0.0474097803235054, - 1.0 - ] - }, - "opacity": { - "alphaSource": "Split", - "factor": 0.23999999463558197, - "mode": "Cutout", - "textureMap": "../Textures/vasePlant_1k_alpha.png" - } + "propertyValues": { + "baseColor.color": [ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1.0 + ], + "baseColor.textureBlendMode": "Lerp", + "baseColor.textureMap": "../Textures/vasePlant_1k_basecolor.png", + "general.applySpecularAA": true, + "general.doubleSided": true, + "irradiance.color": [ + 0.09086747467517853, + 0.4111391007900238, + 0.0474097803235054, + 1.0 + ], + "opacity.alphaSource": "Split", + "opacity.factor": 0.23999999463558197, + "opacity.mode": "Cutout", + "opacity.textureMap": "../Textures/vasePlant_1k_alpha.png" } } \ No newline at end of file diff --git a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_vaseround.material b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_vaseround.material index 268e3ab613..049859e37e 100644 --- a/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_vaseround.material +++ b/AutomatedTesting/Gem/Sponza/Assets/objects/sponza_mat_vaseround.material @@ -1,49 +1,27 @@ { - "description": "", - "parentMaterial": "", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 4, - "properties": { - "baseColor": { - "textureMap": "../Textures/vaseRound_1k_basecolor.png" - }, - "clearCoat": { - "factor": 0.5, - "influenceMap": "../Textures/vaseRound_1k_ao.png", - "normalMap": "../Textures/vaseRound_1k_normal.jpg", - "roughness": 0.25 - }, - "general": { - "applySpecularAA": true - }, - "irradiance": { - "color": [ - 0.46933698654174805, - 0.3824063539505005, - 0.47861447930336, - 1.0 - ] - }, - "normal": { - "textureMap": "../Textures/vaseRound_1k_normal.jpg" - }, - "occlusion": { - "diffuseTextureMap": "../Textures/vaseRound_1k_ao.png" - }, - "opacity": { - "factor": 1.0 - }, - "parallax": { - "factor": 0.019999999552965164, - "pdo": true, - "quality": "High", - "useTexture": false - }, - "roughness": { - "textureMap": "../Textures/vaseRound_1k_roughness.png" - }, - "specularF0": { - "enableMultiScatterCompensation": true - } + "propertyValues": { + "baseColor.textureMap": "../Textures/vaseRound_1k_basecolor.png", + "clearCoat.factor": 0.5, + "clearCoat.influenceMap": "../Textures/vaseRound_1k_ao.png", + "clearCoat.normalMap": "../Textures/vaseRound_1k_normal.jpg", + "clearCoat.roughness": 0.25, + "general.applySpecularAA": true, + "irradiance.color": [ + 0.46933698654174805, + 0.3824063539505005, + 0.47861447930336, + 1.0 + ], + "normal.textureMap": "../Textures/vaseRound_1k_normal.jpg", + "occlusion.diffuseTextureMap": "../Textures/vaseRound_1k_ao.png", + "opacity.factor": 1.0, + "parallax.factor": 0.019999999552965164, + "parallax.pdo": true, + "parallax.quality": "High", + "parallax.useTexture": false, + "roughness.textureMap": "../Textures/vaseRound_1k_roughness.png", + "specularF0.enableMultiScatterCompensation": true } } \ No newline at end of file diff --git a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic.material b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic.material index 6af3ceb0c1..7fbdfd2e4e 100644 --- a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic.material +++ b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic.material @@ -1,32 +1,26 @@ { "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 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": "" - } + "propertyValues": { + "baseColor.color": [ + 1.0, + 1.0, + 1.0 + ], + "baseColor.factor": 0.75, + "baseColor.textureMap": "", + "baseColor.useTexture": false, + "metallic.factor": 0.0, + "metallic.textureMap": "", + "metallic.useTexture": false, + "normal.factor": 1.0, + "normal.textureMap": "", + "normal.useTexture": false, + "roughness.factor": 0.0, + "roughness.textureMap": "", + "roughness.useTexture": false, + "specularF0.factor": 0.5, + "specularF0.textureMap": "", + "specularF0.useTexture": false } -} +} \ No newline at end of file diff --git a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r00.material b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r00.material index 541bd83981..0a84ea1a7f 100644 --- a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r00.material +++ b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r00.material @@ -1,13 +1,9 @@ { - "parentMaterial": "./basic.material", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 1, - "properties": { - "metallic": { - "factor": 0.0 - }, - "roughness": { - "factor": 0.0 - } + "parentMaterial": "./basic.material", + "propertyValues": { + "metallic.factor": 0.0, + "roughness.factor": 0.0 } -} +} \ No newline at end of file diff --git a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r01.material b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r01.material index 19691258e0..2eca4d2cee 100644 --- a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r01.material +++ b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r01.material @@ -1,13 +1,9 @@ { - "parentMaterial": "./basic.material", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 1, - "properties": { - "metallic": { - "factor": 0.0 - }, - "roughness": { - "factor": 0.1 - } + "parentMaterial": "./basic.material", + "propertyValues": { + "metallic.factor": 0.0, + "roughness.factor": 0.10000000149011612 } -} +} \ No newline at end of file diff --git a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r02.material b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r02.material index 46fda2aab1..3bd1791d7c 100644 --- a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r02.material +++ b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r02.material @@ -1,13 +1,9 @@ { - "parentMaterial": "./basic.material", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 1, - "properties": { - "metallic": { - "factor": 0.0 - }, - "roughness": { - "factor": 0.2 - } + "parentMaterial": "./basic.material", + "propertyValues": { + "metallic.factor": 0.0, + "roughness.factor": 0.20000000298023224 } -} +} \ No newline at end of file diff --git a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r03.material b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r03.material index 79cf4bf401..15f7e5895d 100644 --- a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r03.material +++ b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r03.material @@ -1,13 +1,9 @@ { - "parentMaterial": "./basic.material", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 1, - "properties": { - "metallic": { - "factor": 0.0 - }, - "roughness": { - "factor": 0.3 - } + "parentMaterial": "./basic.material", + "propertyValues": { + "metallic.factor": 0.0, + "roughness.factor": 0.30000001192092896 } -} +} \ No newline at end of file diff --git a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r04.material b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r04.material index 9aabf3e158..e33d6a9e8f 100644 --- a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r04.material +++ b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r04.material @@ -1,13 +1,9 @@ { - "parentMaterial": "./basic.material", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 1, - "properties": { - "metallic": { - "factor": 0.0 - }, - "roughness": { - "factor": 0.4 - } + "parentMaterial": "./basic.material", + "propertyValues": { + "metallic.factor": 0.0, + "roughness.factor": 0.4000000059604645 } -} +} \ No newline at end of file diff --git a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r05.material b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r05.material index 8b02f225fc..d7f663fefc 100644 --- a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r05.material +++ b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r05.material @@ -1,13 +1,9 @@ { - "parentMaterial": "./basic.material", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 1, - "properties": { - "metallic": { - "factor": 0.0 - }, - "roughness": { - "factor": 0.5 - } + "parentMaterial": "./basic.material", + "propertyValues": { + "metallic.factor": 0.0, + "roughness.factor": 0.5 } -} +} \ No newline at end of file diff --git a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r06.material b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r06.material index 5b089da4bd..7a3be6c791 100644 --- a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r06.material +++ b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r06.material @@ -1,13 +1,9 @@ { - "parentMaterial": "./basic.material", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 1, - "properties": { - "metallic": { - "factor": 0.0 - }, - "roughness": { - "factor": 0.6 - } + "parentMaterial": "./basic.material", + "propertyValues": { + "metallic.factor": 0.0, + "roughness.factor": 0.6000000238418579 } -} +} \ No newline at end of file diff --git a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r07.material b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r07.material index 25741cf689..ad59f0bc0a 100644 --- a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r07.material +++ b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r07.material @@ -1,13 +1,9 @@ { - "parentMaterial": "./basic.material", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 1, - "properties": { - "metallic": { - "factor": 0.0 - }, - "roughness": { - "factor": 0.7 - } + "parentMaterial": "./basic.material", + "propertyValues": { + "metallic.factor": 0.0, + "roughness.factor": 0.699999988079071 } -} +} \ No newline at end of file diff --git a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r08.material b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r08.material index 04103273f2..ed24021dce 100644 --- a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r08.material +++ b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r08.material @@ -1,13 +1,9 @@ { - "parentMaterial": "./basic.material", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 1, - "properties": { - "metallic": { - "factor": 0.0 - }, - "roughness": { - "factor": 0.8 - } + "parentMaterial": "./basic.material", + "propertyValues": { + "metallic.factor": 0.0, + "roughness.factor": 0.800000011920929 } -} +} \ No newline at end of file diff --git a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r09.material b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r09.material index 74eb68da99..34d75d2d03 100644 --- a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r09.material +++ b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r09.material @@ -1,13 +1,9 @@ { - "parentMaterial": "./basic.material", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 1, - "properties": { - "metallic": { - "factor": 0.0 - }, - "roughness": { - "factor": 0.9 - } + "parentMaterial": "./basic.material", + "propertyValues": { + "metallic.factor": 0.0, + "roughness.factor": 0.8999999761581421 } -} +} \ No newline at end of file diff --git a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r10.material b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r10.material index 3533ca6676..d540e239a0 100644 --- a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r10.material +++ b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m00_r10.material @@ -1,13 +1,9 @@ { - "parentMaterial": "./basic.material", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 1, - "properties": { - "metallic": { - "factor": 0.0 - }, - "roughness": { - "factor": 1.0 - } + "parentMaterial": "./basic.material", + "propertyValues": { + "metallic.factor": 0.0, + "roughness.factor": 1.0 } -} +} \ No newline at end of file diff --git a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r00.material b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r00.material index d2ce0fadc9..b3ac239778 100644 --- a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r00.material +++ b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r00.material @@ -1,13 +1,9 @@ { - "parentMaterial": "./basic.material", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 1, - "properties": { - "metallic": { - "factor": 1.0 - }, - "roughness": { - "factor": 0.0 - } + "parentMaterial": "./basic.material", + "propertyValues": { + "metallic.factor": 1.0, + "roughness.factor": 0.0 } -} +} \ No newline at end of file diff --git a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r01.material b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r01.material index 8d96ea6217..fc1b49c65a 100644 --- a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r01.material +++ b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r01.material @@ -1,13 +1,9 @@ { - "parentMaterial": "./basic.material", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 1, - "properties": { - "metallic": { - "factor": 1.0 - }, - "roughness": { - "factor": 0.1 - } + "parentMaterial": "./basic.material", + "propertyValues": { + "metallic.factor": 1.0, + "roughness.factor": 0.10000000149011612 } -} +} \ No newline at end of file diff --git a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r02.material b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r02.material index e8feb87283..5058b2f562 100644 --- a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r02.material +++ b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r02.material @@ -1,13 +1,9 @@ { - "parentMaterial": "./basic.material", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 1, - "properties": { - "metallic": { - "factor": 1.0 - }, - "roughness": { - "factor": 0.2 - } + "parentMaterial": "./basic.material", + "propertyValues": { + "metallic.factor": 1.0, + "roughness.factor": 0.20000000298023224 } -} +} \ No newline at end of file diff --git a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r03.material b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r03.material index c14591bd52..f1395484c8 100644 --- a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r03.material +++ b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r03.material @@ -1,13 +1,9 @@ { - "parentMaterial": "./basic.material", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 1, - "properties": { - "metallic": { - "factor": 1.0 - }, - "roughness": { - "factor": 0.3 - } + "parentMaterial": "./basic.material", + "propertyValues": { + "metallic.factor": 1.0, + "roughness.factor": 0.30000001192092896 } -} +} \ No newline at end of file diff --git a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r04.material b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r04.material index 60a3167f02..87d741f0bc 100644 --- a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r04.material +++ b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r04.material @@ -1,13 +1,9 @@ { - "parentMaterial": "./basic.material", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 1, - "properties": { - "metallic": { - "factor": 1.0 - }, - "roughness": { - "factor": 0.4 - } + "parentMaterial": "./basic.material", + "propertyValues": { + "metallic.factor": 1.0, + "roughness.factor": 0.4000000059604645 } -} +} \ No newline at end of file diff --git a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r05.material b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r05.material index d71ff06961..128b1a45f2 100644 --- a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r05.material +++ b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r05.material @@ -1,13 +1,9 @@ { - "parentMaterial": "./basic.material", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 1, - "properties": { - "metallic": { - "factor": 1.0 - }, - "roughness": { - "factor": 0.5 - } + "parentMaterial": "./basic.material", + "propertyValues": { + "metallic.factor": 1.0, + "roughness.factor": 0.5 } -} +} \ No newline at end of file diff --git a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r06.material b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r06.material index 6fa8cfe1a6..00c7864af4 100644 --- a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r06.material +++ b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r06.material @@ -1,13 +1,9 @@ { - "parentMaterial": "./basic.material", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 1, - "properties": { - "metallic": { - "factor": 1.0 - }, - "roughness": { - "factor": 0.6 - } + "parentMaterial": "./basic.material", + "propertyValues": { + "metallic.factor": 1.0, + "roughness.factor": 0.6000000238418579 } -} +} \ No newline at end of file diff --git a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r07.material b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r07.material index 773cc66f03..74e26c35e4 100644 --- a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r07.material +++ b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r07.material @@ -1,13 +1,9 @@ { - "parentMaterial": "./basic.material", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 1, - "properties": { - "metallic": { - "factor": 1.0 - }, - "roughness": { - "factor": 0.7 - } + "parentMaterial": "./basic.material", + "propertyValues": { + "metallic.factor": 1.0, + "roughness.factor": 0.699999988079071 } -} +} \ No newline at end of file diff --git a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r08.material b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r08.material index 6971597d1d..6f8140338c 100644 --- a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r08.material +++ b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r08.material @@ -1,13 +1,9 @@ { - "parentMaterial": "./basic.material", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 1, - "properties": { - "metallic": { - "factor": 1.0 - }, - "roughness": { - "factor": 0.8 - } + "parentMaterial": "./basic.material", + "propertyValues": { + "metallic.factor": 1.0, + "roughness.factor": 0.800000011920929 } -} +} \ No newline at end of file diff --git a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r09.material b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r09.material index c2d8cc47bd..bbfaca32a1 100644 --- a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r09.material +++ b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r09.material @@ -1,13 +1,9 @@ { - "parentMaterial": "./basic.material", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 1, - "properties": { - "metallic": { - "factor": 1.0 - }, - "roughness": { - "factor": 0.9 - } + "parentMaterial": "./basic.material", + "propertyValues": { + "metallic.factor": 1.0, + "roughness.factor": 0.8999999761581421 } -} +} \ No newline at end of file diff --git a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r10.material b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r10.material index 906879b0ea..5c375fde88 100644 --- a/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r10.material +++ b/AutomatedTesting/Levels/Graphics/PbrMaterialChart/materials/basic_m10_r10.material @@ -1,13 +1,9 @@ { - "parentMaterial": "./basic.material", "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 1, - "properties": { - "metallic": { - "factor": 1.0 - }, - "roughness": { - "factor": 1.0 - } + "parentMaterial": "./basic.material", + "propertyValues": { + "metallic.factor": 1.0, + "roughness.factor": 1.0 } -} +} \ No newline at end of file diff --git a/AutomatedTesting/Materials/DefaultPBR.material b/AutomatedTesting/Materials/DefaultPBR.material index f0990f148c..918af4b939 100644 --- a/AutomatedTesting/Materials/DefaultPBR.material +++ b/AutomatedTesting/Materials/DefaultPBR.material @@ -1,4 +1,4 @@ { "materialType": "Materials/Types/StandardPBR.materialtype", "parentMaterial": "Materials/Presets/PBR/default_grid.material" -} +} \ No newline at end of file diff --git a/AutomatedTesting/Materials/DefaultPBRTransparent.material b/AutomatedTesting/Materials/DefaultPBRTransparent.material index a7000d5371..9a0c3ba360 100644 --- a/AutomatedTesting/Materials/DefaultPBRTransparent.material +++ b/AutomatedTesting/Materials/DefaultPBRTransparent.material @@ -1,11 +1,8 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "Materials/Presets/PBR/default_grid.material", "materialTypeVersion": 3, - "properties": { - "opacity": { - "mode": "Blended" - } + "parentMaterial": "Materials/Presets/PBR/default_grid.material", + "propertyValues": { + "opacity.mode": "Blended" } } \ No newline at end of file diff --git a/AutomatedTesting/Materials/MinimalBlue.material b/AutomatedTesting/Materials/MinimalBlue.material index 7310a90250..62d4659a96 100644 --- a/AutomatedTesting/Materials/MinimalBlue.material +++ b/AutomatedTesting/Materials/MinimalBlue.material @@ -1,17 +1,13 @@ { - "description": "", - "parentMaterial": "", "materialType": "TestData/Materials/Types/MinimalPBR.materialtype", "materialTypeVersion": 3, - "properties": { - "settings": { - "color": [ - 0.08522164076566696, - 0.11898985505104065, - 1.0, - 1.0 - ], - "roughness": 0.33000001311302185 - } + "propertyValues": { + "settings.color": [ + 0.08522164076566696, + 0.11898985505104065, + 1.0, + 1.0 + ], + "settings.roughness": 0.33000001311302185 } } \ No newline at end of file diff --git a/AutomatedTesting/Materials/UVs.material b/AutomatedTesting/Materials/UVs.material index bd66df622e..4515b7c234 100644 --- a/AutomatedTesting/Materials/UVs.material +++ b/AutomatedTesting/Materials/UVs.material @@ -1,3 +1,3 @@ { "materialType": "UVs.materialtype" -} +} \ No newline at end of file diff --git a/AutomatedTesting/Materials/basic_grey.material b/AutomatedTesting/Materials/basic_grey.material index 6ecc1e029a..740a17b163 100644 --- a/AutomatedTesting/Materials/basic_grey.material +++ b/AutomatedTesting/Materials/basic_grey.material @@ -1,32 +1,26 @@ { "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 1, - "properties": { - "baseColor": { - "color": [ 0.18, 0.18, 0.18 ], - "factor": 1.0, - "useTexture": false, - "textureMap": "" - }, - "metallic": { - "factor": 0.0, - "useTexture": false, - "textureMap": "" - }, - "roughness": { - "factor": 1.0, - "useTexture": false, - "textureMap": "" - }, - "specularF0": { - "factor": 0.5, - "useTexture": false, - "textureMap": "" - }, - "normal": { - "factor": 1.0, - "useTexture": false, - "textureMap": "" - } + "propertyValues": { + "baseColor.color": [ + 0.18000000715255737, + 0.18000000715255737, + 0.18000000715255737 + ], + "baseColor.factor": 1.0, + "baseColor.textureMap": "", + "baseColor.useTexture": false, + "metallic.factor": 0.0, + "metallic.textureMap": "", + "metallic.useTexture": false, + "normal.factor": 1.0, + "normal.textureMap": "", + "normal.useTexture": false, + "roughness.factor": 1.0, + "roughness.textureMap": "", + "roughness.useTexture": false, + "specularF0.factor": 0.5, + "specularF0.textureMap": "", + "specularF0.useTexture": false } -} +} \ No newline at end of file diff --git a/AutomatedTesting/Materials/decal/airship_symbol_decal.material b/AutomatedTesting/Materials/decal/airship_symbol_decal.material index 40060aafeb..f1faca6105 100644 --- a/AutomatedTesting/Materials/decal/airship_symbol_decal.material +++ b/AutomatedTesting/Materials/decal/airship_symbol_decal.material @@ -1,36 +1,20 @@ { "materialType": "Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 4, - "properties": { - "baseColor": { - "textureMap": "Materials/decal/airship_symbol_decal.tif" - }, - "general": { - "doubleSided": true - }, - "metallic": { - "useTexture": false - }, - "normal": { - "useTexture": false - }, - "opacity": { - "alphaSource": "Split", - "factor": 0.6899999976158142, - "mode": "Cutout", - "textureMap": "Materials/decal/airship_symbol_decal.tif" - }, - "roughness": { - "useTexture": false - }, - "specularF0": { - "useTexture": false - }, - "uv": { - "center": [ - 0.0, - 1.0 - ] - } + "propertyValues": { + "baseColor.textureMap": "Materials/decal/airship_symbol_decal.tif", + "general.doubleSided": true, + "metallic.useTexture": false, + "normal.useTexture": false, + "opacity.alphaSource": "Split", + "opacity.factor": 0.6899999976158142, + "opacity.mode": "Cutout", + "opacity.textureMap": "Materials/decal/airship_symbol_decal.tif", + "roughness.useTexture": false, + "specularF0.useTexture": false, + "uv.center": [ + 0.0, + 1.0 + ] } } \ No newline at end of file diff --git a/AutomatedTesting/Objects/MorphTargets/DisplayWrinkleMaskBlendValues.material b/AutomatedTesting/Objects/MorphTargets/DisplayWrinkleMaskBlendValues.material index 52c323b454..a918ef45be 100644 --- a/AutomatedTesting/Objects/MorphTargets/DisplayWrinkleMaskBlendValues.material +++ b/AutomatedTesting/Objects/MorphTargets/DisplayWrinkleMaskBlendValues.material @@ -1,13 +1,9 @@ { - "description": "", "materialType": "Materials/Types/Skin.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "wrinkleLayers": { - "count": 3, - "enable": true, - "showBlendValues": true - } + "propertyValues": { + "wrinkleLayers.count": 3, + "wrinkleLayers.enable": true, + "wrinkleLayers.showBlendValues": true } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/AutoBrick/Brick.material b/Gems/Atom/TestData/TestData/Materials/AutoBrick/Brick.material index 061510d4c2..4312a91ffe 100644 --- a/Gems/Atom/TestData/TestData/Materials/AutoBrick/Brick.material +++ b/Gems/Atom/TestData/TestData/Materials/AutoBrick/Brick.material @@ -1,30 +1,24 @@ { - "description": "", "materialType": "TestData/Materials/Types/AutoBrick.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "appearance": { - "ao": 0.5252525210380554, - "brickColor": [ - 0.3013504147529602, - 0.0032501716632395984, - 0.0032501716632395984, - 1.0 - ], - "brickColorBleed": 0.5050504803657532, - "brickColorNoise": 0.20202019810676576, - "lineColor": [ - 0.08339055627584458, - 0.07264820486307144, - 0.05905241519212723, - 1.0 - ], - "lineColorNoise": 0.35353541374206545 - }, - "shape": { - "brickWidth": 0.16660000383853913, - "lineDepth": 0.005454500205814838 - } + "propertyValues": { + "appearance.ao": 0.5252525210380554, + "appearance.brickColor": [ + 0.3013504147529602, + 0.0032501716632395983, + 0.0032501716632395983, + 1.0 + ], + "appearance.brickColorBleed": 0.5050504803657532, + "appearance.brickColorNoise": 0.20202019810676575, + "appearance.lineColor": [ + 0.08339055627584457, + 0.07264820486307144, + 0.05905241519212723, + 1.0 + ], + "appearance.lineColorNoise": 0.35353541374206543, + "shape.brickWidth": 0.16660000383853912, + "shape.lineDepth": 0.005454500205814838 } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/AutoBrick/Tile.material b/Gems/Atom/TestData/TestData/Materials/AutoBrick/Tile.material index b81ff4110b..c4fbe58477 100644 --- a/Gems/Atom/TestData/TestData/Materials/AutoBrick/Tile.material +++ b/Gems/Atom/TestData/TestData/Materials/AutoBrick/Tile.material @@ -1,33 +1,27 @@ { - "description": "", "materialType": "TestData/Materials/Types/AutoBrick.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "appearance": { - "ao": 0.010100999847054482, - "brickColor": [ - 0.4612802267074585, - 0.6926985383033752, - 0.6798046827316284, - 1.0 - ], - "brickColorBleed": 0.5050504803657532, - "brickColorNoise": 0.05000000074505806, - "lineColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "lineColorNoise": 0.0 - }, - "shape": { - "brickHeight": 0.16660000383853913, - "brickOffset": 0.0, - "brickWidth": 0.16660000383853913, - "lineDepth": 0.0012121000327169896, - "lineWidth": 0.01030299998819828 - } + "propertyValues": { + "appearance.ao": 0.010100999847054482, + "appearance.brickColor": [ + 0.4612802267074585, + 0.6926985383033752, + 0.6798046827316284, + 1.0 + ], + "appearance.brickColorBleed": 0.5050504803657532, + "appearance.brickColorNoise": 0.05000000074505806, + "appearance.lineColor": [ + 1.0, + 1.0, + 1.0, + 1.0 + ], + "appearance.lineColorNoise": 0.0, + "shape.brickHeight": 0.16660000383853912, + "shape.brickOffset": 0.0, + "shape.brickWidth": 0.16660000383853912, + "shape.lineDepth": 0.0012121000327169895, + "shape.lineWidth": 0.01030299998819828 } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/ParallaxRock.material b/Gems/Atom/TestData/TestData/Materials/ParallaxRock.material index 1e140b9cf7..4348318fbd 100644 --- a/Gems/Atom/TestData/TestData/Materials/ParallaxRock.material +++ b/Gems/Atom/TestData/TestData/Materials/ParallaxRock.material @@ -1,33 +1,18 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "Materials/Presets/PBR/default_grid.material", "materialTypeVersion": 3, - "properties": { - "occlusion": { - "diffuseTextureMap": "TestData/Textures/cc0/Rock030_2K_AmbientOcclusion.jpg" - }, - "baseColor": { - "textureMap": "TestData/Textures/cc0/Rock030_2K_Color.jpg" - }, - "metallic": { - "useTexture": false - }, - "normal": { - "textureMap": "TestData/Textures/cc0/Rock030_2K_Normal.jpg" - }, - "parallax": { - "algorithm": "POM", - "factor": 0.03, - "quality": "High", - "textureMap": "TestData/Textures/cc0/Rock030_2K_Displacement.jpg", - "pdo": true - }, - "roughness": { - "textureMap": "TestData/Textures/cc0/Rock030_2K_Roughness.jpg" - }, - "specularF0": { - "useTexture": false - } + "parentMaterial": "Materials/Presets/PBR/default_grid.material", + "propertyValues": { + "baseColor.textureMap": "TestData/Textures/cc0/Rock030_2K_Color.jpg", + "metallic.useTexture": false, + "normal.textureMap": "TestData/Textures/cc0/Rock030_2K_Normal.jpg", + "occlusion.diffuseTextureMap": "TestData/Textures/cc0/Rock030_2K_AmbientOcclusion.jpg", + "parallax.algorithm": "POM", + "parallax.factor": 0.029999999329447746, + "parallax.pdo": true, + "parallax.quality": "High", + "parallax.textureMap": "TestData/Textures/cc0/Rock030_2K_Displacement.jpg", + "roughness.textureMap": "TestData/Textures/cc0/Rock030_2K_Roughness.jpg", + "specularF0.useTexture": false } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/SkinTestCases/001_hermanubis_regression_test.material b/Gems/Atom/TestData/TestData/Materials/SkinTestCases/001_hermanubis_regression_test.material index be607e7721..f5f52bbf7e 100644 --- a/Gems/Atom/TestData/TestData/Materials/SkinTestCases/001_hermanubis_regression_test.material +++ b/Gems/Atom/TestData/TestData/Materials/SkinTestCases/001_hermanubis_regression_test.material @@ -1,55 +1,43 @@ { - "description": "", "materialType": "Materials/Types/Skin.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "color": [ - 0.1277027577161789, - 0.174273282289505, - 0.29372090101242068, - 1.0 - ], - "textureMap": "Objects/Hermanubis/Hermanubis_bronze_BaseColor.png", - "useTexture": false - }, - "detailLayerGroup": { - "baseColorDetailBlend": 0.4300000071525574, - "baseColorDetailMap": "TestData/Textures/cc0/Concrete019_1K_Color.jpg", - "enableBaseColor": true, - "enableDetailLayer": true, - "enableNormals": true, - "normalDetailFlipY": true, - "normalDetailMap": "TestData/Textures/cc0/Concrete019_1K_Normal.jpg", - "normalDetailStrength": 0.25999999046325686, - "textureMapUv": "Tiled" - }, - "detailUV": { - "scale": 5.0 - }, - "normal": { - "flipY": true, - "textureMap": "Objects/Hermanubis/Hermanubis_Normal.png" - }, - "subsurfaceScattering": { - "enableSubsurfaceScattering": true, - "influenceMap": "Objects/Hermanubis/Hermanubis_thickness.tif", - "scatterDistance": 15.0, - "subsurfaceScatterFactor": 0.4300000071525574, - "thicknessMap": "Objects/Hermanubis/Hermanubis_thickness.tif", - "transmissionAttenuation": 15.0, - "transmissionDistortion": 0.3499999940395355, - "transmissionMode": "ThickObject", - "transmissionPower": 16.399999618530275, - "transmissionScale": 0.10000000149011612, - "transmissionTint": [ - 1.0, - 0.3182879388332367, - 0.16388189792633058, - 1.0 - ], - "useInfluenceMap": false - } + "propertyValues": { + "baseColor.color": [ + 0.1277027577161789, + 0.174273282289505, + 0.29372090101242065, + 1.0 + ], + "baseColor.textureMap": "Objects/Hermanubis/Hermanubis_bronze_BaseColor.png", + "baseColor.useTexture": false, + "detailLayerGroup.baseColorDetailBlend": 0.4300000071525574, + "detailLayerGroup.baseColorDetailMap": "TestData/Textures/cc0/Concrete019_1K_Color.jpg", + "detailLayerGroup.enableBaseColor": true, + "detailLayerGroup.enableDetailLayer": true, + "detailLayerGroup.enableNormals": true, + "detailLayerGroup.normalDetailFlipY": true, + "detailLayerGroup.normalDetailMap": "TestData/Textures/cc0/Concrete019_1K_Normal.jpg", + "detailLayerGroup.normalDetailStrength": 0.25999999046325684, + "detailLayerGroup.textureMapUv": "Tiled", + "detailUV.scale": 5.0, + "normal.flipY": true, + "normal.textureMap": "Objects/Hermanubis/Hermanubis_Normal.png", + "subsurfaceScattering.enableSubsurfaceScattering": true, + "subsurfaceScattering.influenceMap": "Objects/Hermanubis/Hermanubis_thickness.tif", + "subsurfaceScattering.scatterDistance": 15.0, + "subsurfaceScattering.subsurfaceScatterFactor": 0.4300000071525574, + "subsurfaceScattering.thicknessMap": "Objects/Hermanubis/Hermanubis_thickness.tif", + "subsurfaceScattering.transmissionAttenuation": 15.0, + "subsurfaceScattering.transmissionDistortion": 0.3499999940395355, + "subsurfaceScattering.transmissionMode": "ThickObject", + "subsurfaceScattering.transmissionPower": 16.399999618530273, + "subsurfaceScattering.transmissionScale": 0.10000000149011612, + "subsurfaceScattering.transmissionTint": [ + 1.0, + 0.3182879388332367, + 0.16388189792633057, + 1.0 + ], + "subsurfaceScattering.useInfluenceMap": false } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/SkinTestCases/002_wrinkle_regression_test.material b/Gems/Atom/TestData/TestData/Materials/SkinTestCases/002_wrinkle_regression_test.material index 4222108b5e..3e3fe338c5 100644 --- a/Gems/Atom/TestData/TestData/Materials/SkinTestCases/002_wrinkle_regression_test.material +++ b/Gems/Atom/TestData/TestData/Materials/SkinTestCases/002_wrinkle_regression_test.material @@ -1,63 +1,49 @@ { - "description": "", "materialType": "Materials/Types/Skin.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "color": [ - 0.2847791314125061, - 0.45421531796455386, - 0.9392080307006836, - 1.0 - ], - "textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_bc.png" - }, - "detailLayerGroup": { - "baseColorDetailBlend": 0.4300000071525574, - "baseColorDetailMap": "TestData/Textures/cc0/Concrete019_1K_Color.jpg", - "enableBaseColor": true, - "enableDetailLayer": true, - "enableNormals": true, - "normalDetailFlipY": true, - "normalDetailMap": "TestData/Textures/cc0/Concrete019_1K_Normal.jpg", - "normalDetailStrength": 1.5, - "textureMapUv": "Tiled" - }, - "detailUV": { - "scale": 5.0 - }, - "normal": { - "flipY": true, - "textureMap": "Objects/Hermanubis/Hermanubis_Normal.png" - }, - "subsurfaceScattering": { - "enableSubsurfaceScattering": true, - "influenceMap": "TestData/Textures/checker8x8_gray_512.png", - "scatterDistance": 15.0, - "subsurfaceScatterFactor": 0.4300000071525574, - "thicknessMap": "Objects/Hermanubis/Hermanubis_thickness.tif", - "transmissionAttenuation": 15.0, - "transmissionDistortion": 0.3499999940395355, - "transmissionMode": "ThickObject", - "transmissionPower": 16.399999618530275, - "transmissionScale": 0.10000000149011612, - "transmissionTint": [ - 1.0, - 0.3182879388332367, - 0.16388189792633058, - 1.0 - ] - }, - "wrinkleLayers": { - "baseColorMap1": "TestData/Textures/cc0/Lava004_1K_Color.jpg", - "baseColorMap3": "TestData/Textures/checker8x8_gray_512.png", - "count": 3, - "enable": true, - "enableBaseColor": true, - "enableNormal": true, - "normalMap1": "TestData/Textures/cc0/Lava004_1K_Normal.jpg", - "normalMap2": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_normal.png" - } + "propertyValues": { + "baseColor.color": [ + 0.2847791314125061, + 0.45421531796455383, + 0.9392080307006836, + 1.0 + ], + "baseColor.textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_bc.png", + "detailLayerGroup.baseColorDetailBlend": 0.4300000071525574, + "detailLayerGroup.baseColorDetailMap": "TestData/Textures/cc0/Concrete019_1K_Color.jpg", + "detailLayerGroup.enableBaseColor": true, + "detailLayerGroup.enableDetailLayer": true, + "detailLayerGroup.enableNormals": true, + "detailLayerGroup.normalDetailFlipY": true, + "detailLayerGroup.normalDetailMap": "TestData/Textures/cc0/Concrete019_1K_Normal.jpg", + "detailLayerGroup.normalDetailStrength": 1.5, + "detailLayerGroup.textureMapUv": "Tiled", + "detailUV.scale": 5.0, + "normal.flipY": true, + "normal.textureMap": "Objects/Hermanubis/Hermanubis_Normal.png", + "subsurfaceScattering.enableSubsurfaceScattering": true, + "subsurfaceScattering.influenceMap": "TestData/Textures/checker8x8_gray_512.png", + "subsurfaceScattering.scatterDistance": 15.0, + "subsurfaceScattering.subsurfaceScatterFactor": 0.4300000071525574, + "subsurfaceScattering.thicknessMap": "Objects/Hermanubis/Hermanubis_thickness.tif", + "subsurfaceScattering.transmissionAttenuation": 15.0, + "subsurfaceScattering.transmissionDistortion": 0.3499999940395355, + "subsurfaceScattering.transmissionMode": "ThickObject", + "subsurfaceScattering.transmissionPower": 16.399999618530273, + "subsurfaceScattering.transmissionScale": 0.10000000149011612, + "subsurfaceScattering.transmissionTint": [ + 1.0, + 0.3182879388332367, + 0.16388189792633057, + 1.0 + ], + "wrinkleLayers.baseColorMap1": "TestData/Textures/cc0/Lava004_1K_Color.jpg", + "wrinkleLayers.baseColorMap3": "TestData/Textures/checker8x8_gray_512.png", + "wrinkleLayers.count": 3, + "wrinkleLayers.enable": true, + "wrinkleLayers.enableBaseColor": true, + "wrinkleLayers.enableNormal": true, + "wrinkleLayers.normalMap1": "TestData/Textures/cc0/Lava004_1K_Normal.jpg", + "wrinkleLayers.normalMap2": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_normal.png" } } \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/001_ManyFeatures.material b/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/001_ManyFeatures.material index f683ad052d..29c5cd2cbe 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/001_ManyFeatures.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/001_ManyFeatures.material @@ -1,156 +1,96 @@ { - "description": "", "materialType": "Materials/Types/StandardMultilayerPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "blend": { - "enableLayer2": true, - "enableLayer3": true - }, - "layer1_baseColor": { - "color": [ - 0.3495536744594574, - 0.2659952640533447, - 0.12039368599653244, - 1.0 - ], - "textureMap": "TestData/Textures/cc0/bark1_col.jpg" - }, - "layer1_emissive": { - "color": [ - 0.8521705865859985, - 0.029510948807001115, - 0.029510948807001115, - 1.0 - ], - "intensity": 0.8199999928474426 - }, - "layer1_normal": { - "factor": 0.4444443881511688, - "flipY": true, - "textureMap": "TestData/Textures/cc0/bark1_norm.jpg" - }, - "layer1_occlusion": { - "diffuseFactor": 1.6399999856948853, - "diffuseTextureMap": "TestData/Textures/cc0/bark1_disp.jpg" - }, - "layer1_parallax": { - "factor": 0.02500000037252903, - "textureMap": "TestData/Textures/cc0/bark1_disp.jpg" - }, - "layer1_roughness": { - "lowerBound": 0.010100999847054482, - "textureMap": "TestData/Textures/cc0/bark1_roughness.jpg" - }, - "layer1_specularF0": { - "factor": 0.5099999904632568, - "textureMap": "TestData/Textures/checker8x8_512.png" - }, - "layer1_uv": { - "center": [ - 0.75, - 0.75 - ], - "offsetU": 0.5, - "offsetV": 0.25 - }, - "layer2_baseColor": { - "textureMap": "TestData/Textures/cc0/Lava004_1K_Color.jpg" - }, - "layer2_clearCoat": { - "enable": true, - "influenceMap": "TestData/Textures/checker8x8_512.png", - "normalMap": "TestData/Objects/cube/cube_norm.tif", - "normalStrength": 0.5400000214576721, - "roughness": 0.10000000149011612 - }, - "layer2_emissive": { - "enable": true, - "intensity": 2.140000104904175, - "textureMap": "TestData/Textures/cc0/Lava004_1K_Emission.jpg" - }, - "layer2_normal": { - "flipY": true, - "textureMap": "TestData/Textures/cc0/Lava004_1K_Normal.jpg" - }, - "layer2_occlusion": { - "specularFactor": 2.0, - "specularTextureMap": "TestData/Textures/cc0/Tiles009_1K_Displacement.jpg" - }, - "layer2_parallax": { - "factor": 0.01600000075995922, - "textureMap": "TestData/Textures/cc0/Lava004_1K_Displacement.jpg" - }, - "layer2_roughness": { - "textureMap": "TestData/Textures/cc0/Lava004_1K_Roughness.jpg" - }, - "layer2_uv": { - "center": [ - 0.0, - 0.0 - ], - "offsetU": 0.5, - "offsetV": 0.25 - }, - "layer3_baseColor": { - "color": [ - 0.6315556764602661, - 1.0, - 0.9451438188552856, - 1.0 - ], - "textureMap": "TestData/Textures/cc0/PaintedMetal003_1K_Color.jpg" - }, - "layer3_clearCoat": { - "influenceMap": "TestData/Textures/checker8x8_512.png" - }, - "layer3_emissive": { - "intensity": -0.9399999976158142 - }, - "layer3_metallic": { - "factor": 1.0, - "textureMap": "TestData/Textures/cc0/PaintedMetal003_1K_Metalness.jpg" - }, - "layer3_normal": { - "textureMap": "TestData/Textures/cc0/PaintedMetal003_1K_Normal.jpg" - }, - "layer3_occlusion": { - "diffuseFactor": 1.0399999618530274, - "diffuseTextureMap": "TestData/Textures/cc0/PaintedMetal003_1K_Displacement.jpg" - }, - "layer3_parallax": { - "factor": 0.004999999888241291, - "textureMap": "TestData/Textures/cc0/PaintedMetal003_1K_Displacement.jpg" - }, - "layer3_roughness": { - "lowerBound": 0.07999999821186066, - "textureMap": "TestData/Textures/cc0/PaintedMetal003_1K_Roughness.jpg", - "upperBound": 0.75 - }, - "layer3_specularF0": { - "factor": 0.47474750876426699 - }, - "layer3_uv": { - "center": [ - 0.0, - 0.0 - ], - "offsetU": 0.11999999731779099, - "rotateDegrees": -57.599998474121097 - }, - "parallax": { - "quality": "Medium" - }, - "uv": { - "center": [ - 0.10000000149011612, - 0.20000000298023225 - ], - "offsetU": 0.23000000417232514, - "offsetV": -0.23999999463558198, - "rotateDegrees": 39.599998474121097, - "scale": 1.100000023841858 - } + "propertyValues": { + "blend.enableLayer2": true, + "blend.enableLayer3": true, + "layer1_baseColor.color": [ + 0.3495536744594574, + 0.2659952640533447, + 0.12039368599653244, + 1.0 + ], + "layer1_baseColor.textureMap": "TestData/Textures/cc0/bark1_col.jpg", + "layer1_emissive.color": [ + 0.8521705865859985, + 0.029510948807001114, + 0.029510948807001114, + 1.0 + ], + "layer1_emissive.intensity": 0.8199999928474426, + "layer1_normal.factor": 0.4444443881511688, + "layer1_normal.flipY": true, + "layer1_normal.textureMap": "TestData/Textures/cc0/bark1_norm.jpg", + "layer1_occlusion.diffuseFactor": 1.6399999856948853, + "layer1_occlusion.diffuseTextureMap": "TestData/Textures/cc0/bark1_disp.jpg", + "layer1_parallax.factor": 0.02500000037252903, + "layer1_parallax.textureMap": "TestData/Textures/cc0/bark1_disp.jpg", + "layer1_roughness.lowerBound": 0.010100999847054482, + "layer1_roughness.textureMap": "TestData/Textures/cc0/bark1_roughness.jpg", + "layer1_specularF0.factor": 0.5099999904632568, + "layer1_specularF0.textureMap": "TestData/Textures/checker8x8_512.png", + "layer1_uv.center": [ + 0.75, + 0.75 + ], + "layer1_uv.offsetU": 0.5, + "layer1_uv.offsetV": 0.25, + "layer2_baseColor.textureMap": "TestData/Textures/cc0/Lava004_1K_Color.jpg", + "layer2_clearCoat.enable": true, + "layer2_clearCoat.influenceMap": "TestData/Textures/checker8x8_512.png", + "layer2_clearCoat.normalMap": "TestData/Objects/cube/cube_norm.tif", + "layer2_clearCoat.normalStrength": 0.5400000214576721, + "layer2_clearCoat.roughness": 0.10000000149011612, + "layer2_emissive.enable": true, + "layer2_emissive.intensity": 2.140000104904175, + "layer2_emissive.textureMap": "TestData/Textures/cc0/Lava004_1K_Emission.jpg", + "layer2_normal.flipY": true, + "layer2_normal.textureMap": "TestData/Textures/cc0/Lava004_1K_Normal.jpg", + "layer2_occlusion.specularFactor": 2.0, + "layer2_occlusion.specularTextureMap": "TestData/Textures/cc0/Tiles009_1K_Displacement.jpg", + "layer2_parallax.factor": 0.01600000075995922, + "layer2_parallax.textureMap": "TestData/Textures/cc0/Lava004_1K_Displacement.jpg", + "layer2_roughness.textureMap": "TestData/Textures/cc0/Lava004_1K_Roughness.jpg", + "layer2_uv.center": [ + 0.0, + 0.0 + ], + "layer2_uv.offsetU": 0.5, + "layer2_uv.offsetV": 0.25, + "layer3_baseColor.color": [ + 0.6315556764602661, + 1.0, + 0.9451438188552856, + 1.0 + ], + "layer3_baseColor.textureMap": "TestData/Textures/cc0/PaintedMetal003_1K_Color.jpg", + "layer3_clearCoat.influenceMap": "TestData/Textures/checker8x8_512.png", + "layer3_emissive.intensity": -0.9399999976158142, + "layer3_metallic.factor": 1.0, + "layer3_metallic.textureMap": "TestData/Textures/cc0/PaintedMetal003_1K_Metalness.jpg", + "layer3_normal.textureMap": "TestData/Textures/cc0/PaintedMetal003_1K_Normal.jpg", + "layer3_occlusion.diffuseFactor": 1.0399999618530273, + "layer3_occlusion.diffuseTextureMap": "TestData/Textures/cc0/PaintedMetal003_1K_Displacement.jpg", + "layer3_parallax.factor": 0.004999999888241291, + "layer3_parallax.textureMap": "TestData/Textures/cc0/PaintedMetal003_1K_Displacement.jpg", + "layer3_roughness.lowerBound": 0.07999999821186066, + "layer3_roughness.textureMap": "TestData/Textures/cc0/PaintedMetal003_1K_Roughness.jpg", + "layer3_roughness.upperBound": 0.75, + "layer3_specularF0.factor": 0.47474750876426697, + "layer3_uv.center": [ + 0.0, + 0.0 + ], + "layer3_uv.offsetU": 0.11999999731779099, + "layer3_uv.rotateDegrees": -57.599998474121094, + "parallax.quality": "Medium", + "uv.center": [ + 0.10000000149011612, + 0.20000000298023224 + ], + "uv.offsetU": 0.23000000417232513, + "uv.offsetV": -0.23999999463558197, + "uv.rotateDegrees": 39.599998474121094, + "uv.scale": 1.100000023841858 } } \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/001_ManyFeatures_Layer2Off.material b/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/001_ManyFeatures_Layer2Off.material index 042f31f3ec..9318469c74 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/001_ManyFeatures_Layer2Off.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/001_ManyFeatures_Layer2Off.material @@ -1,11 +1,8 @@ { - "description": "", "materialType": "Materials/Types/StandardMultilayerPBR.materialtype", - "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/001_ManyFeatures.material", "materialTypeVersion": 3, - "properties": { - "blend": { - "enableLayer2": false - } + "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/001_ManyFeatures.material", + "propertyValues": { + "blend.enableLayer2": false } } \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/001_ManyFeatures_Layer3Off.material b/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/001_ManyFeatures_Layer3Off.material index 59fc168a6c..e6d2da09cc 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/001_ManyFeatures_Layer3Off.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/001_ManyFeatures_Layer3Off.material @@ -1,11 +1,8 @@ { - "description": "", "materialType": "Materials/Types/StandardMultilayerPBR.materialtype", - "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/001_ManyFeatures.material", "materialTypeVersion": 3, - "properties": { - "blend": { - "enableLayer3": false - } + "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/001_ManyFeatures.material", + "propertyValues": { + "blend.enableLayer3": false } } \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/002_ParallaxPdo.material b/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/002_ParallaxPdo.material index a1d3c288ea..cd244f5273 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/002_ParallaxPdo.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/002_ParallaxPdo.material @@ -1,55 +1,29 @@ { - "description": "", "materialType": "Materials/Types/StandardMultilayerPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "blend": { - "enableLayer2": true, - "enableLayer3": true - }, - "layer1_baseColor": { - "textureMap": "TestData/Textures/cc0/bark1_col.jpg" - }, - "layer1_normal": { - "textureMap": "TestData/Textures/cc0/bark1_norm.jpg" - }, - "layer1_parallax": { - "factor": 0.03999999910593033, - "textureMap": "TestData/Textures/cc0/bark1_disp.jpg" - }, - "layer1_roughness": { - "textureMap": "TestData/Textures/cc0/bark1_roughness.jpg" - }, - "layer2_baseColor": { - "textureMap": "TestData/Textures/cc0/Rock030_2K_Color.jpg" - }, - "layer2_clearCoat": { - "normalStrength": 0.0 - }, - "layer2_normal": { - "textureMap": "TestData/Textures/cc0/Rock030_2K_Normal.jpg" - }, - "layer2_parallax": { - "factor": 0.05299999937415123, - "offset": -0.024000000208616258, - "textureMap": "TestData/Textures/cc0/Rock030_2K_Displacement.jpg" - }, - "layer2_roughness": { - "textureMap": "TestData/Textures/cc0/Rock030_2K_Roughness.jpg" - }, - "layer3_baseColor": { - "color": [ - 0.4298008680343628, - 0.4298008680343628, - 0.4298008680343628, - 1.0 - ], - "textureMap": "TestData/Textures/cc0/Concrete019_1K_Color.jpg" - }, - "parallax": { - "pdo": true, - "quality": "Medium" - } + "propertyValues": { + "blend.enableLayer2": true, + "blend.enableLayer3": true, + "layer1_baseColor.textureMap": "TestData/Textures/cc0/bark1_col.jpg", + "layer1_normal.textureMap": "TestData/Textures/cc0/bark1_norm.jpg", + "layer1_parallax.factor": 0.03999999910593033, + "layer1_parallax.textureMap": "TestData/Textures/cc0/bark1_disp.jpg", + "layer1_roughness.textureMap": "TestData/Textures/cc0/bark1_roughness.jpg", + "layer2_baseColor.textureMap": "TestData/Textures/cc0/Rock030_2K_Color.jpg", + "layer2_clearCoat.normalStrength": 0.0, + "layer2_normal.textureMap": "TestData/Textures/cc0/Rock030_2K_Normal.jpg", + "layer2_parallax.factor": 0.05299999937415123, + "layer2_parallax.offset": -0.024000000208616257, + "layer2_parallax.textureMap": "TestData/Textures/cc0/Rock030_2K_Displacement.jpg", + "layer2_roughness.textureMap": "TestData/Textures/cc0/Rock030_2K_Roughness.jpg", + "layer3_baseColor.color": [ + 0.4298008680343628, + 0.4298008680343628, + 0.4298008680343628, + 1.0 + ], + "layer3_baseColor.textureMap": "TestData/Textures/cc0/Concrete019_1K_Color.jpg", + "parallax.pdo": true, + "parallax.quality": "Medium" } } \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/003_Debug_BlendMask.material b/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/003_Debug_BlendMask.material index b7be8ab18f..9e831e6412 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/003_Debug_BlendMask.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/003_Debug_BlendMask.material @@ -1,11 +1,8 @@ { - "description": "", "materialType": "Materials/Types/StandardMultilayerPBR.materialtype", - "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/002_ParallaxPdo.material", "materialTypeVersion": 3, - "properties": { - "blend": { - "debugDrawMode": "BlendMask" - } + "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/002_ParallaxPdo.material", + "propertyValues": { + "blend.debugDrawMode": "BlendMask" } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/003_Debug_BlendWeights.material b/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/003_Debug_BlendWeights.material index 99a9c9f382..69877b3025 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/003_Debug_BlendWeights.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/003_Debug_BlendWeights.material @@ -1,11 +1,8 @@ { - "description": "", "materialType": "Materials/Types/StandardMultilayerPBR.materialtype", - "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/002_ParallaxPdo.material", "materialTypeVersion": 3, - "properties": { - "blend": { - "debugDrawMode": "FinalBlendWeights" - } + "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/002_ParallaxPdo.material", + "propertyValues": { + "blend.debugDrawMode": "FinalBlendWeights" } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/003_Debug_Displacement.material b/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/003_Debug_Displacement.material index 6dbee69845..04c921a955 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/003_Debug_Displacement.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/003_Debug_Displacement.material @@ -1,11 +1,8 @@ { - "description": "", "materialType": "Materials/Types/StandardMultilayerPBR.materialtype", - "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/002_ParallaxPdo.material", "materialTypeVersion": 3, - "properties": { - "blend": { - "debugDrawMode": "Displacement" - } + "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/002_ParallaxPdo.material", + "propertyValues": { + "blend.debugDrawMode": "Displacement" } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/004_UseVertexColors.material b/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/004_UseVertexColors.material index b53df9a505..3a55475bcd 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/004_UseVertexColors.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/004_UseVertexColors.material @@ -1,14 +1,9 @@ { - "description": "", "materialType": "Materials/Types/StandardMultilayerPBR.materialtype", - "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/002_ParallaxPdo.material", "materialTypeVersion": 3, - "properties": { - "blend": { - "blendSource": "BlendMaskVertexColors" - }, - "parallax": { - "quality": "Medium" - } + "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/002_ParallaxPdo.material", + "propertyValues": { + "blend.blendSource": "BlendMaskVertexColors", + "parallax.quality": "Medium" } } \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement.material b/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement.material index f313080cce..9bc96f315f 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement.material @@ -1,81 +1,43 @@ { - "description": "", "materialType": "Materials/Types/StandardMultilayerPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "blend": { - "blendSource": "Displacement", - "displacementBlendDistance": 0.008999999612569809, - "enableLayer2": true, - "enableLayer3": true - }, - "layer1_baseColor": { - "textureMap": "TestData/Textures/cc0/Ground033_1K_Color.jpg" - }, - "layer1_normal": { - "textureMap": "TestData/Textures/cc0/Ground033_1K_Normal.jpg" - }, - "layer1_occlusion": { - "diffuseTextureMap": "TestData/Textures/cc0/Ground033_1K_AmbientOcclusion.jpg" - }, - "layer1_parallax": { - "factor": 0.017000000923871995, - "offset": -0.006000000052154064, - "textureMap": "TestData/Textures/cc0/Ground033_1K_Displacement.jpg" - }, - "layer1_roughness": { - "textureMap": "TestData/Textures/cc0/Ground033_1K_Roughness.jpg" - }, - "layer2_baseColor": { - "textureMap": "TestData/Textures/cc0/Rock030_2K_Color.jpg" - }, - "layer2_normal": { - "textureMap": "TestData/Textures/cc0/Rock030_2K_Normal.jpg" - }, - "layer2_occlusion": { - "diffuseTextureMap": "TestData/Textures/cc0/Rocks002_1K_AmbientOcclusion.jpg" - }, - "layer2_parallax": { - "factor": 0.03099999949336052, - "offset": 0.0020000000949949028, - "textureMap": "TestData/Textures/cc0/Rock030_2K_Displacement.jpg" - }, - "layer2_roughness": { - "textureMap": "TestData/Textures/cc0/Rock030_2K_Roughness.jpg" - }, - "layer2_uv": { - "center": [ - 0.0, - 0.0 - ], - "offsetU": 0.1599999964237213, - "offsetV": 0.07999999821186066, - "rotateDegrees": 90.0 - }, - "layer3_baseColor": { - "textureMap": "TestData/Textures/cc0/Rocks002_1K_Color.jpg" - }, - "layer3_normal": { - "textureMap": "TestData/Textures/cc0/Rocks002_1K_Normal.jpg" - }, - "layer3_parallax": { - "factor": 0.027000000700354577, - "textureMap": "TestData/Textures/cc0/Rocks002_1K_Displacement.jpg" - }, - "layer3_roughness": { - "textureMap": "TestData/Textures/cc0/Rocks002_1K_Roughness.jpg" - }, - "layer3_uv": { - "center": [ - 0.0, - 0.0 - ], - "scale": 3.4999988079071047 - }, - "parallax": { - "algorithm": "Relief", - "pdo": true - } + "propertyValues": { + "blend.blendSource": "Displacement", + "blend.displacementBlendDistance": 0.008999999612569809, + "blend.enableLayer2": true, + "blend.enableLayer3": true, + "layer1_baseColor.textureMap": "TestData/Textures/cc0/Ground033_1K_Color.jpg", + "layer1_normal.textureMap": "TestData/Textures/cc0/Ground033_1K_Normal.jpg", + "layer1_occlusion.diffuseTextureMap": "TestData/Textures/cc0/Ground033_1K_AmbientOcclusion.jpg", + "layer1_parallax.factor": 0.017000000923871994, + "layer1_parallax.offset": -0.006000000052154064, + "layer1_parallax.textureMap": "TestData/Textures/cc0/Ground033_1K_Displacement.jpg", + "layer1_roughness.textureMap": "TestData/Textures/cc0/Ground033_1K_Roughness.jpg", + "layer2_baseColor.textureMap": "TestData/Textures/cc0/Rock030_2K_Color.jpg", + "layer2_normal.textureMap": "TestData/Textures/cc0/Rock030_2K_Normal.jpg", + "layer2_occlusion.diffuseTextureMap": "TestData/Textures/cc0/Rocks002_1K_AmbientOcclusion.jpg", + "layer2_parallax.factor": 0.03099999949336052, + "layer2_parallax.offset": 0.0020000000949949026, + "layer2_parallax.textureMap": "TestData/Textures/cc0/Rock030_2K_Displacement.jpg", + "layer2_roughness.textureMap": "TestData/Textures/cc0/Rock030_2K_Roughness.jpg", + "layer2_uv.center": [ + 0.0, + 0.0 + ], + "layer2_uv.offsetU": 0.1599999964237213, + "layer2_uv.offsetV": 0.07999999821186066, + "layer2_uv.rotateDegrees": 90.0, + "layer3_baseColor.textureMap": "TestData/Textures/cc0/Rocks002_1K_Color.jpg", + "layer3_normal.textureMap": "TestData/Textures/cc0/Rocks002_1K_Normal.jpg", + "layer3_parallax.factor": 0.027000000700354576, + "layer3_parallax.textureMap": "TestData/Textures/cc0/Rocks002_1K_Displacement.jpg", + "layer3_roughness.textureMap": "TestData/Textures/cc0/Rocks002_1K_Roughness.jpg", + "layer3_uv.center": [ + 0.0, + 0.0 + ], + "layer3_uv.scale": 3.4999988079071045, + "parallax.algorithm": "Relief", + "parallax.pdo": true } } \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_Layer2Off.material b/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_Layer2Off.material index 6f64bcd49f..984fd93cdf 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_Layer2Off.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_Layer2Off.material @@ -1,11 +1,8 @@ { - "description": "", "materialType": "Materials/Types/StandardMultilayerPBR.materialtype", - "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement.material", "materialTypeVersion": 3, - "properties": { - "blend": { - "enableLayer2": false - } + "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement.material", + "propertyValues": { + "blend.enableLayer2": false } } \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_Layer3Off.material b/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_Layer3Off.material index 8b32223c82..491d2ffd89 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_Layer3Off.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_Layer3Off.material @@ -1,11 +1,8 @@ { - "description": "", "materialType": "Materials/Types/StandardMultilayerPBR.materialtype", - "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement.material", "materialTypeVersion": 3, - "properties": { - "blend": { - "enableLayer3": false - } + "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement.material", + "propertyValues": { + "blend.enableLayer3": false } } \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_With_BlendMaskTexture.material b/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_With_BlendMaskTexture.material index 023316c5f6..2b91cf8e17 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_With_BlendMaskTexture.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_With_BlendMaskTexture.material @@ -1,14 +1,9 @@ { - "description": "", "materialType": "Materials/Types/StandardMultilayerPBR.materialtype", - "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement.material", "materialTypeVersion": 3, - "properties": { - "blend": { - "blendSource": "Displacement_With_BlendMaskTexture" - }, - "layer1_parallax": { - "offset": -0.004000000189989805 - } + "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement.material", + "propertyValues": { + "blend.blendSource": "Displacement_With_BlendMaskTexture", + "layer1_parallax.offset": -0.004000000189989805 } } \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_With_BlendMaskTexture_AllSameHeight.material b/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_With_BlendMaskTexture_AllSameHeight.material index d88802d4de..89b72f810b 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_With_BlendMaskTexture_AllSameHeight.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_With_BlendMaskTexture_AllSameHeight.material @@ -1,23 +1,14 @@ { - "description": "", "materialType": "Materials/Types/StandardMultilayerPBR.materialtype", - "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_With_BlendMaskTexture.material", "materialTypeVersion": 3, - "properties": { - "blend": { - "displacementBlendDistance": 0.0010000000474974514 - }, - "layer1_parallax": { - "offset": -0.00800000037997961, - "textureMap": "" - }, - "layer2_parallax": { - "offset": -0.00800000037997961, - "textureMap": "" - }, - "layer3_parallax": { - "offset": -0.00800000037997961, - "textureMap": "" - } + "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_With_BlendMaskTexture.material", + "propertyValues": { + "blend.displacementBlendDistance": 0.0010000000474974513, + "layer1_parallax.offset": -0.00800000037997961, + "layer1_parallax.textureMap": "", + "layer2_parallax.offset": -0.00800000037997961, + "layer2_parallax.textureMap": "", + "layer3_parallax.offset": -0.00800000037997961, + "layer3_parallax.textureMap": "" } } \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_With_BlendMaskTexture_NoHeightmaps.material b/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_With_BlendMaskTexture_NoHeightmaps.material index 9ba4d20a9a..a431f63112 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_With_BlendMaskTexture_NoHeightmaps.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_With_BlendMaskTexture_NoHeightmaps.material @@ -1,20 +1,13 @@ { - "description": "", "materialType": "Materials/Types/StandardMultilayerPBR.materialtype", - "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_With_BlendMaskTexture.material", "materialTypeVersion": 3, - "properties": { - "layer1_parallax": { - "offset": -0.03200000151991844, - "textureMap": "" - }, - "layer2_parallax": { - "offset": -0.00800000037997961, - "textureMap": "" - }, - "layer3_parallax": { - "offset": -0.00800000037997961, - "textureMap": "" - } + "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_With_BlendMaskTexture.material", + "propertyValues": { + "layer1_parallax.offset": -0.03200000151991844, + "layer1_parallax.textureMap": "", + "layer2_parallax.offset": -0.00800000037997961, + "layer2_parallax.textureMap": "", + "layer3_parallax.offset": -0.00800000037997961, + "layer3_parallax.textureMap": "" } } \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_With_BlendMaskVertexColors.material b/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_With_BlendMaskVertexColors.material index 51219aa180..3a4e16b85e 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_With_BlendMaskVertexColors.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_With_BlendMaskVertexColors.material @@ -1,15 +1,10 @@ { - "description": "", "materialType": "Materials/Types/StandardMultilayerPBR.materialtype", - "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement.material", "materialTypeVersion": 3, - "properties": { - "blend": { - "blendSource": "Displacement_With_BlendMaskVertexColors", - "displacementBlendDistance": 0.02387000061571598 - }, - "parallax": { - "enable": false - } + "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement.material", + "propertyValues": { + "blend.blendSource": "Displacement_With_BlendMaskVertexColors", + "blend.displacementBlendDistance": 0.02387000061571598, + "parallax.enable": false } } \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/001_DefaultWhite.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/001_DefaultWhite.material index 164b73c892..5b5e902752 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/001_DefaultWhite.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/001_DefaultWhite.material @@ -1,6 +1,4 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3 } \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/002_BaseColorLerp.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/002_BaseColorLerp.material index 29329a03a2..c2d6cafb1b 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/002_BaseColorLerp.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/002_BaseColorLerp.material @@ -1,19 +1,15 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "color": [ - 0.2541542649269104, - 0.5271076560020447, - 0.8388037085533142, - 1.0 - ], - "factor": 0.75, - "textureBlendMode": "Lerp", - "textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_hp_bc.png" - } + "propertyValues": { + "baseColor.color": [ + 0.2541542649269104, + 0.5271076560020447, + 0.8388037085533142, + 1.0 + ], + "baseColor.factor": 0.75, + "baseColor.textureBlendMode": "Lerp", + "baseColor.textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_hp_bc.png" } } \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/002_BaseColorLinearLight.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/002_BaseColorLinearLight.material index 46a8fd70ef..ecad50b541 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/002_BaseColorLinearLight.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/002_BaseColorLinearLight.material @@ -1,19 +1,15 @@ { - "description": "", "materialType": "Materials\\Types\\StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "color": [ - 0.2541542649269104, - 0.5271076560020447, - 0.8388037085533142, - 1.0 - ], - "factor": 0.75, - "textureBlendMode": "LinearLight", - "textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_hp_bc.png" - } + "propertyValues": { + "baseColor.color": [ + 0.2541542649269104, + 0.5271076560020447, + 0.8388037085533142, + 1.0 + ], + "baseColor.factor": 0.75, + "baseColor.textureBlendMode": "LinearLight", + "baseColor.textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_hp_bc.png" } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/002_BaseColorMultiply.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/002_BaseColorMultiply.material index 7abf4ca40c..c76bb9ff90 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/002_BaseColorMultiply.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/002_BaseColorMultiply.material @@ -1,18 +1,14 @@ { - "description": "", "materialType": "Materials\\Types\\StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "color": [ - 0.2541542649269104, - 0.5271076560020447, - 0.8388037085533142, - 1.0 - ], - "factor": 0.75, - "textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_hp_bc.png" - } + "propertyValues": { + "baseColor.color": [ + 0.2541542649269104, + 0.5271076560020447, + 0.8388037085533142, + 1.0 + ], + "baseColor.factor": 0.75, + "baseColor.textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_hp_bc.png" } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/003_MetalMatte.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/003_MetalMatte.material index 73ad13e27b..dabedfeb19 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/003_MetalMatte.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/003_MetalMatte.material @@ -1,22 +1,14 @@ { - "description": "", "materialType": "Materials\\Types\\StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "color": [ - 0.5, - 0.5, - 0.5, - 1.0 - ] - }, - "metallic": { - "factor": 1.0 - }, - "roughness": { - "factor": 0.33 - } + "propertyValues": { + "baseColor.color": [ + 0.5, + 0.5, + 0.5, + 1.0 + ], + "metallic.factor": 1.0, + "roughness.factor": 0.33000001311302185 } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/003_MetalPolished.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/003_MetalPolished.material index 9dea40d6ec..4dfbb4804d 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/003_MetalPolished.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/003_MetalPolished.material @@ -1,22 +1,14 @@ { - "description": "", "materialType": "Materials\\Types\\StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "color": [ - 0.5, - 0.5, - 0.5, - 1.0 - ] - }, - "metallic": { - "factor": 1.0 - }, - "roughness": { - "factor": 0.1 - } + "propertyValues": { + "baseColor.color": [ + 0.5, + 0.5, + 0.5, + 1.0 + ], + "metallic.factor": 1.0, + "roughness.factor": 0.10000000149011612 } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/004_MetalMap.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/004_MetalMap.material index d20e354a53..5c5f7a4bc7 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/004_MetalMap.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/004_MetalMap.material @@ -1,23 +1,15 @@ { - "description": "", "materialType": "Materials\\Types\\StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "color": [ - 0.5093766450881958, - 0.5093766450881958, - 0.5093766450881958, - 1.0 - ] - }, - "metallic": { - "factor": 1.0, - "textureMap": "TestData/Textures/checker8x8_gray_512.png" - }, - "roughness": { - "factor": 0.5 - } + "propertyValues": { + "baseColor.color": [ + 0.5093766450881958, + 0.5093766450881958, + 0.5093766450881958, + 1.0 + ], + "metallic.factor": 1.0, + "metallic.textureMap": "TestData/Textures/checker8x8_gray_512.png", + "roughness.factor": 0.5 } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/005_RoughnessMap.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/005_RoughnessMap.material index 283c6ac60b..1cc5d49f0e 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/005_RoughnessMap.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/005_RoughnessMap.material @@ -1,25 +1,17 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "color": [ - 0.5093766450881958, - 0.5093766450881958, - 0.5093766450881958, - 1.0 - ] - }, - "metallic": { - "factor": 1.0 - }, - "roughness": { - "factor": 0.5353534817695618, - "upperBound": 0.20202019810676576, - "lowerBound": 0.6464645862579346, - "textureMap": "TestData/Textures/checker8x8_gray_512.png" - } + "propertyValues": { + "baseColor.color": [ + 0.5093766450881958, + 0.5093766450881958, + 0.5093766450881958, + 1.0 + ], + "metallic.factor": 1.0, + "roughness.factor": 0.5353534817695618, + "roughness.lowerBound": 0.6464645862579346, + "roughness.textureMap": "TestData/Textures/checker8x8_gray_512.png", + "roughness.upperBound": 0.20202019810676575 } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/006_SpecularF0Map.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/006_SpecularF0Map.material index 11228e2199..23361702c3 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/006_SpecularF0Map.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/006_SpecularF0Map.material @@ -1,22 +1,14 @@ { - "description": "", "materialType": "Materials\\Types\\StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "color": [ - 0.3330281674861908, - 0.3330281674861908, - 0.3330281674861908, - 1.0 - ] - }, - "roughness": { - "factor": 0.0 - }, - "specularF0": { - "textureMap": "TestData/Textures/checker8x8_gray_512.png" - } + "propertyValues": { + "baseColor.color": [ + 0.3330281674861908, + 0.3330281674861908, + 0.3330281674861908, + 1.0 + ], + "roughness.factor": 0.0, + "specularF0.textureMap": "TestData/Textures/checker8x8_gray_512.png" } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/007_MultiscatteringCompensationOff.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/007_MultiscatteringCompensationOff.material index 3b9779aac1..26d5f1e9e6 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/007_MultiscatteringCompensationOff.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/007_MultiscatteringCompensationOff.material @@ -1,26 +1,16 @@ { - "description": "", "materialType": "Materials\\Types\\StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "color": [ - 0.9764705896377564, - 0.7098039388656616, - 0.125490203499794, - 1.0 - ] - }, - "metallic": { - "factor": 1.0 - }, - "roughness": { - "factor": 1.0 - }, - "specularF0": { - "enableMultiScatterCompensation": false, - "factor": 1.0 - } + "propertyValues": { + "baseColor.color": [ + 0.9764705896377563, + 0.7098039388656616, + 0.125490203499794, + 1.0 + ], + "metallic.factor": 1.0, + "roughness.factor": 1.0, + "specularF0.enableMultiScatterCompensation": false, + "specularF0.factor": 1.0 } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/007_MultiscatteringCompensationOn.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/007_MultiscatteringCompensationOn.material index dbbcdc631d..7d7d323b7a 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/007_MultiscatteringCompensationOn.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/007_MultiscatteringCompensationOn.material @@ -1,26 +1,16 @@ { - "description": "", "materialType": "Materials\\Types\\StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "color": [ - 0.9764705896377564, - 0.7098039388656616, - 0.125490203499794, - 1.0 - ] - }, - "metallic": { - "factor": 1.0 - }, - "roughness": { - "factor": 1.0 - }, - "specularF0": { - "enableMultiScatterCompensation": true, - "factor": 1.0 - } + "propertyValues": { + "baseColor.color": [ + 0.9764705896377563, + 0.7098039388656616, + 0.125490203499794, + 1.0 + ], + "metallic.factor": 1.0, + "roughness.factor": 1.0, + "specularF0.enableMultiScatterCompensation": true, + "specularF0.factor": 1.0 } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/008_NormalMap.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/008_NormalMap.material index 4b2842a594..973c6132e7 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/008_NormalMap.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/008_NormalMap.material @@ -1,21 +1,15 @@ { - "description": "", "materialType": "Materials\\Types\\StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "color": [ - 0.5521476864814758, - 0.5521476864814758, - 0.5521476864814758, - 1.0 - ] - }, - "normal": { - "factor": 0.75, - "flipY": true, - "textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_normal.png" - } + "propertyValues": { + "baseColor.color": [ + 0.5521476864814758, + 0.5521476864814758, + 0.5521476864814758, + 1.0 + ], + "normal.factor": 0.75, + "normal.flipY": true, + "normal.textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_normal.png" } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/008_NormalMap_Bevels.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/008_NormalMap_Bevels.material index aec3bbf478..1326ed4317 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/008_NormalMap_Bevels.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/008_NormalMap_Bevels.material @@ -1,12 +1,8 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "normal": { - "factor": 0.30000001192092898, - "textureMap": "TestData/Objects/cube/cube_norm.tif" - } + "propertyValues": { + "normal.factor": 0.30000001192092896, + "normal.textureMap": "TestData/Objects/cube/cube_norm.tif" } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/009_Opacity_Blended.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/009_Opacity_Blended.material index 1528403868..42534744a6 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/009_Opacity_Blended.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/009_Opacity_Blended.material @@ -1,23 +1,17 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "color": [ - 0.5906767249107361, - 1.0, - 0.11703670024871826, - 1.0 - ], - "textureMap": "Textures/Default/default_basecolor.tif" - }, - "opacity": { - "alphaSource": "Split", - "factor": 0.75, - "mode": "Blended", - "textureMap": "TestData/Textures/checker8x8_gray_512.png" - } + "propertyValues": { + "baseColor.color": [ + 0.5906767249107361, + 1.0, + 0.11703670024871826, + 1.0 + ], + "baseColor.textureMap": "Textures/Default/default_basecolor.tif", + "opacity.alphaSource": "Split", + "opacity.factor": 0.75, + "opacity.mode": "Blended", + "opacity.textureMap": "TestData/Textures/checker8x8_gray_512.png" } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/009_Opacity_Blended_Alpha_Affects_Specular.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/009_Opacity_Blended_Alpha_Affects_Specular.material index 20f5ccf098..960a1a42cf 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/009_Opacity_Blended_Alpha_Affects_Specular.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/009_Opacity_Blended_Alpha_Affects_Specular.material @@ -1,24 +1,18 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "color": [ - 0.5906767249107361, - 1.0, - 0.11703670024871826, - 1.0 - ], - "textureMap": "Textures/Default/default_basecolor.tif" - }, - "opacity": { - "alphaSource": "Split", - "factor": 0.75, - "mode": "Blended", - "textureMap": "TestData/Textures/checker8x8_gray_512.png", - "alphaAffectsSpecular": 1.0 - } + "propertyValues": { + "baseColor.color": [ + 0.5906767249107361, + 1.0, + 0.11703670024871826, + 1.0 + ], + "baseColor.textureMap": "Textures/Default/default_basecolor.tif", + "opacity.alphaAffectsSpecular": 1.0, + "opacity.alphaSource": "Split", + "opacity.factor": 0.75, + "opacity.mode": "Blended", + "opacity.textureMap": "TestData/Textures/checker8x8_gray_512.png" } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/009_Opacity_Cutout_PackedAlpha_DoubleSided.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/009_Opacity_Cutout_PackedAlpha_DoubleSided.material index d8683681c4..9acd51694f 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/009_Opacity_Cutout_PackedAlpha_DoubleSided.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/009_Opacity_Cutout_PackedAlpha_DoubleSided.material @@ -1,16 +1,10 @@ { - "description": "", "materialType": "Materials\\Types\\StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "textureMap": "TestData/Textures/Foliage_Leaves_0_BaseColor.dds" - }, - "opacity": { - "doubleSided": true, - "mode": "Cutout", - "textureMap": "TestData/Textures/checker8x8_512.png" - } + "propertyValues": { + "baseColor.textureMap": "TestData/Textures/Foliage_Leaves_0_BaseColor.dds", + "opacity.doubleSided": true, + "opacity.mode": "Cutout", + "opacity.textureMap": "TestData/Textures/checker8x8_512.png" } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/009_Opacity_Cutout_SplitAlpha_DoubleSided.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/009_Opacity_Cutout_SplitAlpha_DoubleSided.material index 8e8dad46d8..cad29a9f77 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/009_Opacity_Cutout_SplitAlpha_DoubleSided.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/009_Opacity_Cutout_SplitAlpha_DoubleSided.material @@ -1,14 +1,10 @@ { - "description": "", "materialType": "Materials\\Types\\StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "opacity": { - "alphaSource": "Split", - "doubleSided": true, - "mode": "Cutout", - "textureMap": "TestData/Textures/checker8x8_512.png" - } + "propertyValues": { + "opacity.alphaSource": "Split", + "opacity.doubleSided": true, + "opacity.mode": "Cutout", + "opacity.textureMap": "TestData/Textures/checker8x8_512.png" } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/009_Opacity_Cutout_SplitAlpha_SingleSided.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/009_Opacity_Cutout_SplitAlpha_SingleSided.material index 2d9b4c514b..9429e31fb6 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/009_Opacity_Cutout_SplitAlpha_SingleSided.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/009_Opacity_Cutout_SplitAlpha_SingleSided.material @@ -1,13 +1,9 @@ { - "description": "", "materialType": "Materials\\Types\\StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "opacity": { - "alphaSource": "Split", - "mode": "Cutout", - "textureMap": "TestData/Textures/checker8x8_512.png" - } + "propertyValues": { + "opacity.alphaSource": "Split", + "opacity.mode": "Cutout", + "opacity.textureMap": "TestData/Textures/checker8x8_512.png" } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/009_Opacity_Opaque_DoubleSided.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/009_Opacity_Opaque_DoubleSided.material index f7ac93a7ac..835e19a4f3 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/009_Opacity_Opaque_DoubleSided.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/009_Opacity_Opaque_DoubleSided.material @@ -1,14 +1,8 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "textureMap": "Textures/Default/checker_uv_basecolor.png" - }, - "general": { - "doubleSided": true - } + "propertyValues": { + "baseColor.textureMap": "Textures/Default/checker_uv_basecolor.png", + "general.doubleSided": true } } \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/009_Opacity_TintedTransparent.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/009_Opacity_TintedTransparent.material index 9d36d0a7e6..a9e60e7f5e 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/009_Opacity_TintedTransparent.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/009_Opacity_TintedTransparent.material @@ -1,23 +1,17 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "color": [ - 0.5906767249107361, - 1.0, - 0.11703670024871826, - 1.0 - ], - "textureMap": "Textures/Default/default_basecolor.tif" - }, - "opacity": { - "alphaSource": "Split", - "factor": 0.75, - "mode": "TintedTransparent", - "textureMap": "TestData/Textures/checker8x8_gray_512.png" - } + "propertyValues": { + "baseColor.color": [ + 0.5906767249107361, + 1.0, + 0.11703670024871826, + 1.0 + ], + "baseColor.textureMap": "Textures/Default/default_basecolor.tif", + "opacity.alphaSource": "Split", + "opacity.factor": 0.75, + "opacity.mode": "TintedTransparent", + "opacity.textureMap": "TestData/Textures/checker8x8_gray_512.png" } } \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/010_AmbientOcclusion.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/010_AmbientOcclusion.material index a7fe0d1d4d..8ccf39096a 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/010_AmbientOcclusion.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/010_AmbientOcclusion.material @@ -1,12 +1,9 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "010_OcclusionBase.material", "materialTypeVersion": 3, - "properties": { - "occlusion": { - "diffuseFactor": 2.0, - "diffuseTextureMap": "TestData/Textures/cc0/Tiles009_1K_AmbientOcclusion.jpg" - } + "parentMaterial": "010_OcclusionBase.material", + "propertyValues": { + "occlusion.diffuseFactor": 2.0, + "occlusion.diffuseTextureMap": "TestData/Textures/cc0/Tiles009_1K_AmbientOcclusion.jpg" } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/010_BothOcclusion.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/010_BothOcclusion.material index 1f9c94db47..b2b2b90363 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/010_BothOcclusion.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/010_BothOcclusion.material @@ -1,14 +1,11 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "010_OcclusionBase.material", "materialTypeVersion": 3, - "properties": { - "occlusion": { - "diffuseFactor": 2.0, - "diffuseTextureMap": "TestData/Textures/cc0/Tiles009_1K_AmbientOcclusion.jpg", - "specularFactor": 2.0, - "specularTextureMap": "TestData/Textures/cc0/Tiles009_1K_Displacement.jpg" - } + "parentMaterial": "010_OcclusionBase.material", + "propertyValues": { + "occlusion.diffuseFactor": 2.0, + "occlusion.diffuseTextureMap": "TestData/Textures/cc0/Tiles009_1K_AmbientOcclusion.jpg", + "occlusion.specularFactor": 2.0, + "occlusion.specularTextureMap": "TestData/Textures/cc0/Tiles009_1K_Displacement.jpg" } } \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/010_OcclusionBase.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/010_OcclusionBase.material index 534305b68a..170576e20e 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/010_OcclusionBase.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/010_OcclusionBase.material @@ -1,25 +1,15 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "color": [ - 0.06784161180257797, - 0.2073090672492981, - 0.29570457339286806, - 1.0 - ] - }, - "clearCoat": { - "enable": true - }, - "normal": { - "textureMap": "TestData/Textures/cc0/Tiles009_1K_Normal.jpg" - }, - "roughness": { - "factor": 0.0 - } + "propertyValues": { + "baseColor.color": [ + 0.06784161180257797, + 0.2073090672492981, + 0.29570457339286804, + 1.0 + ], + "clearCoat.enable": true, + "normal.textureMap": "TestData/Textures/cc0/Tiles009_1K_Normal.jpg", + "roughness.factor": 0.0 } } \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/010_SpecularOcclusion.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/010_SpecularOcclusion.material index 6403bc5c14..f69a316c59 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/010_SpecularOcclusion.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/010_SpecularOcclusion.material @@ -1,12 +1,9 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "010_OcclusionBase.material", "materialTypeVersion": 3, - "properties": { - "occlusion": { - "specularFactor": 2.0, - "specularTextureMap": "TestData/Textures/cc0/Tiles009_1K_Displacement.jpg" - } + "parentMaterial": "010_OcclusionBase.material", + "propertyValues": { + "occlusion.specularFactor": 2.0, + "occlusion.specularTextureMap": "TestData/Textures/cc0/Tiles009_1K_Displacement.jpg" } } \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/011_Emissive.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/011_Emissive.material index dc42c0d6b5..7c640b573d 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/011_Emissive.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/011_Emissive.material @@ -1,21 +1,16 @@ { - "description": "", "materialType": "Materials\\Types\\StandardPBR.materialtype", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "textureMap": "Textures/Default/default_basecolor.tif" - }, - "emissive": { - "color": [ - 0.003936827648431063, - 1.0, - 0.0, - 1.0 - ], - "enable": true, - "intensity": 3.0, - "textureMap": "TestData/Textures/checker8x8_gray_512.png" - } + "propertyValues": { + "baseColor.textureMap": "Textures/Default/default_basecolor.tif", + "emissive.color": [ + 0.003936827648431063, + 1.0, + 0.0, + 1.0 + ], + "emissive.enable": true, + "emissive.intensity": 3.0, + "emissive.textureMap": "TestData/Textures/checker8x8_gray_512.png" } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/012_Parallax_POM.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/012_Parallax_POM.material index fee4a30f77..35f91d0eb1 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/012_Parallax_POM.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/012_Parallax_POM.material @@ -1,16 +1,11 @@ { - "description": "", "materialType": "Materials\\Types\\StandardPBR.materialtype", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_bc.png" - }, - "parallax": { - "algorithm": "POM", - "factor": 0.02500000037252903, - "quality": "High", - "textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_disp.png" - } + "propertyValues": { + "baseColor.textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_bc.png", + "parallax.algorithm": "POM", + "parallax.factor": 0.02500000037252903, + "parallax.quality": "High", + "parallax.textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_disp.png" } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/012_Parallax_POM_Cutout.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/012_Parallax_POM_Cutout.material index d69b75285e..bf6907fbd5 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/012_Parallax_POM_Cutout.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/012_Parallax_POM_Cutout.material @@ -1,28 +1,18 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_bc.png" - }, - "opacity": { - "alphaSource": "Split", - "mode": "Cutout", - "textureMap": "TestData/Textures/checker8x8_512.png" - }, - "parallax": { - "factor": 0.10000000149011612, - "quality": "High", - "textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_disp.png" - }, - "uv": { - "center": [ - 0.0, - 0.0 - ], - "scale": 0.5 - } + "propertyValues": { + "baseColor.textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_bc.png", + "opacity.alphaSource": "Split", + "opacity.mode": "Cutout", + "opacity.textureMap": "TestData/Textures/checker8x8_512.png", + "parallax.factor": 0.10000000149011612, + "parallax.quality": "High", + "parallax.textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_disp.png", + "uv.center": [ + 0.0, + 0.0 + ], + "uv.scale": 0.5 } } \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/013_SpecularAA_Off.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/013_SpecularAA_Off.material index a1da93acbb..c266799f26 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/013_SpecularAA_Off.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/013_SpecularAA_Off.material @@ -1,17 +1,10 @@ { - "description": "", "materialType": "Materials\\Types\\StandardPBR.materialtype", "materialTypeVersion": 3, - "properties": { - "metallic": { - "factor": 1.0 - }, - "normal": { - "flipY": true, - "textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_normal.png" - }, - "roughness": { - "factor": 0.13131310045719148 - } + "propertyValues": { + "metallic.factor": 1.0, + "normal.flipY": true, + "normal.textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_normal.png", + "roughness.factor": 0.13131310045719147 } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/013_SpecularAA_On.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/013_SpecularAA_On.material index 07018e9140..a2d33da506 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/013_SpecularAA_On.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/013_SpecularAA_On.material @@ -1,20 +1,11 @@ { - "description": "", "materialType": "Materials\\Types\\StandardPBR.materialtype", "materialTypeVersion": 3, - "properties": { - "general": { - "applySpecularAA": true - }, - "metallic": { - "factor": 1.0 - }, - "normal": { - "flipY": true, - "textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_normal.png" - }, - "roughness": { - "factor": 0.13131310045719148 - } + "propertyValues": { + "general.applySpecularAA": true, + "metallic.factor": 1.0, + "normal.flipY": true, + "normal.textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_normal.png", + "roughness.factor": 0.13131310045719147 } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/014_ClearCoat.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/014_ClearCoat.material index e02a8b5fc2..2f60fcc9b2 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/014_ClearCoat.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/014_ClearCoat.material @@ -1,27 +1,17 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "color": [ - 1.0, - 0.34190890192985537, - 0.0009155413135886192, - 1.0 - ], - "textureMap": "TestData/Textures/checker8x8_512.png" - }, - "clearCoat": { - "enable": true, - "influenceMap": "TestData/Textures/checker8x8_512.png" - }, - "metallic": { - "factor": 0.5 - }, - "roughness": { - "factor": 0.5 - } + "propertyValues": { + "baseColor.color": [ + 1.0, + 0.34190890192985535, + 0.0009155413135886192, + 1.0 + ], + "baseColor.textureMap": "TestData/Textures/checker8x8_512.png", + "clearCoat.enable": true, + "clearCoat.influenceMap": "TestData/Textures/checker8x8_512.png", + "metallic.factor": 0.5, + "roughness.factor": 0.5 } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/014_ClearCoat_NormalMap.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/014_ClearCoat_NormalMap.material index 56d8515305..0fb6e22664 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/014_ClearCoat_NormalMap.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/014_ClearCoat_NormalMap.material @@ -1,31 +1,21 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "color": [ - 1.0, - 0.34190890192985537, - 0.0009155413135886192, - 1.0 - ], - "textureMap": "TestData/Textures/checker8x8_512.png" - }, - "clearCoat": { - "enable": true, - "influenceMap": "TestData/Textures/checker8x8_512.png", - "normalMap": "TestData/Textures/test_dome_normal.tiff", - "roughnessMap": "TestData/Textures/checker8x8_512.png", - "useInfluenceMap": false, - "useRoughnessMap": false - }, - "metallic": { - "factor": 0.5 - }, - "roughness": { - "factor": 0.5 - } + "propertyValues": { + "baseColor.color": [ + 1.0, + 0.34190890192985535, + 0.0009155413135886192, + 1.0 + ], + "baseColor.textureMap": "TestData/Textures/checker8x8_512.png", + "clearCoat.enable": true, + "clearCoat.influenceMap": "TestData/Textures/checker8x8_512.png", + "clearCoat.normalMap": "TestData/Textures/test_dome_normal.tiff", + "clearCoat.roughnessMap": "TestData/Textures/checker8x8_512.png", + "clearCoat.useInfluenceMap": false, + "clearCoat.useRoughnessMap": false, + "metallic.factor": 0.5, + "roughness.factor": 0.5 } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/014_ClearCoat_NormalMap_2ndUv.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/014_ClearCoat_NormalMap_2ndUv.material index e7575d8bd6..f76ef83485 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/014_ClearCoat_NormalMap_2ndUv.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/014_ClearCoat_NormalMap_2ndUv.material @@ -1,35 +1,25 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "color": [ - 1.0, - 0.34190890192985537, - 0.0009155413135886192, - 1.0 - ], - "textureMap": "TestData/Textures/checker8x8_512.png", - "textureMapUv": "Unwrapped" - }, - "clearCoat": { - "enable": true, - "influenceMap": "TestData/Textures/checker8x8_512.png", - "influenceMapUv": "Unwrapped", - "normalMap": "TestData/Textures/test_dome_normal.tiff", - "normalMapUv": "Unwrapped", - "roughnessMap": "TestData/Textures/checker8x8_512.png", - "roughnessMapUv": "Unwrapped", - "useInfluenceMap": false, - "useRoughnessMap": false - }, - "metallic": { - "factor": 0.5 - }, - "roughness": { - "factor": 0.5 - } + "propertyValues": { + "baseColor.color": [ + 1.0, + 0.34190890192985535, + 0.0009155413135886192, + 1.0 + ], + "baseColor.textureMap": "TestData/Textures/checker8x8_512.png", + "baseColor.textureMapUv": "Unwrapped", + "clearCoat.enable": true, + "clearCoat.influenceMap": "TestData/Textures/checker8x8_512.png", + "clearCoat.influenceMapUv": "Unwrapped", + "clearCoat.normalMap": "TestData/Textures/test_dome_normal.tiff", + "clearCoat.normalMapUv": "Unwrapped", + "clearCoat.roughnessMap": "TestData/Textures/checker8x8_512.png", + "clearCoat.roughnessMapUv": "Unwrapped", + "clearCoat.useInfluenceMap": false, + "clearCoat.useRoughnessMap": false, + "metallic.factor": 0.5, + "roughness.factor": 0.5 } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/014_ClearCoat_RoughnessMap.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/014_ClearCoat_RoughnessMap.material index 3ccbfeacc1..62e15fe2c5 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/014_ClearCoat_RoughnessMap.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/014_ClearCoat_RoughnessMap.material @@ -1,30 +1,20 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "color": [ - 1.0, - 0.34190890192985537, - 0.0009155413135886192, - 1.0 - ], - "textureMap": "TestData/Textures/checker8x8_512.png" - }, - "clearCoat": { - "enable": true, - "influenceMap": "TestData/Textures/checker8x8_512.png", - "roughness": 0.5050504803657532, - "roughnessMap": "TestData/Textures/checker8x8_512.png", - "useInfluenceMap": false - }, - "metallic": { - "factor": 0.5 - }, - "roughness": { - "factor": 0.5 - } + "propertyValues": { + "baseColor.color": [ + 1.0, + 0.34190890192985535, + 0.0009155413135886192, + 1.0 + ], + "baseColor.textureMap": "TestData/Textures/checker8x8_512.png", + "clearCoat.enable": true, + "clearCoat.influenceMap": "TestData/Textures/checker8x8_512.png", + "clearCoat.roughness": 0.5050504803657532, + "clearCoat.roughnessMap": "TestData/Textures/checker8x8_512.png", + "clearCoat.useInfluenceMap": false, + "metallic.factor": 0.5, + "roughness.factor": 0.5 } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/015_SubsurfaceScattering.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/015_SubsurfaceScattering.material index fb3621f056..3f189f5ff5 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/015_SubsurfaceScattering.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/015_SubsurfaceScattering.material @@ -1,20 +1,16 @@ { - "description": "", "materialType": "Materials/Types/EnhancedPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "subsurfaceScattering": { - "enableSubsurfaceScattering": true, - "influenceMap": "TestData/Textures/checker8x8_512.png", - "scatterColor": [ - 1.0, - 0.20000000298023225, - 0.07058823853731156, - 1.0 - ], - "scatterDistance": 40.0, - "subsurfaceScatterFactor": 1.0 - } + "propertyValues": { + "subsurfaceScattering.enableSubsurfaceScattering": true, + "subsurfaceScattering.influenceMap": "TestData/Textures/checker8x8_512.png", + "subsurfaceScattering.scatterColor": [ + 1.0, + 0.20000000298023224, + 0.07058823853731155, + 1.0 + ], + "subsurfaceScattering.scatterDistance": 40.0, + "subsurfaceScattering.subsurfaceScatterFactor": 1.0 } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/015_SubsurfaceScattering_Transmission.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/015_SubsurfaceScattering_Transmission.material index eff175be77..5a2373d5eb 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/015_SubsurfaceScattering_Transmission.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/015_SubsurfaceScattering_Transmission.material @@ -1,15 +1,11 @@ { - "description": "", "materialType": "Materials/Types/EnhancedPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "subsurfaceScattering": { - "enableSubsurfaceScattering": true, - "scatterDistance": 64.6464614868164, - "subsurfaceScatterFactor": 1.0, - "thicknessMap": "TestData/Textures/checker8x8_512.png", - "transmissionMode": "ThickObject" - } + "propertyValues": { + "subsurfaceScattering.enableSubsurfaceScattering": true, + "subsurfaceScattering.scatterDistance": 64.6464614868164, + "subsurfaceScattering.subsurfaceScatterFactor": 1.0, + "subsurfaceScattering.thicknessMap": "TestData/Textures/checker8x8_512.png", + "subsurfaceScattering.transmissionMode": "ThickObject" } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/015_SubsurfaceScattering_Transmission_Thin.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/015_SubsurfaceScattering_Transmission_Thin.material index ee9bb1f4a5..c8a1401d17 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/015_SubsurfaceScattering_Transmission_Thin.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/015_SubsurfaceScattering_Transmission_Thin.material @@ -1,29 +1,21 @@ { - "description": "", - "parentMaterial": "", "materialType": "Materials/Types/EnhancedPBR.materialtype", "materialTypeVersion": 4, - "properties": { - "baseColor": { - "color": [ - 0.027664607390761375, - 0.1926604062318802, - 0.013916227966547012, - 1.0 - ] - }, - "general": { - "doubleSided": true - }, - "subsurfaceScattering": { - "thickness": 0.20000000298023224, - "transmissionMode": "ThinObject", - "transmissionTint": [ - 0.009140154346823692, - 0.19806210696697235, - 0.01095597818493843, - 1.0 - ] - } + "propertyValues": { + "baseColor.color": [ + 0.027664607390761375, + 0.1926604062318802, + 0.013916227966547012, + 1.0 + ], + "general.doubleSided": true, + "subsurfaceScattering.thickness": 0.20000000298023224, + "subsurfaceScattering.transmissionMode": "ThinObject", + "subsurfaceScattering.transmissionTint": [ + 0.009140154346823692, + 0.19806210696697235, + 0.01095597818493843, + 1.0 + ] } } \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_AmbientOcclusion.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_AmbientOcclusion.material index d88c1f151f..8e68176843 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_AmbientOcclusion.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_AmbientOcclusion.material @@ -1,11 +1,8 @@ { - "description": "", "materialType": "Materials\\Types\\StandardPBR.materialtype", - "parentMaterial": "TestData\\Materials\\StandardPbrTestCases\\UvTilingBase.material", "materialTypeVersion": 3, - "properties": { - "occlusion": { - "diffuseTextureMap": "TestData/Objects/cube/cube_diff.tif" - } + "parentMaterial": "TestData\\Materials\\StandardPbrTestCases\\UvTilingBase.material", + "propertyValues": { + "occlusion.diffuseTextureMap": "TestData/Objects/cube/cube_diff.tif" } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_BaseColor.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_BaseColor.material index 89bd1005a5..565f3bf8e0 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_BaseColor.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_BaseColor.material @@ -1,11 +1,8 @@ { - "description": "", "materialType": "Materials\\Types\\StandardPBR.materialtype", - "parentMaterial": "TestData\\Materials\\StandardPbrTestCases\\UvTilingBase.material", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "textureMap": "TestData/Objects/cube/cube_diff.tif" - } + "parentMaterial": "TestData\\Materials\\StandardPbrTestCases\\UvTilingBase.material", + "propertyValues": { + "baseColor.textureMap": "TestData/Objects/cube/cube_diff.tif" } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Emissive.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Emissive.material index 564de16cc2..a053737973 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Emissive.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Emissive.material @@ -1,22 +1,17 @@ { - "description": "", "materialType": "Materials\\Types\\StandardPBR.materialtype", - "parentMaterial": "TestData\\Materials\\StandardPbrTestCases\\UvTilingBase.material", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "color": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - "emissive": { - "enable": true, - "intensity": 2.0, - "textureMap": "TestData/Objects/cube/cube_diff.tif", - "useTexture": true - } + "parentMaterial": "TestData\\Materials\\StandardPbrTestCases\\UvTilingBase.material", + "propertyValues": { + "baseColor.color": [ + 0.0, + 0.0, + 0.0, + 1.0 + ], + "emissive.enable": true, + "emissive.intensity": 2.0, + "emissive.textureMap": "TestData/Objects/cube/cube_diff.tif", + "emissive.useTexture": true } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Metallic.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Metallic.material index 0eff6198dd..17a13d79cf 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Metallic.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Metallic.material @@ -1,15 +1,10 @@ { - "description": "", "materialType": "Materials\\Types\\StandardPBR.materialtype", - "parentMaterial": "TestData\\Materials\\StandardPbrTestCases\\UvTilingBase.material", "materialTypeVersion": 3, - "properties": { - "metallic": { - "factor": 1.0, - "textureMap": "TestData/Objects/cube/cube_diff.tif" - }, - "roughness": { - "factor": 0.0 - } + "parentMaterial": "TestData\\Materials\\StandardPbrTestCases\\UvTilingBase.material", + "propertyValues": { + "metallic.factor": 1.0, + "metallic.textureMap": "TestData/Objects/cube/cube_diff.tif", + "roughness.factor": 0.0 } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Normal.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Normal.material index e50c669114..bbdc3c62ec 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Normal.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Normal.material @@ -1,11 +1,8 @@ { - "description": "", "materialType": "Materials\\Types\\StandardPBR.materialtype", - "parentMaterial": "TestData\\Materials\\StandardPbrTestCases\\UvTilingBase.material", "materialTypeVersion": 3, - "properties": { - "normal": { - "textureMap": "TestData/Objects/cube/cube_diff.tif" - } + "parentMaterial": "TestData\\Materials\\StandardPbrTestCases\\UvTilingBase.material", + "propertyValues": { + "normal.textureMap": "TestData/Objects/cube/cube_diff.tif" } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Normal_Dome_Rotate20.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Normal_Dome_Rotate20.material index 0b3d678bdd..b0e6a0a498 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Normal_Dome_Rotate20.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Normal_Dome_Rotate20.material @@ -1,20 +1,14 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "normal": { - "factor": 0.15000000596046449, - "flipY": true, - "textureMap": "TestData/Textures/test_dome_normal.tiff" - }, - "uv": { - "center": [ - 0.5, - 0.5 - ], - "rotateDegrees": 20.0 - } + "propertyValues": { + "normal.factor": 0.15000000596046448, + "normal.flipY": true, + "normal.textureMap": "TestData/Textures/test_dome_normal.tiff", + "uv.center": [ + 0.5, + 0.5 + ], + "uv.rotateDegrees": 20.0 } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Normal_Dome_Rotate90.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Normal_Dome_Rotate90.material index 4a7ade8b30..0e72deebbc 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Normal_Dome_Rotate90.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Normal_Dome_Rotate90.material @@ -1,20 +1,14 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "normal": { - "factor": 0.15000000596046449, - "flipY": true, - "textureMap": "TestData/Textures/test_dome_normal.tiff" - }, - "uv": { - "center": [ - 0.5, - 0.5 - ], - "rotateDegrees": 90.0 - } + "propertyValues": { + "normal.factor": 0.15000000596046448, + "normal.flipY": true, + "normal.textureMap": "TestData/Textures/test_dome_normal.tiff", + "uv.center": [ + 0.5, + 0.5 + ], + "uv.rotateDegrees": 90.0 } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Normal_Dome_ScaleOnlyU.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Normal_Dome_ScaleOnlyU.material index c0477ac5cf..7d87e24938 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Normal_Dome_ScaleOnlyU.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Normal_Dome_ScaleOnlyU.material @@ -1,20 +1,14 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "normal": { - "factor": 0.15000000596046449, - "flipY": true, - "textureMap": "TestData/Textures/test_dome_normal.tiff" - }, - "uv": { - "center": [ - 0.5, - 0.5 - ], - "tileU": 2.0 - } + "propertyValues": { + "normal.factor": 0.15000000596046448, + "normal.flipY": true, + "normal.textureMap": "TestData/Textures/test_dome_normal.tiff", + "uv.center": [ + 0.5, + 0.5 + ], + "uv.tileU": 2.0 } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Normal_Dome_ScaleOnlyV.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Normal_Dome_ScaleOnlyV.material index b088a0c090..a589741097 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Normal_Dome_ScaleOnlyV.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Normal_Dome_ScaleOnlyV.material @@ -1,20 +1,14 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "normal": { - "factor": 0.15000000596046449, - "flipY": true, - "textureMap": "TestData/Textures/test_dome_normal.tiff" - }, - "uv": { - "center": [ - 0.5, - 0.5 - ], - "tileV": 2.0 - } + "propertyValues": { + "normal.factor": 0.15000000596046448, + "normal.flipY": true, + "normal.textureMap": "TestData/Textures/test_dome_normal.tiff", + "uv.center": [ + 0.5, + 0.5 + ], + "uv.tileV": 2.0 } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Normal_Dome_ScaleUniform.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Normal_Dome_ScaleUniform.material index c7c3fac87f..6d687bfc45 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Normal_Dome_ScaleUniform.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Normal_Dome_ScaleUniform.material @@ -1,20 +1,14 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "normal": { - "factor": 0.15000000596046449, - "flipY": true, - "textureMap": "TestData/Textures/test_dome_normal.tiff" - }, - "uv": { - "center": [ - 0.5, - 0.5 - ], - "scale": 3.0 - } + "propertyValues": { + "normal.factor": 0.15000000596046448, + "normal.flipY": true, + "normal.textureMap": "TestData/Textures/test_dome_normal.tiff", + "uv.center": [ + 0.5, + 0.5 + ], + "uv.scale": 3.0 } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Normal_Dome_TransformAll.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Normal_Dome_TransformAll.material index 849e926031..2e916fbb33 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Normal_Dome_TransformAll.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Normal_Dome_TransformAll.material @@ -1,25 +1,19 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "normal": { - "factor": 0.15000000596046449, - "flipY": true, - "textureMap": "TestData/Textures/test_dome_normal.tiff" - }, - "uv": { - "center": [ - 0.25, - 0.5 - ], - "offsetU": 0.3737373948097229, - "offsetV": -0.4545454978942871, - "rotateDegrees": 110.0, - "scale": 2.0, - "tileU": 0.5, - "tileV": 1.5 - } + "propertyValues": { + "normal.factor": 0.15000000596046448, + "normal.flipY": true, + "normal.textureMap": "TestData/Textures/test_dome_normal.tiff", + "uv.center": [ + 0.25, + 0.5 + ], + "uv.offsetU": 0.3737373948097229, + "uv.offsetV": -0.4545454978942871, + "uv.rotateDegrees": 110.0, + "uv.scale": 2.0, + "uv.tileU": 0.5, + "uv.tileV": 1.5 } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Opacity.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Opacity.material index b203ec5318..ec056b8459 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Opacity.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Opacity.material @@ -1,14 +1,11 @@ { - "description": "", "materialType": "Materials\\Types\\StandardPBR.materialtype", - "parentMaterial": "TestData\\Materials\\StandardPbrTestCases\\UvTilingBase.material", "materialTypeVersion": 3, - "properties": { - "opacity": { - "alphaSource": "Split", - "factor": 0.9, - "mode": "Cutout", - "textureMap": "TestData/Objects/cube/cube_diff.tif" - } + "parentMaterial": "TestData\\Materials\\StandardPbrTestCases\\UvTilingBase.material", + "propertyValues": { + "opacity.alphaSource": "Split", + "opacity.factor": 0.8999999761581421, + "opacity.mode": "Cutout", + "opacity.textureMap": "TestData/Objects/cube/cube_diff.tif" } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Parallax_A.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Parallax_A.material index ad2e27063b..2e0eadb40f 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Parallax_A.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Parallax_A.material @@ -1,36 +1,25 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "TestData/Materials/StandardPbrTestCases/UvTilingBase.material", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "textureMap": "TestData/Objects/cube/cube_diff.tif" - }, - "metallic": { - "factor": 1.0, - "textureMap": "TestData/Textures/checker8x8_512.png" - }, - "parallax": { - "algorithm": "POM", - "factor": 0.10000000149011612, - "quality": "High", - "textureMap": "TestData/Objects/cube/cube_diff.tif" - }, - "roughness": { - "textureMap": "TestData/Textures/checker8x8_flip_512.png" - }, - "uv": { - "center": [ - 0.25, - 0.5 - ], - "offsetU": -0.6767677068710327, - "offsetV": 0.19191919267177583, - "rotateDegrees": 63.6363639831543, - "scale": 0.800000011920929, - "tileU": 0.699999988079071, - "tileV": 1.5 - } + "parentMaterial": "TestData/Materials/StandardPbrTestCases/UvTilingBase.material", + "propertyValues": { + "baseColor.textureMap": "TestData/Objects/cube/cube_diff.tif", + "metallic.factor": 1.0, + "metallic.textureMap": "TestData/Textures/checker8x8_512.png", + "parallax.algorithm": "POM", + "parallax.factor": 0.10000000149011612, + "parallax.quality": "High", + "parallax.textureMap": "TestData/Objects/cube/cube_diff.tif", + "roughness.textureMap": "TestData/Textures/checker8x8_flip_512.png", + "uv.center": [ + 0.25, + 0.5 + ], + "uv.offsetU": -0.6767677068710327, + "uv.offsetV": 0.19191919267177582, + "uv.rotateDegrees": 63.6363639831543, + "uv.scale": 0.800000011920929, + "uv.tileU": 0.699999988079071, + "uv.tileV": 1.5 } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Parallax_B.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Parallax_B.material index 75646e5191..9e368f8be0 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Parallax_B.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Parallax_B.material @@ -1,36 +1,25 @@ { - "description": "", "materialType": "Materials/Types/StandardPBR.materialtype", - "parentMaterial": "TestData/Materials/StandardPbrTestCases/UvTilingBase.material", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "textureMap": "TestData/Objects/cube/cube_diff.tif" - }, - "metallic": { - "factor": 1.0, - "textureMap": "TestData/Textures/checker8x8_512.png" - }, - "parallax": { - "algorithm": "POM", - "factor": 0.05000000074505806, - "quality": "High", - "textureMap": "TestData/Objects/cube/cube_diff.tif" - }, - "roughness": { - "textureMap": "TestData/Textures/checker8x8_flip_512.png" - }, - "uv": { - "center": [ - 0.5, - 0.25 - ], - "offsetU": 1.0, - "offsetV": -1.0, - "rotateDegrees": 90.0, - "scale": 1.2000000476837159, - "tileU": 0.699999988079071, - "tileV": 1.7999999523162842 - } + "parentMaterial": "TestData/Materials/StandardPbrTestCases/UvTilingBase.material", + "propertyValues": { + "baseColor.textureMap": "TestData/Objects/cube/cube_diff.tif", + "metallic.factor": 1.0, + "metallic.textureMap": "TestData/Textures/checker8x8_512.png", + "parallax.algorithm": "POM", + "parallax.factor": 0.05000000074505806, + "parallax.quality": "High", + "parallax.textureMap": "TestData/Objects/cube/cube_diff.tif", + "roughness.textureMap": "TestData/Textures/checker8x8_flip_512.png", + "uv.center": [ + 0.5, + 0.25 + ], + "uv.offsetU": 1.0, + "uv.offsetV": -1.0, + "uv.rotateDegrees": 90.0, + "uv.scale": 1.2000000476837158, + "uv.tileU": 0.699999988079071, + "uv.tileV": 1.7999999523162842 } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Roughness.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Roughness.material index 49ff9555f1..35a7dc6ad4 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Roughness.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_Roughness.material @@ -1,14 +1,9 @@ { - "description": "", "materialType": "Materials\\Types\\StandardPBR.materialtype", - "parentMaterial": "TestData\\Materials\\StandardPbrTestCases\\UvTilingBase.material", "materialTypeVersion": 3, - "properties": { - "metallic": { - "factor": 1.0 - }, - "roughness": { - "textureMap": "TestData/Objects/cube/cube_diff.tif" - } + "parentMaterial": "TestData\\Materials\\StandardPbrTestCases\\UvTilingBase.material", + "propertyValues": { + "metallic.factor": 1.0, + "roughness.textureMap": "TestData/Objects/cube/cube_diff.tif" } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_SpecularF0.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_SpecularF0.material index a750e30d80..43b0aacde4 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_SpecularF0.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/100_UvTiling_SpecularF0.material @@ -1,23 +1,16 @@ { - "description": "", "materialType": "Materials\\Types\\StandardPBR.materialtype", - "parentMaterial": "TestData\\Materials\\StandardPbrTestCases\\UvTilingBase.material", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "color": [ - 0.11546501517295838, - 0.11546501517295838, - 0.11546501517295838, - 1.0 - ] - }, - "roughness": { - "factor": 0.0 - }, - "specularF0": { - "factor": 1.0, - "textureMap": "TestData/Objects/cube/cube_diff.tif" - } + "parentMaterial": "TestData\\Materials\\StandardPbrTestCases\\UvTilingBase.material", + "propertyValues": { + "baseColor.color": [ + 0.11546501517295837, + 0.11546501517295837, + 0.11546501517295837, + 1.0 + ], + "roughness.factor": 0.0, + "specularF0.factor": 1.0, + "specularF0.textureMap": "TestData/Objects/cube/cube_diff.tif" } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/101_DetailMaps_BaseNoDetailMaps.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/101_DetailMaps_BaseNoDetailMaps.material index 30959fc972..a299d17479 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/101_DetailMaps_BaseNoDetailMaps.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/101_DetailMaps_BaseNoDetailMaps.material @@ -1,31 +1,19 @@ { - "description": "", "materialType": "Materials/Types/EnhancedPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "textureMap": "Objects/Hermanubis/Hermanubis_bronze_BaseColor.png", - "textureMapUv": "Unwrapped" - }, - "detailUV": { - "center": [ - 0.0, - 0.0 - ] - }, - "metallic": { - "textureMap": "Objects/Hermanubis/Hermanubis_bronze_Metallic.png", - "textureMapUv": "Unwrapped" - }, - "normal": { - "flipY": true, - "textureMap": "Objects/Hermanubis/Hermanubis_Normal.png", - "textureMapUv": "Unwrapped" - }, - "roughness": { - "textureMap": "Objects/Hermanubis/Hermanubis_bronze_Roughness.png", - "textureMapUv": "Unwrapped" - } + "propertyValues": { + "baseColor.textureMap": "Objects/Hermanubis/Hermanubis_bronze_BaseColor.png", + "baseColor.textureMapUv": "Unwrapped", + "detailUV.center": [ + 0.0, + 0.0 + ], + "metallic.textureMap": "Objects/Hermanubis/Hermanubis_bronze_Metallic.png", + "metallic.textureMapUv": "Unwrapped", + "normal.flipY": true, + "normal.textureMap": "Objects/Hermanubis/Hermanubis_Normal.png", + "normal.textureMapUv": "Unwrapped", + "roughness.textureMap": "Objects/Hermanubis/Hermanubis_bronze_Roughness.png", + "roughness.textureMapUv": "Unwrapped" } } \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/102_DetailMaps_All.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/102_DetailMaps_All.material index 2cb14b490e..4f1247d7c0 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/102_DetailMaps_All.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/102_DetailMaps_All.material @@ -1,42 +1,28 @@ { - "description": "", "materialType": "Materials/Types/EnhancedPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "textureMap": "Objects/Hermanubis/Hermanubis_bronze_BaseColor.png", - "textureMapUv": "Unwrapped" - }, - "detailLayerGroup": { - "baseColorDetailMap": "TestData/Textures/cc0/Concrete019_1K_Color.jpg", - "blendDetailMask": "Objects/Hermanubis/Hermanubis_ao.tif", - "blendDetailMaskUv": "Unwrapped", - "enableBaseColor": true, - "enableDetailLayer": true, - "enableNormals": true, - "normalDetailMap": "TestData/Textures/cc0/Concrete019_1K_Normal.jpg", - "normalDetailStrength": 1.5 - }, - "detailUV": { - "center": [ - 0.0, - 0.0 - ], - "scale": 10.0 - }, - "metallic": { - "textureMap": "Objects/Hermanubis/Hermanubis_bronze_Metallic.png", - "textureMapUv": "Unwrapped" - }, - "normal": { - "flipY": true, - "textureMap": "Objects/Hermanubis/Hermanubis_Normal.png", - "textureMapUv": "Unwrapped" - }, - "roughness": { - "textureMap": "Objects/Hermanubis/Hermanubis_bronze_Roughness.png", - "textureMapUv": "Unwrapped" - } + "propertyValues": { + "baseColor.textureMap": "Objects/Hermanubis/Hermanubis_bronze_BaseColor.png", + "baseColor.textureMapUv": "Unwrapped", + "detailLayerGroup.baseColorDetailMap": "TestData/Textures/cc0/Concrete019_1K_Color.jpg", + "detailLayerGroup.blendDetailMask": "Objects/Hermanubis/Hermanubis_ao.tif", + "detailLayerGroup.blendDetailMaskUv": "Unwrapped", + "detailLayerGroup.enableBaseColor": true, + "detailLayerGroup.enableDetailLayer": true, + "detailLayerGroup.enableNormals": true, + "detailLayerGroup.normalDetailMap": "TestData/Textures/cc0/Concrete019_1K_Normal.jpg", + "detailLayerGroup.normalDetailStrength": 1.5, + "detailUV.center": [ + 0.0, + 0.0 + ], + "detailUV.scale": 10.0, + "metallic.textureMap": "Objects/Hermanubis/Hermanubis_bronze_Metallic.png", + "metallic.textureMapUv": "Unwrapped", + "normal.flipY": true, + "normal.textureMap": "Objects/Hermanubis/Hermanubis_Normal.png", + "normal.textureMapUv": "Unwrapped", + "roughness.textureMap": "Objects/Hermanubis/Hermanubis_bronze_Roughness.png", + "roughness.textureMapUv": "Unwrapped" } } \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/103_DetailMaps_BaseColor.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/103_DetailMaps_BaseColor.material index 826ae2d737..ff3e4d63b8 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/103_DetailMaps_BaseColor.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/103_DetailMaps_BaseColor.material @@ -1,17 +1,12 @@ { - "description": "", "materialType": "Materials/Types/EnhancedPBR.materialtype", - "parentMaterial": "TestData/Materials/StandardPbrTestCases/101_DetailMaps_BaseNoDetailMaps.material", "materialTypeVersion": 3, - "properties": { - "detailLayerGroup": { - "baseColorDetailBlend": 0.800000011920929, - "baseColorDetailMap": "TestData/Textures/cc0/Concrete019_1K_Color.jpg", - "enableBaseColor": true, - "enableDetailLayer": true - }, - "detailUV": { - "scale": 20.0 - } + "parentMaterial": "TestData/Materials/StandardPbrTestCases/101_DetailMaps_BaseNoDetailMaps.material", + "propertyValues": { + "detailLayerGroup.baseColorDetailBlend": 0.800000011920929, + "detailLayerGroup.baseColorDetailMap": "TestData/Textures/cc0/Concrete019_1K_Color.jpg", + "detailLayerGroup.enableBaseColor": true, + "detailLayerGroup.enableDetailLayer": true, + "detailUV.scale": 20.0 } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/103_DetailMaps_BaseColorWithMask.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/103_DetailMaps_BaseColorWithMask.material index 1c2214a031..09cc883efd 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/103_DetailMaps_BaseColorWithMask.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/103_DetailMaps_BaseColorWithMask.material @@ -1,13 +1,10 @@ { - "description": "", "materialType": "Materials/Types/EnhancedPBR.materialtype", - "parentMaterial": "TestData/Materials/StandardPbrTestCases/103_DetailMaps_BaseColor.material", "materialTypeVersion": 3, - "properties": { - "detailLayerGroup": { - "baseColorDetailBlend": 1.0, - "blendDetailMask": "TestData/Textures/checker8x8_flip_512.png", - "blendDetailMaskUv": "Unwrapped" - } + "parentMaterial": "TestData/Materials/StandardPbrTestCases/103_DetailMaps_BaseColor.material", + "propertyValues": { + "detailLayerGroup.baseColorDetailBlend": 1.0, + "detailLayerGroup.blendDetailMask": "TestData/Textures/checker8x8_flip_512.png", + "detailLayerGroup.blendDetailMaskUv": "Unwrapped" } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/104_DetailMaps_Normal.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/104_DetailMaps_Normal.material index 9a80cfaaa0..81de9e0bce 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/104_DetailMaps_Normal.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/104_DetailMaps_Normal.material @@ -1,18 +1,13 @@ { - "description": "", "materialType": "Materials/Types/EnhancedPBR.materialtype", - "parentMaterial": "TestData/Materials/StandardPbrTestCases/101_DetailMaps_BaseNoDetailMaps.material", "materialTypeVersion": 3, - "properties": { - "detailLayerGroup": { - "enableDetailLayer": true, - "enableNormals": true, - "normalDetailFlipY": true, - "normalDetailMap": "TestData/Textures/test_dome_normal.tiff", - "normalDetailStrength": 0.30000001192092898 - }, - "detailUV": { - "scale": 40.0 - } + "parentMaterial": "TestData/Materials/StandardPbrTestCases/101_DetailMaps_BaseNoDetailMaps.material", + "propertyValues": { + "detailLayerGroup.enableDetailLayer": true, + "detailLayerGroup.enableNormals": true, + "detailLayerGroup.normalDetailFlipY": true, + "detailLayerGroup.normalDetailMap": "TestData/Textures/test_dome_normal.tiff", + "detailLayerGroup.normalDetailStrength": 0.30000001192092896, + "detailUV.scale": 40.0 } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/104_DetailMaps_NormalWithMask.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/104_DetailMaps_NormalWithMask.material index 0ee81633ae..477da12807 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/104_DetailMaps_NormalWithMask.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/104_DetailMaps_NormalWithMask.material @@ -1,12 +1,9 @@ { - "description": "", "materialType": "Materials/Types/EnhancedPBR.materialtype", - "parentMaterial": "TestData/Materials/StandardPbrTestCases/104_DetailMaps_Normal.material", "materialTypeVersion": 3, - "properties": { - "detailLayerGroup": { - "blendDetailMask": "TestData/Textures/checker8x8_gray_512.png", - "blendDetailMaskUv": "Unwrapped" - } + "parentMaterial": "TestData/Materials/StandardPbrTestCases/104_DetailMaps_Normal.material", + "propertyValues": { + "detailLayerGroup.blendDetailMask": "TestData/Textures/checker8x8_gray_512.png", + "detailLayerGroup.blendDetailMaskUv": "Unwrapped" } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/105_DetailMaps_BlendMaskUsingDetailUVs.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/105_DetailMaps_BlendMaskUsingDetailUVs.material index b2747ead21..d9c7a42c41 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/105_DetailMaps_BlendMaskUsingDetailUVs.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/105_DetailMaps_BlendMaskUsingDetailUVs.material @@ -1,41 +1,27 @@ { - "description": "", "materialType": "Materials/Types/EnhancedPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "baseColor": { - "textureMap": "Objects/Hermanubis/Hermanubis_bronze_BaseColor.png", - "textureMapUv": "Unwrapped" - }, - "detailLayerGroup": { - "baseColorDetailMap": "TestData/Textures/cc0/Concrete019_1K_Color.jpg", - "blendDetailMask": "TestData/Textures/checker2x2_128.png", - "enableBaseColor": true, - "enableDetailLayer": true, - "enableNormals": true, - "normalDetailMap": "TestData/Textures/cc0/Concrete019_1K_Normal.jpg", - "normalDetailStrength": 1.5 - }, - "detailUV": { - "center": [ - 0.0, - 0.0 - ], - "scale": 10.0 - }, - "metallic": { - "textureMap": "Objects/Hermanubis/Hermanubis_bronze_Metallic.png", - "textureMapUv": "Unwrapped" - }, - "normal": { - "flipY": true, - "textureMap": "Objects/Hermanubis/Hermanubis_Normal.png", - "textureMapUv": "Unwrapped" - }, - "roughness": { - "textureMap": "Objects/Hermanubis/Hermanubis_bronze_Roughness.png", - "textureMapUv": "Unwrapped" - } + "propertyValues": { + "baseColor.textureMap": "Objects/Hermanubis/Hermanubis_bronze_BaseColor.png", + "baseColor.textureMapUv": "Unwrapped", + "detailLayerGroup.baseColorDetailMap": "TestData/Textures/cc0/Concrete019_1K_Color.jpg", + "detailLayerGroup.blendDetailMask": "TestData/Textures/checker2x2_128.png", + "detailLayerGroup.enableBaseColor": true, + "detailLayerGroup.enableDetailLayer": true, + "detailLayerGroup.enableNormals": true, + "detailLayerGroup.normalDetailMap": "TestData/Textures/cc0/Concrete019_1K_Normal.jpg", + "detailLayerGroup.normalDetailStrength": 1.5, + "detailUV.center": [ + 0.0, + 0.0 + ], + "detailUV.scale": 10.0, + "metallic.textureMap": "Objects/Hermanubis/Hermanubis_bronze_Metallic.png", + "metallic.textureMapUv": "Unwrapped", + "normal.flipY": true, + "normal.textureMap": "Objects/Hermanubis/Hermanubis_Normal.png", + "normal.textureMapUv": "Unwrapped", + "roughness.textureMap": "Objects/Hermanubis/Hermanubis_bronze_Roughness.png", + "roughness.textureMapUv": "Unwrapped" } } \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/UvTilingBase.material b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/UvTilingBase.material index be607db929..6927d51ecf 100644 --- a/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/UvTilingBase.material +++ b/Gems/Atom/TestData/TestData/Materials/StandardPbrTestCases/UvTilingBase.material @@ -1,20 +1,16 @@ { - "description": "", "materialType": "Materials\\Types\\StandardPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "uv": { - "center": [ - 0.5, - 0.5 - ], - "offsetU": 0.10000000149011612, - "offsetV": 0.15000000596046449, - "rotateDegrees": 38.181819915771487, - "scale": 1.5, - "tileU": 0.5, - "tileV": 2.0 - } + "propertyValues": { + "uv.center": [ + 0.5, + 0.5 + ], + "uv.offsetU": 0.10000000149011612, + "uv.offsetV": 0.15000000596046448, + "uv.rotateDegrees": 38.181819915771484, + "uv.scale": 1.5, + "uv.tileU": 0.5, + "uv.tileV": 2.0 } -} +} \ No newline at end of file diff --git a/Gems/Atom/TestData/TestData/Objects/ModelHotReload/DisplayVertexColor.material b/Gems/Atom/TestData/TestData/Objects/ModelHotReload/DisplayVertexColor.material index 8a2f45260a..669efe2339 100644 --- a/Gems/Atom/TestData/TestData/Objects/ModelHotReload/DisplayVertexColor.material +++ b/Gems/Atom/TestData/TestData/Objects/ModelHotReload/DisplayVertexColor.material @@ -1,18 +1,12 @@ { - "description": "", "materialType": "Materials/Types/StandardMultilayerPBR.materialtype", - "parentMaterial": "", "materialTypeVersion": 3, - "properties": { - "blend": { - "blendSource": "BlendMaskVertexColors", - "debugDrawMode": "FinalBlendWeights", - "enableLayer2": true, - "enableLayer3": true, - "textureMap": "" - }, - "parallax": { - "enable": false - } + "propertyValues": { + "blend.blendSource": "BlendMaskVertexColors", + "blend.debugDrawMode": "FinalBlendWeights", + "blend.enableLayer2": true, + "blend.enableLayer3": true, + "blend.textureMap": "", + "parallax.enable": false } -} +} \ No newline at end of file