Updated all of the .material files in AutomatedTesting and Atom/TestData to use the new flat list format. The conversion was done using local changes with a script that opens and re-saves every .material file in a given folder (those WIP changes are on a branch here: Atom/santorac/UpgradeMaterialScript).

Signed-off-by: santorac <55155825+santorac@users.noreply.github.com>
monroegm-disable-blank-issue-2
santorac 4 years ago
parent a6fde12fd3
commit 3a426344dd

@ -1,35 +1,25 @@
{ {
"description": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"parentMaterial": "",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "propertyValues": {
"baseColor": { "baseColor.color": [
"color": [ 0.0,
0.0, 0.0,
0.0, 0.0,
0.0, 1.0
1.0 ],
] "emissive.color": [
}, 0.0,
"emissive": { 0.0,
"color": [ 0.0,
0.0, 1.0
0.0, ],
0.0, "irradiance.color": [
1.0 0.0,
] 0.0,
}, 0.0,
"irradiance": { 1.0
"color": [ ],
0.0, "opacity.factor": 1.0
0.0,
0.0,
1.0
]
},
"opacity": {
"factor": 1.0
}
} }
} }

@ -1,35 +1,25 @@
{ {
"description": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"parentMaterial": "",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "propertyValues": {
"baseColor": { "baseColor.color": [
"color": [ 0.0,
0.0, 1.0,
1.0, 0.0,
0.0, 1.0
1.0 ],
] "emissive.color": [
}, 0.0,
"emissive": { 0.0,
"color": [ 0.0,
0.0, 1.0
0.0, ],
0.0, "irradiance.color": [
1.0 0.0,
] 1.0,
}, 0.0,
"irradiance": { 1.0
"color": [ ],
0.0, "opacity.factor": 1.0
1.0,
0.0,
1.0
]
},
"opacity": {
"factor": 1.0
}
} }
} }

@ -1,49 +1,29 @@
{ {
"description": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"parentMaterial": "",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "propertyValues": {
"baseColor": { "baseColor.color": [
"color": [ 0.800000011920929,
0.800000011920929, 0.800000011920929,
0.800000011920929, 0.800000011920929,
0.800000011920929, 1.0
1.0 ],
], "baseColor.textureMap": "Textures/arch_1k_basecolor.png",
"textureMap": "Textures/arch_1k_basecolor.png" "general.applySpecularAA": true,
}, "irradiance.color": [
"general": { 1.0,
"applySpecularAA": true 0.885053813457489,
}, 0.801281750202179,
"irradiance": { 1.0
"color": [ ],
1.0, "metallic.textureMap": "Textures/arch_1k_metallic.png",
0.885053813457489, "normal.textureMap": "Textures/arch_1k_normal.jpg",
0.801281750202179, "occlusion.diffuseTextureMap": "Textures/arch_1k_ao.png",
1.0 "opacity.factor": 1.0,
] "parallax.factor": 0.050999999046325684,
}, "parallax.pdo": true,
"metallic": { "parallax.quality": "High",
"textureMap": "Textures/arch_1k_metallic.png" "parallax.useTexture": false,
}, "roughness.textureMap": "Textures/arch_1k_roughness.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"
}
} }
} }

@ -1,54 +1,32 @@
{ {
"description": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"parentMaterial": "",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "propertyValues": {
"baseColor": { "baseColor.color": [
"color": [ 0.800000011920929,
0.800000011920929, 0.800000011920929,
0.800000011920929, 0.800000011920929,
0.800000011920929, 1.0
1.0 ],
], "baseColor.textureMap": "Textures/bricks_1k_basecolor.png",
"textureMap": "Textures/bricks_1k_basecolor.png" "clearCoat.factor": 0.5,
}, "clearCoat.normalMap": "Textures/bricks_1k_normal.jpg",
"clearCoat": { "clearCoat.roughness": 0.5,
"factor": 0.5, "general.applySpecularAA": true,
"normalMap": "Textures/bricks_1k_normal.jpg", "irradiance.color": [
"roughness": 0.5 1.0,
}, 0.9703211784362793,
"general": { 0.9703211784362793,
"applySpecularAA": true 1.0
}, ],
"irradiance": { "metallic.textureMap": "Textures/bricks_1k_metallic.png",
"color": [ "normal.textureMap": "Textures/bricks_1k_normal.jpg",
1.0, "occlusion.diffuseTextureMap": "Textures/bricks_1k_ao.png",
0.9703211784362793, "opacity.factor": 1.0,
0.9703211784362793, "parallax.algorithm": "ContactRefinement",
1.0 "parallax.factor": 0.03500000014901161,
] "parallax.quality": "Medium",
}, "parallax.useTexture": false,
"metallic": { "roughness.textureMap": "Textures/bricks_1k_roughness.png"
"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"
}
} }
} }

@ -1,51 +1,31 @@
{ {
"description": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"parentMaterial": "",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "propertyValues": {
"baseColor": { "baseColor.color": [
"color": [ 0.800000011920929,
0.800000011920929, 0.800000011920929,
0.800000011920929, 0.800000011920929,
0.800000011920929, 1.0
1.0 ],
], "baseColor.textureMap": "Textures/floor_1k_basecolor.png",
"textureMap": "Textures/floor_1k_basecolor.png" "clearCoat.enable": true,
}, "clearCoat.influenceMap": "Textures/floor_1k_ao.png",
"clearCoat": { "clearCoat.normalMap": "Textures/floor_1k_normal.png",
"enable": true, "clearCoat.roughness": 0.25,
"influenceMap": "Textures/floor_1k_ao.png", "general.applySpecularAA": true,
"normalMap": "Textures/floor_1k_normal.png", "irradiance.color": [
"roughness": 0.25 1.0,
}, 0.9404135346412659,
"general": { 0.8688944578170776,
"applySpecularAA": true 1.0
}, ],
"irradiance": { "normal.textureMap": "Textures/floor_1k_normal.png",
"color": [ "occlusion.diffuseTextureMap": "Textures/floor_1k_ao.png",
1.0, "opacity.factor": 1.0,
0.9404135346412659, "parallax.factor": 0.012000000104308128,
0.8688944578170776, "parallax.pdo": true,
1.0 "parallax.useTexture": false,
] "roughness.textureMap": "Textures/floor_1k_roughness.png"
},
"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"
}
} }
} }

@ -1,44 +1,26 @@
{ {
"description": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"parentMaterial": "",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "propertyValues": {
"baseColor": { "baseColor.color": [
"color": [ 0.800000011920929,
0.800000011920929, 0.800000011920929,
0.800000011920929, 0.800000011920929,
0.800000011920929, 1.0
1.0 ],
], "baseColor.textureBlendMode": "Lerp",
"textureBlendMode": "Lerp", "baseColor.textureMap": "Textures/roof_1k_basecolor.png",
"textureMap": "Textures/roof_1k_basecolor.png" "general.applySpecularAA": true,
}, "metallic.useTexture": false,
"general": { "normal.factor": 0.5,
"applySpecularAA": true "normal.flipY": true,
}, "normal.textureMap": "Textures/roof_1k_normal.jpg",
"metallic": { "occlusion.diffuseTextureMap": "Textures/roof_1k_ao.png",
"useTexture": false "opacity.factor": 1.0,
}, "parallax.algorithm": "ContactRefinement",
"normal": { "parallax.factor": 0.019999999552965164,
"factor": 0.5, "parallax.quality": "Medium",
"flipY": true, "parallax.useTexture": false,
"textureMap": "Textures/roof_1k_normal.jpg" "roughness.textureMap": "Textures/roof_1k_roughness.png"
},
"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"
}
} }
} }

@ -1,35 +1,25 @@
{ {
"description": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"parentMaterial": "",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "propertyValues": {
"baseColor": { "baseColor.color": [
"color": [ 0.0,
0.0, 0.0,
0.0, 1.0,
1.0, 1.0
1.0 ],
] "emissive.color": [
}, 0.0,
"emissive": { 0.0,
"color": [ 0.0,
0.0, 1.0
0.0, ],
0.0, "irradiance.color": [
1.0 0.0,
] 0.0,
}, 1.0,
"irradiance": { 1.0
"color": [ ],
0.0, "opacity.factor": 1.0
0.0,
1.0,
1.0
]
},
"opacity": {
"factor": 1.0
}
} }
} }

@ -1,35 +1,25 @@
{ {
"description": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"parentMaterial": "",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "propertyValues": {
"baseColor": { "baseColor.color": [
"color": [ 0.800000011920929,
0.800000011920929, 0.0,
0.0, 0.0,
0.0, 1.0
1.0 ],
] "emissive.color": [
}, 0.0,
"emissive": { 0.0,
"color": [ 0.0,
0.0, 1.0
0.0, ],
0.0, "irradiance.color": [
1.0 1.0,
] 0.0,
}, 0.0,
"irradiance": { 1.0
"color": [ ],
1.0, "opacity.factor": 1.0
0.0,
0.0,
1.0
]
},
"opacity": {
"factor": 1.0
}
} }
} }

@ -1,19 +1,13 @@
{ {
"description": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"parentMaterial": "",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "propertyValues": {
"emissive": { "emissive.color": [
"color": [ 0.0,
0.0, 0.0,
0.0, 0.0,
0.0, 1.0
1.0 ],
] "opacity.factor": 1.0
},
"opacity": {
"factor": 1.0
}
} }
} }

@ -1,19 +1,13 @@
{ {
"description": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"parentMaterial": "",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "propertyValues": {
"emissive": { "emissive.color": [
"color": [ 0.0,
0.0, 0.0,
0.0, 0.0,
0.0, 1.0
1.0 ],
] "opacity.factor": 1.0
},
"opacity": {
"factor": 1.0
}
} }
} }

@ -1,40 +1,22 @@
{ {
"description": "",
"parentMaterial": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 4, "materialTypeVersion": 4,
"properties": { "propertyValues": {
"baseColor": { "baseColor.textureMap": "../Textures/arch_1k_basecolor.png",
"textureMap": "../Textures/arch_1k_basecolor.png" "general.applySpecularAA": true,
}, "irradiance.color": [
"general": { 0.2663614749908447,
"applySpecularAA": true 0.2383916974067688,
}, 0.18117037415504456,
"irradiance": { 1.0
"color": [ ],
0.2663614749908447, "normal.textureMap": "../Textures/arch_1k_normal.jpg",
0.2383916974067688, "occlusion.diffuseTextureMap": "../Textures/arch_1k_ao.png",
0.18117037415504456, "opacity.factor": 1.0,
1.0 "parallax.factor": 0.050999999046325684,
] "parallax.pdo": true,
}, "parallax.quality": "High",
"normal": { "parallax.useTexture": false,
"textureMap": "../Textures/arch_1k_normal.jpg" "roughness.textureMap": "../Textures/arch_1k_roughness.png"
},
"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"
}
} }
} }

@ -1,45 +1,25 @@
{ {
"description": "",
"parentMaterial": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 4, "materialTypeVersion": 4,
"properties": { "propertyValues": {
"baseColor": { "baseColor.textureMap": "../Textures/background_1k_basecolor.png",
"textureMap": "../Textures/background_1k_basecolor.png" "clearCoat.factor": 0.5,
}, "clearCoat.normalMap": "../Textures/background_1k_normal.jpg",
"clearCoat": { "clearCoat.roughness": 0.4000000059604645,
"factor": 0.5, "general.applySpecularAA": true,
"normalMap": "../Textures/background_1k_normal.jpg", "irradiance.color": [
"roughness": 0.4000000059604645 0.19806210696697235,
}, 0.1746547669172287,
"general": { 0.16513313353061676,
"applySpecularAA": true 1.0
}, ],
"irradiance": { "normal.textureMap": "../Textures/background_1k_normal.jpg",
"color": [ "occlusion.diffuseTextureMap": "../Textures/background_1k_ao.png",
0.19806210696697235, "opacity.factor": 1.0,
0.1746547669172287, "parallax.factor": 0.03099999949336052,
0.16513313353061676, "parallax.pdo": true,
1.0 "parallax.quality": "High",
] "parallax.useTexture": false,
}, "roughness.textureMap": "../Textures/background_1k_roughness.png"
"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"
}
} }
} }

@ -1,45 +1,25 @@
{ {
"description": "",
"parentMaterial": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 4, "materialTypeVersion": 4,
"properties": { "propertyValues": {
"baseColor": { "baseColor.textureMap": "../Textures/bricks_1k_basecolor.png",
"textureMap": "../Textures/bricks_1k_basecolor.png" "clearCoat.factor": 0.5,
}, "clearCoat.normalMap": "../Textures/bricks_1k_normal.jpg",
"clearCoat": { "clearCoat.roughness": 0.5,
"factor": 0.5, "general.applySpecularAA": true,
"normalMap": "../Textures/bricks_1k_normal.jpg", "irradiance.color": [
"roughness": 0.5 0.27467766404151917,
}, 0.27467766404151917,
"general": { 0.270496666431427,
"applySpecularAA": true 1.0
}, ],
"irradiance": { "normal.textureMap": "../Textures/bricks_1k_normal.jpg",
"color": [ "occlusion.diffuseTextureMap": "../Textures/bricks_1k_ao.png",
0.27467766404151917, "opacity.factor": 1.0,
0.27467766404151917, "parallax.algorithm": "ContactRefinement",
0.270496666431427, "parallax.factor": 0.03500000014901161,
1.0 "parallax.quality": "Medium",
] "parallax.useTexture": false,
}, "roughness.textureMap": "../Textures/bricks_1k_roughness.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"
}
} }
} }

@ -1,36 +1,22 @@
{ {
"description": "",
"parentMaterial": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 4, "materialTypeVersion": 4,
"properties": { "propertyValues": {
"baseColor": { "baseColor.textureMap": "../Textures/ceiling_1k_basecolor.png",
"textureMap": "../Textures/ceiling_1k_basecolor.png" "emissive.color": [
}, 0.0,
"emissive": { 0.0,
"color": [ 0.0,
0.0, 1.0
0.0, ],
0.0, "irradiance.color": [
1.0 0.29176774621009827,
] 0.27888914942741394,
}, 0.2501564025878906,
"irradiance": { 1.0
"color": [ ],
0.29176774621009827, "normal.textureMap": "../Textures/ceiling_1k_normal.png",
0.27888914942741394, "opacity.factor": 1.0,
0.2501564025878906, "roughness.textureMap": "../Textures/ceiling_1k_roughness.png"
1.0
]
},
"normal": {
"textureMap": "../Textures/ceiling_1k_normal.png"
},
"opacity": {
"factor": 1.0
},
"roughness": {
"textureMap": "../Textures/ceiling_1k_roughness.png"
}
} }
} }

@ -1,35 +1,21 @@
{ {
"description": "",
"parentMaterial": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 4, "materialTypeVersion": 4,
"properties": { "propertyValues": {
"baseColor": { "baseColor.textureBlendMode": "Lerp",
"textureBlendMode": "Lerp", "baseColor.textureMap": "../Textures/chain_basecolor.png",
"textureMap": "../Textures/chain_basecolor.png" "emissive.color": [
}, 0.0,
"emissive": { 0.0,
"color": [ 0.0,
0.0, 1.0
0.0, ],
0.0, "general.doubleSided": true,
1.0 "metallic.factor": 0.8899999856948853,
] "normal.textureMap": "../Textures/chain_normal.jpg",
}, "opacity.alphaSource": "Split",
"general": { "opacity.factor": 1.0,
"doubleSided": true "opacity.mode": "Cutout",
}, "opacity.textureMap": "../Textures/chain_alpha.png"
"metallic": {
"factor": 0.8899999856948853
},
"normal": {
"textureMap": "../Textures/chain_normal.jpg"
},
"opacity": {
"alphaSource": "Split",
"factor": 1.0,
"mode": "Cutout",
"textureMap": "../Textures/chain_alpha.png"
}
} }
} }

@ -1,45 +1,25 @@
{ {
"description": "",
"parentMaterial": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 4, "materialTypeVersion": 4,
"properties": { "propertyValues": {
"baseColor": { "baseColor.textureMap": "../Textures/columnA_1k_basecolor.png",
"textureMap": "../Textures/columnA_1k_basecolor.png" "clearCoat.factor": 0.5,
}, "clearCoat.normalMap": "../Textures/columnA_1k_normal.jpg",
"clearCoat": { "clearCoat.roughness": 0.30000001192092896,
"factor": 0.5, "general.applySpecularAA": true,
"normalMap": "../Textures/columnA_1k_normal.jpg", "irradiance.color": [
"roughness": 0.30000001192092896 1.0,
}, 0.8964369893074036,
"general": { 0.8264744281768799,
"applySpecularAA": true 1.0
}, ],
"irradiance": { "normal.textureMap": "../Textures/columnA_1k_normal.jpg",
"color": [ "occlusion.diffuseTextureMap": "../Textures/columnA_1k_ao.png",
1.0, "opacity.factor": 1.0,
0.8964369893074036, "parallax.factor": 0.017000000923871994,
0.8264744281768799, "parallax.pdo": true,
1.0 "parallax.quality": "High",
] "parallax.useTexture": false,
}, "roughness.textureMap": "../Textures/columnA_1k_roughness.png"
"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"
}
} }
} }

@ -1,45 +1,25 @@
{ {
"description": "",
"parentMaterial": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 4, "materialTypeVersion": 4,
"properties": { "propertyValues": {
"baseColor": { "baseColor.textureMap": "../Textures/columnB_1k_basecolor.png",
"textureMap": "../Textures/columnB_1k_basecolor.png" "clearCoat.factor": 0.5,
}, "clearCoat.normalMap": "../Textures/columnB_1k_normal.jpg",
"clearCoat": { "clearCoat.roughness": 0.30000001192092896,
"factor": 0.5, "general.applySpecularAA": true,
"normalMap": "../Textures/columnB_1k_normal.jpg", "irradiance.color": [
"roughness": 0.30000001192092896 0.41788357496261597,
}, 0.40723279118537903,
"general": { 0.4286869466304779,
"applySpecularAA": true 1.0
}, ],
"irradiance": { "normal.textureMap": "../Textures/columnB_1k_normal.jpg",
"color": [ "occlusion.diffuseTextureMap": "../Textures/columnB_1k_ao.png",
0.41788357496261597, "opacity.factor": 1.0,
0.40723279118537903, "parallax.factor": 0.020999999716877937,
0.4286869466304779, "parallax.pdo": true,
1.0 "parallax.quality": "High",
] "parallax.useTexture": false,
}, "roughness.textureMap": "../Textures/columnB_1k_roughness.png"
"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"
}
} }
} }

@ -1,45 +1,25 @@
{ {
"description": "",
"parentMaterial": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 4, "materialTypeVersion": 4,
"properties": { "propertyValues": {
"baseColor": { "baseColor.textureMap": "../Textures/columnC_1k_basecolor.png",
"textureMap": "../Textures/columnC_1k_basecolor.png" "clearCoat.factor": 0.5,
}, "clearCoat.normalMap": "../Textures/columnC_1k_normal.jpg",
"clearCoat": { "clearCoat.roughness": 0.30000001192092896,
"factor": 0.5, "general.applySpecularAA": true,
"normalMap": "../Textures/columnC_1k_normal.jpg", "irradiance.color": [
"roughness": 0.30000001192092896 0.32314029335975647,
}, 0.29176774621009827,
"general": { 0.24228274822235107,
"applySpecularAA": true 1.0
}, ],
"irradiance": { "normal.textureMap": "../Textures/columnC_1k_normal.jpg",
"color": [ "occlusion.diffuseTextureMap": "../Textures/columnC_1k_ao.png",
0.32314029335975647, "opacity.factor": 1.0,
0.29176774621009827, "parallax.factor": 0.014000000432133675,
0.24228274822235107, "parallax.pdo": true,
1.0 "parallax.quality": "High",
] "parallax.useTexture": false,
}, "roughness.textureMap": "../Textures/columnC_1k_roughness.png"
"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"
}
} }
} }

@ -1,52 +1,32 @@
{ {
"description": "",
"parentMaterial": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 4, "materialTypeVersion": 4,
"properties": { "propertyValues": {
"baseColor": { "baseColor.color": [
"color": [ 1.0,
1.0, 1.0,
1.0, 1.0,
1.0, 1.0
1.0 ],
], "baseColor.textureMap": "../Textures/curtainBlue_1k_basecolor.png",
"textureMap": "../Textures/curtainBlue_1k_basecolor.png" "emissive.color": [
}, 1.0,
"emissive": { 1.0,
"color": [ 1.0,
1.0, 1.0
1.0, ],
1.0, "general.applySpecularAA": true,
1.0 "irradiance.color": [
] 0.0,
}, 0.14901961386203766,
"general": { 1.0,
"applySpecularAA": true 1.0
}, ],
"irradiance": { "metallic.textureMap": "../Textures/curtain_metallic.png",
"color": [ "normal.factor": 0.5,
0.0, "normal.textureMap": "../Textures/curtain_normal.jpg",
0.14901961386203766, "occlusion.diffuseTextureMap": "../Textures/curtain_ao.png",
1.0, "roughness.textureMap": "../Textures/curtain_roughness.png",
1.0 "specularF0.enableMultiScatterCompensation": true
]
},
"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
}
} }
} }

@ -1,38 +1,20 @@
{ {
"description": "",
"parentMaterial": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 4, "materialTypeVersion": 4,
"properties": { "propertyValues": {
"baseColor": { "baseColor.textureMap": "../Textures/curtainGreen_1k_basecolor.png",
"textureMap": "../Textures/curtainGreen_1k_basecolor.png" "general.applySpecularAA": true,
}, "irradiance.color": [
"general": { 0.0,
"applySpecularAA": true 0.15294118225574493,
}, 0.0,
"irradiance": { 1.0
"color": [ ],
0.0, "metallic.textureMap": "../Textures/curtain_metallic.png",
0.15294118225574493, "normal.factor": 0.5,
0.0, "normal.textureMap": "../Textures/curtain_normal.jpg",
1.0 "occlusion.diffuseTextureMap": "../Textures/curtain_ao.png",
] "opacity.factor": 1.0,
}, "roughness.textureMap": "../Textures/curtain_roughness.png"
"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"
}
} }
} }

@ -1,43 +1,23 @@
{ {
"description": "",
"parentMaterial": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 4, "materialTypeVersion": 4,
"properties": { "propertyValues": {
"baseColor": { "baseColor.textureMap": "../Textures/curtainRed_1k_basecolor.png",
"textureMap": "../Textures/curtainRed_1k_basecolor.png" "general.applySpecularAA": true,
}, "irradiance.color": [
"general": { 0.41960784792900085,
"applySpecularAA": true 0.003921568859368563,
}, 0.003921568859368563,
"irradiance": { 1.0
"color": [ ],
0.41960784792900085, "metallic.textureMap": "../Textures/curtain_metallic.png",
0.003921568859368563, "normal.textureMap": "../Textures/curtain_normal.jpg",
0.003921568859368563, "occlusion.diffuseTextureMap": "../Textures/curtain_ao.png",
1.0 "opacity.factor": 1.0,
] "roughness.textureMap": "../Textures/curtain_roughness.png",
}, "uv.center": [
"metallic": { 16.0,
"textureMap": "../Textures/curtain_metallic.png" 0.0
}, ]
"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
]
}
} }
} }

@ -1,39 +1,19 @@
{ {
"description": "",
"parentMaterial": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 4, "materialTypeVersion": 4,
"properties": { "propertyValues": {
"baseColor": { "baseColor.textureMap": "../Textures/details_1k_basecolor.png",
"textureMap": "../Textures/details_1k_basecolor.png" "clearCoat.factor": 0.5,
}, "clearCoat.normalMap": "../Textures/details_1k_normal.png",
"clearCoat": { "clearCoat.roughness": 0.25,
"factor": 0.5, "general.applySpecularAA": true,
"normalMap": "../Textures/details_1k_normal.png", "metallic.textureMap": "../Textures/details_1k_metallic.png",
"roughness": 0.25 "normal.textureMap": "../Textures/details_1k_normal.png",
}, "occlusion.diffuseTextureMap": "../Textures/details_1k_ao.png",
"general": { "opacity.factor": 1.0,
"applySpecularAA": true "parallax.factor": 0.02500000037252903,
}, "parallax.pdo": true,
"metallic": { "parallax.useTexture": false,
"textureMap": "../Textures/details_1k_metallic.png" "roughness.textureMap": "../Textures/details_1k_roughness.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"
}
} }
} }

@ -1,39 +1,21 @@
{ {
"description": "",
"parentMaterial": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 4, "materialTypeVersion": 4,
"properties": { "propertyValues": {
"baseColor": { "baseColor.textureMap": "../Textures/fabricBlue_1k_basecolor.png",
"textureMap": "../Textures/fabricBlue_1k_basecolor.png" "general.applySpecularAA": true,
}, "irradiance.color": [
"general": { 0.0,
"applySpecularAA": true 0.15049973130226135,
}, 1.0,
"irradiance": { 1.0
"color": [ ],
0.0, "irradiance.factor": 0.30000001192092896,
0.15049973130226135, "metallic.textureMap": "../Textures/fabric_metallic.png",
1.0, "normal.factor": 0.5,
1.0 "normal.textureMap": "../Textures/fabric_normal.jpg",
], "occlusion.diffuseTextureMap": "../Textures/fabric_ao.png",
"factor": 0.30000001192092896 "opacity.factor": 1.0,
}, "roughness.textureMap": "../Textures/fabric_roughness.png"
"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"
}
} }
} }

@ -1,39 +1,21 @@
{ {
"description": "",
"parentMaterial": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 4, "materialTypeVersion": 4,
"properties": { "propertyValues": {
"baseColor": { "baseColor.textureMap": "../Textures/fabricGreen_1k_basecolor.png",
"textureMap": "../Textures/fabricGreen_1k_basecolor.png" "general.applySpecularAA": true,
}, "irradiance.color": [
"general": { 0.0,
"applySpecularAA": true 0.15292592346668243,
}, 0.0012207217514514923,
"irradiance": { 1.0
"color": [ ],
0.0, "irradiance.factor": 0.30000001192092896,
0.15292592346668243, "metallic.textureMap": "../Textures/fabric_metallic.png",
0.0012207217514514923, "normal.factor": 0.5,
1.0 "normal.textureMap": "../Textures/fabric_normal.jpg",
], "occlusion.diffuseTextureMap": "../Textures/fabric_ao.png",
"factor": 0.30000001192092896 "opacity.factor": 1.0,
}, "roughness.textureMap": "../Textures/fabric_roughness.png"
"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"
}
} }
} }

@ -1,39 +1,21 @@
{ {
"description": "",
"parentMaterial": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 4, "materialTypeVersion": 4,
"properties": { "propertyValues": {
"baseColor": { "baseColor.textureMap": "../Textures/fabricRed_1k_basecolor.png",
"textureMap": "../Textures/fabricRed_1k_basecolor.png" "general.applySpecularAA": true,
}, "irradiance.color": [
"general": { 0.42040130496025085,
"applySpecularAA": true 0.004654001910239458,
}, 0.0037232013419270515,
"irradiance": { 1.0
"color": [ ],
0.42040130496025085, "irradiance.factor": 0.30000001192092896,
0.004654001910239458, "metallic.textureMap": "../Textures/fabric_metallic.png",
0.0037232013419270515, "normal.factor": 0.5,
1.0 "normal.textureMap": "../Textures/fabric_normal.jpg",
], "occlusion.diffuseTextureMap": "../Textures/fabric_ao.png",
"factor": 0.30000001192092896 "opacity.factor": 1.0,
}, "roughness.textureMap": "../Textures/fabric_roughness.png"
"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"
}
} }
} }

@ -1,46 +1,24 @@
{ {
"description": "",
"parentMaterial": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 4, "materialTypeVersion": 4,
"properties": { "propertyValues": {
"baseColor": { "baseColor.textureMap": "../Textures/flagpole_1k_basecolor.png",
"textureMap": "../Textures/flagpole_1k_basecolor.png" "general.applySpecularAA": true,
}, "irradiance.color": [
"general": { 1.0,
"applySpecularAA": true 0.6520485281944275,
}, 0.7122911214828491,
"irradiance": { 1.0
"color": [ ],
1.0, "metallic.textureMap": "../Textures/flagpole_1k_metallic.png",
0.6520485281944275, "normal.textureMap": "../Textures/flagpole_1k_normal.png",
0.7122911214828491, "occlusion.diffuseTextureMap": "../Textures/flagpole_1k_ao.png",
1.0 "opacity.factor": 1.0,
] "parallax.factor": 0.014000000432133675,
}, "parallax.pdo": true,
"metallic": { "parallax.quality": "High",
"textureMap": "../Textures/flagpole_1k_metallic.png" "parallax.useTexture": false,
}, "roughness.textureMap": "../Textures/flagpole_1k_roughness.png",
"normal": { "specularF0.enableMultiScatterCompensation": true
"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
}
} }
} }

@ -1,44 +1,24 @@
{ {
"description": "",
"parentMaterial": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 4, "materialTypeVersion": 4,
"properties": { "propertyValues": {
"baseColor": { "baseColor.textureMap": "../Textures/floor_1k_basecolor.png",
"textureMap": "../Textures/floor_1k_basecolor.png" "clearCoat.influenceMap": "../Textures/floor_1k_ao.png",
}, "clearCoat.normalMap": "../Textures/floor_1k_normal.png",
"clearCoat": { "clearCoat.roughness": 0.25,
"influenceMap": "../Textures/floor_1k_ao.png", "general.applySpecularAA": true,
"normalMap": "../Textures/floor_1k_normal.png", "irradiance.color": [
"roughness": 0.25 1.0,
}, 0.9404135346412659,
"general": { 0.8688944578170776,
"applySpecularAA": true 1.0
}, ],
"irradiance": { "normal.textureMap": "../Textures/floor_1k_normal.png",
"color": [ "occlusion.diffuseTextureMap": "../Textures/floor_1k_ao.png",
1.0, "opacity.factor": 1.0,
0.9404135346412659, "parallax.factor": 0.012000000104308128,
0.8688944578170776, "parallax.pdo": true,
1.0 "parallax.useTexture": false,
] "roughness.textureMap": "../Textures/floor_1k_roughness.png"
},
"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"
}
} }
} }

@ -1,43 +1,25 @@
{ {
"description": "",
"parentMaterial": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 4, "materialTypeVersion": 4,
"properties": { "propertyValues": {
"baseColor": { "baseColor.textureMap": "../Textures/thorn_basecolor.png",
"textureMap": "../Textures/thorn_basecolor.png" "clearCoat.factor": 0.05000000074505806,
}, "clearCoat.normalMap": "../Textures/thorn_normal.jpg",
"clearCoat": { "clearCoat.roughness": 0.10000000149011612,
"factor": 0.05000000074505806, "general.applySpecularAA": true,
"normalMap": "../Textures/thorn_normal.jpg", "general.doubleSided": true,
"roughness": 0.10000000149011612 "irradiance.color": [
}, 0.46506446599960327,
"general": { 1.0,
"applySpecularAA": true, 0.3944609761238098,
"doubleSided": true 1.0
}, ],
"irradiance": { "normal.textureMap": "../Textures/thorn_normal.jpg",
"color": [ "opacity.alphaSource": "Split",
0.46506446599960327, "opacity.factor": 0.20000000298023224,
1.0, "opacity.mode": "Cutout",
0.3944609761238098, "opacity.textureMap": "../Textures/thorn_alpha.png",
1.0 "parallax.useTexture": false,
] "roughness.textureMap": "../Textures/thorn_roughness.png"
},
"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"
}
} }
} }

@ -1,36 +1,22 @@
{ {
"description": "",
"parentMaterial": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 4, "materialTypeVersion": 4,
"properties": { "propertyValues": {
"baseColor": { "baseColor.textureMap": "../Textures/lion_1k_basecolor.png",
"textureMap": "../Textures/lion_1k_basecolor.png" "emissive.color": [
}, 0.0,
"emissive": { 0.0,
"color": [ 0.0,
0.0, 1.0
0.0, ],
0.0, "irradiance.color": [
1.0 0.5583428740501404,
] 0.496940553188324,
}, 0.4125429093837738,
"irradiance": { 1.0
"color": [ ],
0.5583428740501404, "normal.textureMap": "../Textures/lion_1k_normal.jpg",
0.496940553188324, "opacity.factor": 1.0,
0.4125429093837738, "roughness.textureMap": "../Textures/lion_1k_roughness.png"
1.0
]
},
"normal": {
"textureMap": "../Textures/lion_1k_normal.jpg"
},
"opacity": {
"factor": 1.0
},
"roughness": {
"textureMap": "../Textures/lion_1k_roughness.png"
}
} }
} }

@ -1,47 +1,27 @@
{ {
"description": "",
"parentMaterial": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 4, "materialTypeVersion": 4,
"properties": { "propertyValues": {
"baseColor": { "baseColor.textureBlendMode": "Lerp",
"textureBlendMode": "Lerp", "baseColor.textureMap": "../Textures/roof_1k_basecolor.png",
"textureMap": "../Textures/roof_1k_basecolor.png" "general.applySpecularAA": true,
}, "irradiance.color": [
"general": { 0.29613184928894043,
"applySpecularAA": true 0.3324483036994934,
}, 0.45078203082084656,
"irradiance": { 1.0
"color": [ ],
0.29613184928894043, "metallic.textureMap": "../Textures/roof_1k_metallic.png",
0.3324483036994934, "metallic.useTexture": false,
0.45078203082084656, "normal.factor": 0.5,
1.0 "normal.flipY": true,
] "normal.textureMap": "../Textures/roof_1k_normal.jpg",
}, "occlusion.diffuseTextureMap": "../Textures/roof_1k_ao.png",
"metallic": { "opacity.factor": 1.0,
"textureMap": "../Textures/roof_1k_metallic.png", "parallax.algorithm": "ContactRefinement",
"useTexture": false "parallax.factor": 0.019999999552965164,
}, "parallax.quality": "Medium",
"normal": { "parallax.useTexture": false,
"factor": 0.5, "roughness.textureMap": "../Textures/roof_1k_roughness.png"
"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"
}
} }
} }

@ -1,46 +1,24 @@
{ {
"description": "",
"parentMaterial": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 4, "materialTypeVersion": 4,
"properties": { "propertyValues": {
"baseColor": { "baseColor.textureMap": "../Textures/vase_1k_basecolor.png",
"textureMap": "../Textures/vase_1k_basecolor.png" "general.applySpecularAA": true,
}, "irradiance.color": [
"general": { 1.0,
"applySpecularAA": true 0.8713664412498474,
}, 0.6021667718887329,
"irradiance": { 1.0
"color": [ ],
1.0, "metallic.textureMap": "../Textures/vase_1k_metallic.png",
0.8713664412498474, "normal.textureMap": "../Textures/vase_1k_normal.jpg",
0.6021667718887329, "occlusion.diffuseTextureMap": "../Textures/vase_1k_ao.png",
1.0 "opacity.factor": 1.0,
] "parallax.factor": 0.027000000700354576,
}, "parallax.pdo": true,
"metallic": { "parallax.quality": "High",
"textureMap": "../Textures/vase_1k_metallic.png" "parallax.useTexture": false,
}, "roughness.textureMap": "../Textures/vase_1k_roughness.png",
"normal": { "specularF0.enableMultiScatterCompensation": true
"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
}
} }
} }

@ -1,43 +1,23 @@
{ {
"description": "",
"parentMaterial": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 4, "materialTypeVersion": 4,
"properties": { "propertyValues": {
"baseColor": { "baseColor.textureMap": "../Textures/vaseHanging_1k_basecolor.png",
"textureMap": "../Textures/vaseHanging_1k_basecolor.png" "general.applySpecularAA": true,
}, "irradiance.color": [
"general": { 0.765606164932251,
"applySpecularAA": true 1.0,
}, 0.7052567601203918,
"irradiance": { 1.0
"color": [ ],
0.765606164932251, "metallic.textureMap": "../Textures/vaseHanging_1k_metallic.png",
1.0, "normal.textureMap": "../Textures/vaseHanging_1k_normal.png",
0.7052567601203918, "occlusion.diffuseTextureMap": "../Textures/vaseHanging_1k_ao.png",
1.0 "opacity.factor": 1.0,
] "parallax.factor": 0.04600000008940697,
}, "parallax.pdo": true,
"metallic": { "parallax.quality": "High",
"textureMap": "../Textures/vaseHanging_1k_metallic.png" "parallax.useTexture": false,
}, "roughness.textureMap": "../Textures/vaseHanging_1k_roughness.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"
}
} }
} }

@ -1,36 +1,26 @@
{ {
"description": "",
"parentMaterial": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 4, "materialTypeVersion": 4,
"properties": { "propertyValues": {
"baseColor": { "baseColor.color": [
"color": [ 0.800000011920929,
0.800000011920929, 0.800000011920929,
0.800000011920929, 0.800000011920929,
0.800000011920929, 1.0
1.0 ],
], "baseColor.textureBlendMode": "Lerp",
"textureBlendMode": "Lerp", "baseColor.textureMap": "../Textures/vasePlant_1k_basecolor.png",
"textureMap": "../Textures/vasePlant_1k_basecolor.png" "general.applySpecularAA": true,
}, "general.doubleSided": true,
"general": { "irradiance.color": [
"applySpecularAA": true, 0.09086747467517853,
"doubleSided": true 0.4111391007900238,
}, 0.0474097803235054,
"irradiance": { 1.0
"color": [ ],
0.09086747467517853, "opacity.alphaSource": "Split",
0.4111391007900238, "opacity.factor": 0.23999999463558197,
0.0474097803235054, "opacity.mode": "Cutout",
1.0 "opacity.textureMap": "../Textures/vasePlant_1k_alpha.png"
]
},
"opacity": {
"alphaSource": "Split",
"factor": 0.23999999463558197,
"mode": "Cutout",
"textureMap": "../Textures/vasePlant_1k_alpha.png"
}
} }
} }

@ -1,49 +1,27 @@
{ {
"description": "",
"parentMaterial": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 4, "materialTypeVersion": 4,
"properties": { "propertyValues": {
"baseColor": { "baseColor.textureMap": "../Textures/vaseRound_1k_basecolor.png",
"textureMap": "../Textures/vaseRound_1k_basecolor.png" "clearCoat.factor": 0.5,
}, "clearCoat.influenceMap": "../Textures/vaseRound_1k_ao.png",
"clearCoat": { "clearCoat.normalMap": "../Textures/vaseRound_1k_normal.jpg",
"factor": 0.5, "clearCoat.roughness": 0.25,
"influenceMap": "../Textures/vaseRound_1k_ao.png", "general.applySpecularAA": true,
"normalMap": "../Textures/vaseRound_1k_normal.jpg", "irradiance.color": [
"roughness": 0.25 0.46933698654174805,
}, 0.3824063539505005,
"general": { 0.47861447930336,
"applySpecularAA": true 1.0
}, ],
"irradiance": { "normal.textureMap": "../Textures/vaseRound_1k_normal.jpg",
"color": [ "occlusion.diffuseTextureMap": "../Textures/vaseRound_1k_ao.png",
0.46933698654174805, "opacity.factor": 1.0,
0.3824063539505005, "parallax.factor": 0.019999999552965164,
0.47861447930336, "parallax.pdo": true,
1.0 "parallax.quality": "High",
] "parallax.useTexture": false,
}, "roughness.textureMap": "../Textures/vaseRound_1k_roughness.png",
"normal": { "specularF0.enableMultiScatterCompensation": true
"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
}
} }
} }

@ -1,32 +1,26 @@
{ {
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 1, "materialTypeVersion": 1,
"properties": { "propertyValues": {
"baseColor": { "baseColor.color": [
"color": [ 1.0, 1.0, 1.0 ], 1.0,
"factor": 0.75, 1.0,
"useTexture": false, 1.0
"textureMap": "" ],
}, "baseColor.factor": 0.75,
"metallic": { "baseColor.textureMap": "",
"factor": 0.0, "baseColor.useTexture": false,
"useTexture": false, "metallic.factor": 0.0,
"textureMap": "" "metallic.textureMap": "",
}, "metallic.useTexture": false,
"roughness": { "normal.factor": 1.0,
"factor": 0.0, "normal.textureMap": "",
"useTexture": false, "normal.useTexture": false,
"textureMap": "" "roughness.factor": 0.0,
}, "roughness.textureMap": "",
"specularF0": { "roughness.useTexture": false,
"factor": 0.5, "specularF0.factor": 0.5,
"useTexture": false, "specularF0.textureMap": "",
"textureMap": "" "specularF0.useTexture": false
},
"normal": {
"factor": 1.0,
"useTexture": false,
"textureMap": ""
}
} }
} }

@ -1,13 +1,9 @@
{ {
"parentMaterial": "./basic.material",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 1, "materialTypeVersion": 1,
"properties": { "parentMaterial": "./basic.material",
"metallic": { "propertyValues": {
"factor": 0.0 "metallic.factor": 0.0,
}, "roughness.factor": 0.0
"roughness": {
"factor": 0.0
}
} }
} }

@ -1,13 +1,9 @@
{ {
"parentMaterial": "./basic.material",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 1, "materialTypeVersion": 1,
"properties": { "parentMaterial": "./basic.material",
"metallic": { "propertyValues": {
"factor": 0.0 "metallic.factor": 0.0,
}, "roughness.factor": 0.10000000149011612
"roughness": {
"factor": 0.1
}
} }
} }

@ -1,13 +1,9 @@
{ {
"parentMaterial": "./basic.material",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 1, "materialTypeVersion": 1,
"properties": { "parentMaterial": "./basic.material",
"metallic": { "propertyValues": {
"factor": 0.0 "metallic.factor": 0.0,
}, "roughness.factor": 0.20000000298023224
"roughness": {
"factor": 0.2
}
} }
} }

@ -1,13 +1,9 @@
{ {
"parentMaterial": "./basic.material",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 1, "materialTypeVersion": 1,
"properties": { "parentMaterial": "./basic.material",
"metallic": { "propertyValues": {
"factor": 0.0 "metallic.factor": 0.0,
}, "roughness.factor": 0.30000001192092896
"roughness": {
"factor": 0.3
}
} }
} }

@ -1,13 +1,9 @@
{ {
"parentMaterial": "./basic.material",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 1, "materialTypeVersion": 1,
"properties": { "parentMaterial": "./basic.material",
"metallic": { "propertyValues": {
"factor": 0.0 "metallic.factor": 0.0,
}, "roughness.factor": 0.4000000059604645
"roughness": {
"factor": 0.4
}
} }
} }

@ -1,13 +1,9 @@
{ {
"parentMaterial": "./basic.material",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 1, "materialTypeVersion": 1,
"properties": { "parentMaterial": "./basic.material",
"metallic": { "propertyValues": {
"factor": 0.0 "metallic.factor": 0.0,
}, "roughness.factor": 0.5
"roughness": {
"factor": 0.5
}
} }
} }

@ -1,13 +1,9 @@
{ {
"parentMaterial": "./basic.material",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 1, "materialTypeVersion": 1,
"properties": { "parentMaterial": "./basic.material",
"metallic": { "propertyValues": {
"factor": 0.0 "metallic.factor": 0.0,
}, "roughness.factor": 0.6000000238418579
"roughness": {
"factor": 0.6
}
} }
} }

@ -1,13 +1,9 @@
{ {
"parentMaterial": "./basic.material",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 1, "materialTypeVersion": 1,
"properties": { "parentMaterial": "./basic.material",
"metallic": { "propertyValues": {
"factor": 0.0 "metallic.factor": 0.0,
}, "roughness.factor": 0.699999988079071
"roughness": {
"factor": 0.7
}
} }
} }

@ -1,13 +1,9 @@
{ {
"parentMaterial": "./basic.material",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 1, "materialTypeVersion": 1,
"properties": { "parentMaterial": "./basic.material",
"metallic": { "propertyValues": {
"factor": 0.0 "metallic.factor": 0.0,
}, "roughness.factor": 0.800000011920929
"roughness": {
"factor": 0.8
}
} }
} }

@ -1,13 +1,9 @@
{ {
"parentMaterial": "./basic.material",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 1, "materialTypeVersion": 1,
"properties": { "parentMaterial": "./basic.material",
"metallic": { "propertyValues": {
"factor": 0.0 "metallic.factor": 0.0,
}, "roughness.factor": 0.8999999761581421
"roughness": {
"factor": 0.9
}
} }
} }

@ -1,13 +1,9 @@
{ {
"parentMaterial": "./basic.material",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 1, "materialTypeVersion": 1,
"properties": { "parentMaterial": "./basic.material",
"metallic": { "propertyValues": {
"factor": 0.0 "metallic.factor": 0.0,
}, "roughness.factor": 1.0
"roughness": {
"factor": 1.0
}
} }
} }

@ -1,13 +1,9 @@
{ {
"parentMaterial": "./basic.material",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 1, "materialTypeVersion": 1,
"properties": { "parentMaterial": "./basic.material",
"metallic": { "propertyValues": {
"factor": 1.0 "metallic.factor": 1.0,
}, "roughness.factor": 0.0
"roughness": {
"factor": 0.0
}
} }
} }

@ -1,13 +1,9 @@
{ {
"parentMaterial": "./basic.material",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 1, "materialTypeVersion": 1,
"properties": { "parentMaterial": "./basic.material",
"metallic": { "propertyValues": {
"factor": 1.0 "metallic.factor": 1.0,
}, "roughness.factor": 0.10000000149011612
"roughness": {
"factor": 0.1
}
} }
} }

@ -1,13 +1,9 @@
{ {
"parentMaterial": "./basic.material",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 1, "materialTypeVersion": 1,
"properties": { "parentMaterial": "./basic.material",
"metallic": { "propertyValues": {
"factor": 1.0 "metallic.factor": 1.0,
}, "roughness.factor": 0.20000000298023224
"roughness": {
"factor": 0.2
}
} }
} }

@ -1,13 +1,9 @@
{ {
"parentMaterial": "./basic.material",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 1, "materialTypeVersion": 1,
"properties": { "parentMaterial": "./basic.material",
"metallic": { "propertyValues": {
"factor": 1.0 "metallic.factor": 1.0,
}, "roughness.factor": 0.30000001192092896
"roughness": {
"factor": 0.3
}
} }
} }

@ -1,13 +1,9 @@
{ {
"parentMaterial": "./basic.material",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 1, "materialTypeVersion": 1,
"properties": { "parentMaterial": "./basic.material",
"metallic": { "propertyValues": {
"factor": 1.0 "metallic.factor": 1.0,
}, "roughness.factor": 0.4000000059604645
"roughness": {
"factor": 0.4
}
} }
} }

@ -1,13 +1,9 @@
{ {
"parentMaterial": "./basic.material",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 1, "materialTypeVersion": 1,
"properties": { "parentMaterial": "./basic.material",
"metallic": { "propertyValues": {
"factor": 1.0 "metallic.factor": 1.0,
}, "roughness.factor": 0.5
"roughness": {
"factor": 0.5
}
} }
} }

@ -1,13 +1,9 @@
{ {
"parentMaterial": "./basic.material",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 1, "materialTypeVersion": 1,
"properties": { "parentMaterial": "./basic.material",
"metallic": { "propertyValues": {
"factor": 1.0 "metallic.factor": 1.0,
}, "roughness.factor": 0.6000000238418579
"roughness": {
"factor": 0.6
}
} }
} }

@ -1,13 +1,9 @@
{ {
"parentMaterial": "./basic.material",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 1, "materialTypeVersion": 1,
"properties": { "parentMaterial": "./basic.material",
"metallic": { "propertyValues": {
"factor": 1.0 "metallic.factor": 1.0,
}, "roughness.factor": 0.699999988079071
"roughness": {
"factor": 0.7
}
} }
} }

@ -1,13 +1,9 @@
{ {
"parentMaterial": "./basic.material",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 1, "materialTypeVersion": 1,
"properties": { "parentMaterial": "./basic.material",
"metallic": { "propertyValues": {
"factor": 1.0 "metallic.factor": 1.0,
}, "roughness.factor": 0.800000011920929
"roughness": {
"factor": 0.8
}
} }
} }

@ -1,13 +1,9 @@
{ {
"parentMaterial": "./basic.material",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 1, "materialTypeVersion": 1,
"properties": { "parentMaterial": "./basic.material",
"metallic": { "propertyValues": {
"factor": 1.0 "metallic.factor": 1.0,
}, "roughness.factor": 0.8999999761581421
"roughness": {
"factor": 0.9
}
} }
} }

@ -1,13 +1,9 @@
{ {
"parentMaterial": "./basic.material",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 1, "materialTypeVersion": 1,
"properties": { "parentMaterial": "./basic.material",
"metallic": { "propertyValues": {
"factor": 1.0 "metallic.factor": 1.0,
}, "roughness.factor": 1.0
"roughness": {
"factor": 1.0
}
} }
} }

@ -1,4 +1,4 @@
{ {
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"parentMaterial": "Materials/Presets/PBR/default_grid.material" "parentMaterial": "Materials/Presets/PBR/default_grid.material"
} }

@ -1,11 +1,8 @@
{ {
"description": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"parentMaterial": "Materials/Presets/PBR/default_grid.material",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "parentMaterial": "Materials/Presets/PBR/default_grid.material",
"opacity": { "propertyValues": {
"mode": "Blended" "opacity.mode": "Blended"
}
} }
} }

@ -1,17 +1,13 @@
{ {
"description": "",
"parentMaterial": "",
"materialType": "TestData/Materials/Types/MinimalPBR.materialtype", "materialType": "TestData/Materials/Types/MinimalPBR.materialtype",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "propertyValues": {
"settings": { "settings.color": [
"color": [ 0.08522164076566696,
0.08522164076566696, 0.11898985505104065,
0.11898985505104065, 1.0,
1.0, 1.0
1.0 ],
], "settings.roughness": 0.33000001311302185
"roughness": 0.33000001311302185
}
} }
} }

@ -1,3 +1,3 @@
{ {
"materialType": "UVs.materialtype" "materialType": "UVs.materialtype"
} }

@ -1,32 +1,26 @@
{ {
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 1, "materialTypeVersion": 1,
"properties": { "propertyValues": {
"baseColor": { "baseColor.color": [
"color": [ 0.18, 0.18, 0.18 ], 0.18000000715255737,
"factor": 1.0, 0.18000000715255737,
"useTexture": false, 0.18000000715255737
"textureMap": "" ],
}, "baseColor.factor": 1.0,
"metallic": { "baseColor.textureMap": "",
"factor": 0.0, "baseColor.useTexture": false,
"useTexture": false, "metallic.factor": 0.0,
"textureMap": "" "metallic.textureMap": "",
}, "metallic.useTexture": false,
"roughness": { "normal.factor": 1.0,
"factor": 1.0, "normal.textureMap": "",
"useTexture": false, "normal.useTexture": false,
"textureMap": "" "roughness.factor": 1.0,
}, "roughness.textureMap": "",
"specularF0": { "roughness.useTexture": false,
"factor": 0.5, "specularF0.factor": 0.5,
"useTexture": false, "specularF0.textureMap": "",
"textureMap": "" "specularF0.useTexture": false
},
"normal": {
"factor": 1.0,
"useTexture": false,
"textureMap": ""
}
} }
} }

@ -1,36 +1,20 @@
{ {
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 4, "materialTypeVersion": 4,
"properties": { "propertyValues": {
"baseColor": { "baseColor.textureMap": "Materials/decal/airship_symbol_decal.tif",
"textureMap": "Materials/decal/airship_symbol_decal.tif" "general.doubleSided": true,
}, "metallic.useTexture": false,
"general": { "normal.useTexture": false,
"doubleSided": true "opacity.alphaSource": "Split",
}, "opacity.factor": 0.6899999976158142,
"metallic": { "opacity.mode": "Cutout",
"useTexture": false "opacity.textureMap": "Materials/decal/airship_symbol_decal.tif",
}, "roughness.useTexture": false,
"normal": { "specularF0.useTexture": false,
"useTexture": false "uv.center": [
}, 0.0,
"opacity": { 1.0
"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
]
}
} }
} }

@ -1,13 +1,9 @@
{ {
"description": "",
"materialType": "Materials/Types/Skin.materialtype", "materialType": "Materials/Types/Skin.materialtype",
"parentMaterial": "",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "propertyValues": {
"wrinkleLayers": { "wrinkleLayers.count": 3,
"count": 3, "wrinkleLayers.enable": true,
"enable": true, "wrinkleLayers.showBlendValues": true
"showBlendValues": true
}
} }
} }

@ -1,30 +1,24 @@
{ {
"description": "",
"materialType": "TestData/Materials/Types/AutoBrick.materialtype", "materialType": "TestData/Materials/Types/AutoBrick.materialtype",
"parentMaterial": "",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "propertyValues": {
"appearance": { "appearance.ao": 0.5252525210380554,
"ao": 0.5252525210380554, "appearance.brickColor": [
"brickColor": [ 0.3013504147529602,
0.3013504147529602, 0.0032501716632395983,
0.0032501716632395984, 0.0032501716632395983,
0.0032501716632395984, 1.0
1.0 ],
], "appearance.brickColorBleed": 0.5050504803657532,
"brickColorBleed": 0.5050504803657532, "appearance.brickColorNoise": 0.20202019810676575,
"brickColorNoise": 0.20202019810676576, "appearance.lineColor": [
"lineColor": [ 0.08339055627584457,
0.08339055627584458, 0.07264820486307144,
0.07264820486307144, 0.05905241519212723,
0.05905241519212723, 1.0
1.0 ],
], "appearance.lineColorNoise": 0.35353541374206543,
"lineColorNoise": 0.35353541374206545 "shape.brickWidth": 0.16660000383853912,
}, "shape.lineDepth": 0.005454500205814838
"shape": {
"brickWidth": 0.16660000383853913,
"lineDepth": 0.005454500205814838
}
} }
} }

@ -1,33 +1,27 @@
{ {
"description": "",
"materialType": "TestData/Materials/Types/AutoBrick.materialtype", "materialType": "TestData/Materials/Types/AutoBrick.materialtype",
"parentMaterial": "",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "propertyValues": {
"appearance": { "appearance.ao": 0.010100999847054482,
"ao": 0.010100999847054482, "appearance.brickColor": [
"brickColor": [ 0.4612802267074585,
0.4612802267074585, 0.6926985383033752,
0.6926985383033752, 0.6798046827316284,
0.6798046827316284, 1.0
1.0 ],
], "appearance.brickColorBleed": 0.5050504803657532,
"brickColorBleed": 0.5050504803657532, "appearance.brickColorNoise": 0.05000000074505806,
"brickColorNoise": 0.05000000074505806, "appearance.lineColor": [
"lineColor": [ 1.0,
1.0, 1.0,
1.0, 1.0,
1.0, 1.0
1.0 ],
], "appearance.lineColorNoise": 0.0,
"lineColorNoise": 0.0 "shape.brickHeight": 0.16660000383853912,
}, "shape.brickOffset": 0.0,
"shape": { "shape.brickWidth": 0.16660000383853912,
"brickHeight": 0.16660000383853913, "shape.lineDepth": 0.0012121000327169895,
"brickOffset": 0.0, "shape.lineWidth": 0.01030299998819828
"brickWidth": 0.16660000383853913,
"lineDepth": 0.0012121000327169896,
"lineWidth": 0.01030299998819828
}
} }
} }

@ -1,33 +1,18 @@
{ {
"description": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"parentMaterial": "Materials/Presets/PBR/default_grid.material",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "parentMaterial": "Materials/Presets/PBR/default_grid.material",
"occlusion": { "propertyValues": {
"diffuseTextureMap": "TestData/Textures/cc0/Rock030_2K_AmbientOcclusion.jpg" "baseColor.textureMap": "TestData/Textures/cc0/Rock030_2K_Color.jpg",
}, "metallic.useTexture": false,
"baseColor": { "normal.textureMap": "TestData/Textures/cc0/Rock030_2K_Normal.jpg",
"textureMap": "TestData/Textures/cc0/Rock030_2K_Color.jpg" "occlusion.diffuseTextureMap": "TestData/Textures/cc0/Rock030_2K_AmbientOcclusion.jpg",
}, "parallax.algorithm": "POM",
"metallic": { "parallax.factor": 0.029999999329447746,
"useTexture": false "parallax.pdo": true,
}, "parallax.quality": "High",
"normal": { "parallax.textureMap": "TestData/Textures/cc0/Rock030_2K_Displacement.jpg",
"textureMap": "TestData/Textures/cc0/Rock030_2K_Normal.jpg" "roughness.textureMap": "TestData/Textures/cc0/Rock030_2K_Roughness.jpg",
}, "specularF0.useTexture": false
"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
}
} }
} }

@ -1,55 +1,43 @@
{ {
"description": "",
"materialType": "Materials/Types/Skin.materialtype", "materialType": "Materials/Types/Skin.materialtype",
"parentMaterial": "",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "propertyValues": {
"baseColor": { "baseColor.color": [
"color": [ 0.1277027577161789,
0.1277027577161789, 0.174273282289505,
0.174273282289505, 0.29372090101242065,
0.29372090101242068, 1.0
1.0 ],
], "baseColor.textureMap": "Objects/Hermanubis/Hermanubis_bronze_BaseColor.png",
"textureMap": "Objects/Hermanubis/Hermanubis_bronze_BaseColor.png", "baseColor.useTexture": false,
"useTexture": false "detailLayerGroup.baseColorDetailBlend": 0.4300000071525574,
}, "detailLayerGroup.baseColorDetailMap": "TestData/Textures/cc0/Concrete019_1K_Color.jpg",
"detailLayerGroup": { "detailLayerGroup.enableBaseColor": true,
"baseColorDetailBlend": 0.4300000071525574, "detailLayerGroup.enableDetailLayer": true,
"baseColorDetailMap": "TestData/Textures/cc0/Concrete019_1K_Color.jpg", "detailLayerGroup.enableNormals": true,
"enableBaseColor": true, "detailLayerGroup.normalDetailFlipY": true,
"enableDetailLayer": true, "detailLayerGroup.normalDetailMap": "TestData/Textures/cc0/Concrete019_1K_Normal.jpg",
"enableNormals": true, "detailLayerGroup.normalDetailStrength": 0.25999999046325684,
"normalDetailFlipY": true, "detailLayerGroup.textureMapUv": "Tiled",
"normalDetailMap": "TestData/Textures/cc0/Concrete019_1K_Normal.jpg", "detailUV.scale": 5.0,
"normalDetailStrength": 0.25999999046325686, "normal.flipY": true,
"textureMapUv": "Tiled" "normal.textureMap": "Objects/Hermanubis/Hermanubis_Normal.png",
}, "subsurfaceScattering.enableSubsurfaceScattering": true,
"detailUV": { "subsurfaceScattering.influenceMap": "Objects/Hermanubis/Hermanubis_thickness.tif",
"scale": 5.0 "subsurfaceScattering.scatterDistance": 15.0,
}, "subsurfaceScattering.subsurfaceScatterFactor": 0.4300000071525574,
"normal": { "subsurfaceScattering.thicknessMap": "Objects/Hermanubis/Hermanubis_thickness.tif",
"flipY": true, "subsurfaceScattering.transmissionAttenuation": 15.0,
"textureMap": "Objects/Hermanubis/Hermanubis_Normal.png" "subsurfaceScattering.transmissionDistortion": 0.3499999940395355,
}, "subsurfaceScattering.transmissionMode": "ThickObject",
"subsurfaceScattering": { "subsurfaceScattering.transmissionPower": 16.399999618530273,
"enableSubsurfaceScattering": true, "subsurfaceScattering.transmissionScale": 0.10000000149011612,
"influenceMap": "Objects/Hermanubis/Hermanubis_thickness.tif", "subsurfaceScattering.transmissionTint": [
"scatterDistance": 15.0, 1.0,
"subsurfaceScatterFactor": 0.4300000071525574, 0.3182879388332367,
"thicknessMap": "Objects/Hermanubis/Hermanubis_thickness.tif", 0.16388189792633057,
"transmissionAttenuation": 15.0, 1.0
"transmissionDistortion": 0.3499999940395355, ],
"transmissionMode": "ThickObject", "subsurfaceScattering.useInfluenceMap": false
"transmissionPower": 16.399999618530275,
"transmissionScale": 0.10000000149011612,
"transmissionTint": [
1.0,
0.3182879388332367,
0.16388189792633058,
1.0
],
"useInfluenceMap": false
}
} }
} }

@ -1,63 +1,49 @@
{ {
"description": "",
"materialType": "Materials/Types/Skin.materialtype", "materialType": "Materials/Types/Skin.materialtype",
"parentMaterial": "",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "propertyValues": {
"baseColor": { "baseColor.color": [
"color": [ 0.2847791314125061,
0.2847791314125061, 0.45421531796455383,
0.45421531796455386, 0.9392080307006836,
0.9392080307006836, 1.0
1.0 ],
], "baseColor.textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_bc.png",
"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": { "detailLayerGroup.enableBaseColor": true,
"baseColorDetailBlend": 0.4300000071525574, "detailLayerGroup.enableDetailLayer": true,
"baseColorDetailMap": "TestData/Textures/cc0/Concrete019_1K_Color.jpg", "detailLayerGroup.enableNormals": true,
"enableBaseColor": true, "detailLayerGroup.normalDetailFlipY": true,
"enableDetailLayer": true, "detailLayerGroup.normalDetailMap": "TestData/Textures/cc0/Concrete019_1K_Normal.jpg",
"enableNormals": true, "detailLayerGroup.normalDetailStrength": 1.5,
"normalDetailFlipY": true, "detailLayerGroup.textureMapUv": "Tiled",
"normalDetailMap": "TestData/Textures/cc0/Concrete019_1K_Normal.jpg", "detailUV.scale": 5.0,
"normalDetailStrength": 1.5, "normal.flipY": true,
"textureMapUv": "Tiled" "normal.textureMap": "Objects/Hermanubis/Hermanubis_Normal.png",
}, "subsurfaceScattering.enableSubsurfaceScattering": true,
"detailUV": { "subsurfaceScattering.influenceMap": "TestData/Textures/checker8x8_gray_512.png",
"scale": 5.0 "subsurfaceScattering.scatterDistance": 15.0,
}, "subsurfaceScattering.subsurfaceScatterFactor": 0.4300000071525574,
"normal": { "subsurfaceScattering.thicknessMap": "Objects/Hermanubis/Hermanubis_thickness.tif",
"flipY": true, "subsurfaceScattering.transmissionAttenuation": 15.0,
"textureMap": "Objects/Hermanubis/Hermanubis_Normal.png" "subsurfaceScattering.transmissionDistortion": 0.3499999940395355,
}, "subsurfaceScattering.transmissionMode": "ThickObject",
"subsurfaceScattering": { "subsurfaceScattering.transmissionPower": 16.399999618530273,
"enableSubsurfaceScattering": true, "subsurfaceScattering.transmissionScale": 0.10000000149011612,
"influenceMap": "TestData/Textures/checker8x8_gray_512.png", "subsurfaceScattering.transmissionTint": [
"scatterDistance": 15.0, 1.0,
"subsurfaceScatterFactor": 0.4300000071525574, 0.3182879388332367,
"thicknessMap": "Objects/Hermanubis/Hermanubis_thickness.tif", 0.16388189792633057,
"transmissionAttenuation": 15.0, 1.0
"transmissionDistortion": 0.3499999940395355, ],
"transmissionMode": "ThickObject", "wrinkleLayers.baseColorMap1": "TestData/Textures/cc0/Lava004_1K_Color.jpg",
"transmissionPower": 16.399999618530275, "wrinkleLayers.baseColorMap3": "TestData/Textures/checker8x8_gray_512.png",
"transmissionScale": 0.10000000149011612, "wrinkleLayers.count": 3,
"transmissionTint": [ "wrinkleLayers.enable": true,
1.0, "wrinkleLayers.enableBaseColor": true,
0.3182879388332367, "wrinkleLayers.enableNormal": true,
0.16388189792633058, "wrinkleLayers.normalMap1": "TestData/Textures/cc0/Lava004_1K_Normal.jpg",
1.0 "wrinkleLayers.normalMap2": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_normal.png"
]
},
"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"
}
} }
} }

@ -1,156 +1,96 @@
{ {
"description": "",
"materialType": "Materials/Types/StandardMultilayerPBR.materialtype", "materialType": "Materials/Types/StandardMultilayerPBR.materialtype",
"parentMaterial": "",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "propertyValues": {
"blend": { "blend.enableLayer2": true,
"enableLayer2": true, "blend.enableLayer3": true,
"enableLayer3": true "layer1_baseColor.color": [
}, 0.3495536744594574,
"layer1_baseColor": { 0.2659952640533447,
"color": [ 0.12039368599653244,
0.3495536744594574, 1.0
0.2659952640533447, ],
0.12039368599653244, "layer1_baseColor.textureMap": "TestData/Textures/cc0/bark1_col.jpg",
1.0 "layer1_emissive.color": [
], 0.8521705865859985,
"textureMap": "TestData/Textures/cc0/bark1_col.jpg" 0.029510948807001114,
}, 0.029510948807001114,
"layer1_emissive": { 1.0
"color": [ ],
0.8521705865859985, "layer1_emissive.intensity": 0.8199999928474426,
0.029510948807001115, "layer1_normal.factor": 0.4444443881511688,
0.029510948807001115, "layer1_normal.flipY": true,
1.0 "layer1_normal.textureMap": "TestData/Textures/cc0/bark1_norm.jpg",
], "layer1_occlusion.diffuseFactor": 1.6399999856948853,
"intensity": 0.8199999928474426 "layer1_occlusion.diffuseTextureMap": "TestData/Textures/cc0/bark1_disp.jpg",
}, "layer1_parallax.factor": 0.02500000037252903,
"layer1_normal": { "layer1_parallax.textureMap": "TestData/Textures/cc0/bark1_disp.jpg",
"factor": 0.4444443881511688, "layer1_roughness.lowerBound": 0.010100999847054482,
"flipY": true, "layer1_roughness.textureMap": "TestData/Textures/cc0/bark1_roughness.jpg",
"textureMap": "TestData/Textures/cc0/bark1_norm.jpg" "layer1_specularF0.factor": 0.5099999904632568,
}, "layer1_specularF0.textureMap": "TestData/Textures/checker8x8_512.png",
"layer1_occlusion": { "layer1_uv.center": [
"diffuseFactor": 1.6399999856948853, 0.75,
"diffuseTextureMap": "TestData/Textures/cc0/bark1_disp.jpg" 0.75
}, ],
"layer1_parallax": { "layer1_uv.offsetU": 0.5,
"factor": 0.02500000037252903, "layer1_uv.offsetV": 0.25,
"textureMap": "TestData/Textures/cc0/bark1_disp.jpg" "layer2_baseColor.textureMap": "TestData/Textures/cc0/Lava004_1K_Color.jpg",
}, "layer2_clearCoat.enable": true,
"layer1_roughness": { "layer2_clearCoat.influenceMap": "TestData/Textures/checker8x8_512.png",
"lowerBound": 0.010100999847054482, "layer2_clearCoat.normalMap": "TestData/Objects/cube/cube_norm.tif",
"textureMap": "TestData/Textures/cc0/bark1_roughness.jpg" "layer2_clearCoat.normalStrength": 0.5400000214576721,
}, "layer2_clearCoat.roughness": 0.10000000149011612,
"layer1_specularF0": { "layer2_emissive.enable": true,
"factor": 0.5099999904632568, "layer2_emissive.intensity": 2.140000104904175,
"textureMap": "TestData/Textures/checker8x8_512.png" "layer2_emissive.textureMap": "TestData/Textures/cc0/Lava004_1K_Emission.jpg",
}, "layer2_normal.flipY": true,
"layer1_uv": { "layer2_normal.textureMap": "TestData/Textures/cc0/Lava004_1K_Normal.jpg",
"center": [ "layer2_occlusion.specularFactor": 2.0,
0.75, "layer2_occlusion.specularTextureMap": "TestData/Textures/cc0/Tiles009_1K_Displacement.jpg",
0.75 "layer2_parallax.factor": 0.01600000075995922,
], "layer2_parallax.textureMap": "TestData/Textures/cc0/Lava004_1K_Displacement.jpg",
"offsetU": 0.5, "layer2_roughness.textureMap": "TestData/Textures/cc0/Lava004_1K_Roughness.jpg",
"offsetV": 0.25 "layer2_uv.center": [
}, 0.0,
"layer2_baseColor": { 0.0
"textureMap": "TestData/Textures/cc0/Lava004_1K_Color.jpg" ],
}, "layer2_uv.offsetU": 0.5,
"layer2_clearCoat": { "layer2_uv.offsetV": 0.25,
"enable": true, "layer3_baseColor.color": [
"influenceMap": "TestData/Textures/checker8x8_512.png", 0.6315556764602661,
"normalMap": "TestData/Objects/cube/cube_norm.tif", 1.0,
"normalStrength": 0.5400000214576721, 0.9451438188552856,
"roughness": 0.10000000149011612 1.0
}, ],
"layer2_emissive": { "layer3_baseColor.textureMap": "TestData/Textures/cc0/PaintedMetal003_1K_Color.jpg",
"enable": true, "layer3_clearCoat.influenceMap": "TestData/Textures/checker8x8_512.png",
"intensity": 2.140000104904175, "layer3_emissive.intensity": -0.9399999976158142,
"textureMap": "TestData/Textures/cc0/Lava004_1K_Emission.jpg" "layer3_metallic.factor": 1.0,
}, "layer3_metallic.textureMap": "TestData/Textures/cc0/PaintedMetal003_1K_Metalness.jpg",
"layer2_normal": { "layer3_normal.textureMap": "TestData/Textures/cc0/PaintedMetal003_1K_Normal.jpg",
"flipY": true, "layer3_occlusion.diffuseFactor": 1.0399999618530273,
"textureMap": "TestData/Textures/cc0/Lava004_1K_Normal.jpg" "layer3_occlusion.diffuseTextureMap": "TestData/Textures/cc0/PaintedMetal003_1K_Displacement.jpg",
}, "layer3_parallax.factor": 0.004999999888241291,
"layer2_occlusion": { "layer3_parallax.textureMap": "TestData/Textures/cc0/PaintedMetal003_1K_Displacement.jpg",
"specularFactor": 2.0, "layer3_roughness.lowerBound": 0.07999999821186066,
"specularTextureMap": "TestData/Textures/cc0/Tiles009_1K_Displacement.jpg" "layer3_roughness.textureMap": "TestData/Textures/cc0/PaintedMetal003_1K_Roughness.jpg",
}, "layer3_roughness.upperBound": 0.75,
"layer2_parallax": { "layer3_specularF0.factor": 0.47474750876426697,
"factor": 0.01600000075995922, "layer3_uv.center": [
"textureMap": "TestData/Textures/cc0/Lava004_1K_Displacement.jpg" 0.0,
}, 0.0
"layer2_roughness": { ],
"textureMap": "TestData/Textures/cc0/Lava004_1K_Roughness.jpg" "layer3_uv.offsetU": 0.11999999731779099,
}, "layer3_uv.rotateDegrees": -57.599998474121094,
"layer2_uv": { "parallax.quality": "Medium",
"center": [ "uv.center": [
0.0, 0.10000000149011612,
0.0 0.20000000298023224
], ],
"offsetU": 0.5, "uv.offsetU": 0.23000000417232513,
"offsetV": 0.25 "uv.offsetV": -0.23999999463558197,
}, "uv.rotateDegrees": 39.599998474121094,
"layer3_baseColor": { "uv.scale": 1.100000023841858
"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
}
} }
} }

@ -1,11 +1,8 @@
{ {
"description": "",
"materialType": "Materials/Types/StandardMultilayerPBR.materialtype", "materialType": "Materials/Types/StandardMultilayerPBR.materialtype",
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/001_ManyFeatures.material",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/001_ManyFeatures.material",
"blend": { "propertyValues": {
"enableLayer2": false "blend.enableLayer2": false
}
} }
} }

@ -1,11 +1,8 @@
{ {
"description": "",
"materialType": "Materials/Types/StandardMultilayerPBR.materialtype", "materialType": "Materials/Types/StandardMultilayerPBR.materialtype",
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/001_ManyFeatures.material",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/001_ManyFeatures.material",
"blend": { "propertyValues": {
"enableLayer3": false "blend.enableLayer3": false
}
} }
} }

@ -1,55 +1,29 @@
{ {
"description": "",
"materialType": "Materials/Types/StandardMultilayerPBR.materialtype", "materialType": "Materials/Types/StandardMultilayerPBR.materialtype",
"parentMaterial": "",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "propertyValues": {
"blend": { "blend.enableLayer2": true,
"enableLayer2": true, "blend.enableLayer3": true,
"enableLayer3": true "layer1_baseColor.textureMap": "TestData/Textures/cc0/bark1_col.jpg",
}, "layer1_normal.textureMap": "TestData/Textures/cc0/bark1_norm.jpg",
"layer1_baseColor": { "layer1_parallax.factor": 0.03999999910593033,
"textureMap": "TestData/Textures/cc0/bark1_col.jpg" "layer1_parallax.textureMap": "TestData/Textures/cc0/bark1_disp.jpg",
}, "layer1_roughness.textureMap": "TestData/Textures/cc0/bark1_roughness.jpg",
"layer1_normal": { "layer2_baseColor.textureMap": "TestData/Textures/cc0/Rock030_2K_Color.jpg",
"textureMap": "TestData/Textures/cc0/bark1_norm.jpg" "layer2_clearCoat.normalStrength": 0.0,
}, "layer2_normal.textureMap": "TestData/Textures/cc0/Rock030_2K_Normal.jpg",
"layer1_parallax": { "layer2_parallax.factor": 0.05299999937415123,
"factor": 0.03999999910593033, "layer2_parallax.offset": -0.024000000208616257,
"textureMap": "TestData/Textures/cc0/bark1_disp.jpg" "layer2_parallax.textureMap": "TestData/Textures/cc0/Rock030_2K_Displacement.jpg",
}, "layer2_roughness.textureMap": "TestData/Textures/cc0/Rock030_2K_Roughness.jpg",
"layer1_roughness": { "layer3_baseColor.color": [
"textureMap": "TestData/Textures/cc0/bark1_roughness.jpg" 0.4298008680343628,
}, 0.4298008680343628,
"layer2_baseColor": { 0.4298008680343628,
"textureMap": "TestData/Textures/cc0/Rock030_2K_Color.jpg" 1.0
}, ],
"layer2_clearCoat": { "layer3_baseColor.textureMap": "TestData/Textures/cc0/Concrete019_1K_Color.jpg",
"normalStrength": 0.0 "parallax.pdo": true,
}, "parallax.quality": "Medium"
"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"
}
} }
} }

@ -1,11 +1,8 @@
{ {
"description": "",
"materialType": "Materials/Types/StandardMultilayerPBR.materialtype", "materialType": "Materials/Types/StandardMultilayerPBR.materialtype",
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/002_ParallaxPdo.material",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/002_ParallaxPdo.material",
"blend": { "propertyValues": {
"debugDrawMode": "BlendMask" "blend.debugDrawMode": "BlendMask"
}
} }
} }

@ -1,11 +1,8 @@
{ {
"description": "",
"materialType": "Materials/Types/StandardMultilayerPBR.materialtype", "materialType": "Materials/Types/StandardMultilayerPBR.materialtype",
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/002_ParallaxPdo.material",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/002_ParallaxPdo.material",
"blend": { "propertyValues": {
"debugDrawMode": "FinalBlendWeights" "blend.debugDrawMode": "FinalBlendWeights"
}
} }
} }

@ -1,11 +1,8 @@
{ {
"description": "",
"materialType": "Materials/Types/StandardMultilayerPBR.materialtype", "materialType": "Materials/Types/StandardMultilayerPBR.materialtype",
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/002_ParallaxPdo.material",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/002_ParallaxPdo.material",
"blend": { "propertyValues": {
"debugDrawMode": "Displacement" "blend.debugDrawMode": "Displacement"
}
} }
} }

@ -1,14 +1,9 @@
{ {
"description": "",
"materialType": "Materials/Types/StandardMultilayerPBR.materialtype", "materialType": "Materials/Types/StandardMultilayerPBR.materialtype",
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/002_ParallaxPdo.material",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/002_ParallaxPdo.material",
"blend": { "propertyValues": {
"blendSource": "BlendMaskVertexColors" "blend.blendSource": "BlendMaskVertexColors",
}, "parallax.quality": "Medium"
"parallax": {
"quality": "Medium"
}
} }
} }

@ -1,81 +1,43 @@
{ {
"description": "",
"materialType": "Materials/Types/StandardMultilayerPBR.materialtype", "materialType": "Materials/Types/StandardMultilayerPBR.materialtype",
"parentMaterial": "",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "propertyValues": {
"blend": { "blend.blendSource": "Displacement",
"blendSource": "Displacement", "blend.displacementBlendDistance": 0.008999999612569809,
"displacementBlendDistance": 0.008999999612569809, "blend.enableLayer2": true,
"enableLayer2": true, "blend.enableLayer3": true,
"enableLayer3": true "layer1_baseColor.textureMap": "TestData/Textures/cc0/Ground033_1K_Color.jpg",
}, "layer1_normal.textureMap": "TestData/Textures/cc0/Ground033_1K_Normal.jpg",
"layer1_baseColor": { "layer1_occlusion.diffuseTextureMap": "TestData/Textures/cc0/Ground033_1K_AmbientOcclusion.jpg",
"textureMap": "TestData/Textures/cc0/Ground033_1K_Color.jpg" "layer1_parallax.factor": 0.017000000923871994,
}, "layer1_parallax.offset": -0.006000000052154064,
"layer1_normal": { "layer1_parallax.textureMap": "TestData/Textures/cc0/Ground033_1K_Displacement.jpg",
"textureMap": "TestData/Textures/cc0/Ground033_1K_Normal.jpg" "layer1_roughness.textureMap": "TestData/Textures/cc0/Ground033_1K_Roughness.jpg",
}, "layer2_baseColor.textureMap": "TestData/Textures/cc0/Rock030_2K_Color.jpg",
"layer1_occlusion": { "layer2_normal.textureMap": "TestData/Textures/cc0/Rock030_2K_Normal.jpg",
"diffuseTextureMap": "TestData/Textures/cc0/Ground033_1K_AmbientOcclusion.jpg" "layer2_occlusion.diffuseTextureMap": "TestData/Textures/cc0/Rocks002_1K_AmbientOcclusion.jpg",
}, "layer2_parallax.factor": 0.03099999949336052,
"layer1_parallax": { "layer2_parallax.offset": 0.0020000000949949026,
"factor": 0.017000000923871995, "layer2_parallax.textureMap": "TestData/Textures/cc0/Rock030_2K_Displacement.jpg",
"offset": -0.006000000052154064, "layer2_roughness.textureMap": "TestData/Textures/cc0/Rock030_2K_Roughness.jpg",
"textureMap": "TestData/Textures/cc0/Ground033_1K_Displacement.jpg" "layer2_uv.center": [
}, 0.0,
"layer1_roughness": { 0.0
"textureMap": "TestData/Textures/cc0/Ground033_1K_Roughness.jpg" ],
}, "layer2_uv.offsetU": 0.1599999964237213,
"layer2_baseColor": { "layer2_uv.offsetV": 0.07999999821186066,
"textureMap": "TestData/Textures/cc0/Rock030_2K_Color.jpg" "layer2_uv.rotateDegrees": 90.0,
}, "layer3_baseColor.textureMap": "TestData/Textures/cc0/Rocks002_1K_Color.jpg",
"layer2_normal": { "layer3_normal.textureMap": "TestData/Textures/cc0/Rocks002_1K_Normal.jpg",
"textureMap": "TestData/Textures/cc0/Rock030_2K_Normal.jpg" "layer3_parallax.factor": 0.027000000700354576,
}, "layer3_parallax.textureMap": "TestData/Textures/cc0/Rocks002_1K_Displacement.jpg",
"layer2_occlusion": { "layer3_roughness.textureMap": "TestData/Textures/cc0/Rocks002_1K_Roughness.jpg",
"diffuseTextureMap": "TestData/Textures/cc0/Rocks002_1K_AmbientOcclusion.jpg" "layer3_uv.center": [
}, 0.0,
"layer2_parallax": { 0.0
"factor": 0.03099999949336052, ],
"offset": 0.0020000000949949028, "layer3_uv.scale": 3.4999988079071045,
"textureMap": "TestData/Textures/cc0/Rock030_2K_Displacement.jpg" "parallax.algorithm": "Relief",
}, "parallax.pdo": true
"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
}
} }
} }

@ -1,11 +1,8 @@
{ {
"description": "",
"materialType": "Materials/Types/StandardMultilayerPBR.materialtype", "materialType": "Materials/Types/StandardMultilayerPBR.materialtype",
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement.material",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement.material",
"blend": { "propertyValues": {
"enableLayer2": false "blend.enableLayer2": false
}
} }
} }

@ -1,11 +1,8 @@
{ {
"description": "",
"materialType": "Materials/Types/StandardMultilayerPBR.materialtype", "materialType": "Materials/Types/StandardMultilayerPBR.materialtype",
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement.material",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement.material",
"blend": { "propertyValues": {
"enableLayer3": false "blend.enableLayer3": false
}
} }
} }

@ -1,14 +1,9 @@
{ {
"description": "",
"materialType": "Materials/Types/StandardMultilayerPBR.materialtype", "materialType": "Materials/Types/StandardMultilayerPBR.materialtype",
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement.material",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement.material",
"blend": { "propertyValues": {
"blendSource": "Displacement_With_BlendMaskTexture" "blend.blendSource": "Displacement_With_BlendMaskTexture",
}, "layer1_parallax.offset": -0.004000000189989805
"layer1_parallax": {
"offset": -0.004000000189989805
}
} }
} }

@ -1,23 +1,14 @@
{ {
"description": "",
"materialType": "Materials/Types/StandardMultilayerPBR.materialtype", "materialType": "Materials/Types/StandardMultilayerPBR.materialtype",
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_With_BlendMaskTexture.material",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_With_BlendMaskTexture.material",
"blend": { "propertyValues": {
"displacementBlendDistance": 0.0010000000474974514 "blend.displacementBlendDistance": 0.0010000000474974513,
}, "layer1_parallax.offset": -0.00800000037997961,
"layer1_parallax": { "layer1_parallax.textureMap": "",
"offset": -0.00800000037997961, "layer2_parallax.offset": -0.00800000037997961,
"textureMap": "" "layer2_parallax.textureMap": "",
}, "layer3_parallax.offset": -0.00800000037997961,
"layer2_parallax": { "layer3_parallax.textureMap": ""
"offset": -0.00800000037997961,
"textureMap": ""
},
"layer3_parallax": {
"offset": -0.00800000037997961,
"textureMap": ""
}
} }
} }

@ -1,20 +1,13 @@
{ {
"description": "",
"materialType": "Materials/Types/StandardMultilayerPBR.materialtype", "materialType": "Materials/Types/StandardMultilayerPBR.materialtype",
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_With_BlendMaskTexture.material",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_With_BlendMaskTexture.material",
"layer1_parallax": { "propertyValues": {
"offset": -0.03200000151991844, "layer1_parallax.offset": -0.03200000151991844,
"textureMap": "" "layer1_parallax.textureMap": "",
}, "layer2_parallax.offset": -0.00800000037997961,
"layer2_parallax": { "layer2_parallax.textureMap": "",
"offset": -0.00800000037997961, "layer3_parallax.offset": -0.00800000037997961,
"textureMap": "" "layer3_parallax.textureMap": ""
},
"layer3_parallax": {
"offset": -0.00800000037997961,
"textureMap": ""
}
} }
} }

@ -1,15 +1,10 @@
{ {
"description": "",
"materialType": "Materials/Types/StandardMultilayerPBR.materialtype", "materialType": "Materials/Types/StandardMultilayerPBR.materialtype",
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement.material",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement.material",
"blend": { "propertyValues": {
"blendSource": "Displacement_With_BlendMaskVertexColors", "blend.blendSource": "Displacement_With_BlendMaskVertexColors",
"displacementBlendDistance": 0.02387000061571598 "blend.displacementBlendDistance": 0.02387000061571598,
}, "parallax.enable": false
"parallax": {
"enable": false
}
} }
} }

@ -1,6 +1,4 @@
{ {
"description": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"parentMaterial": "",
"materialTypeVersion": 3 "materialTypeVersion": 3
} }

@ -1,19 +1,15 @@
{ {
"description": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"parentMaterial": "",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "propertyValues": {
"baseColor": { "baseColor.color": [
"color": [ 0.2541542649269104,
0.2541542649269104, 0.5271076560020447,
0.5271076560020447, 0.8388037085533142,
0.8388037085533142, 1.0
1.0 ],
], "baseColor.factor": 0.75,
"factor": 0.75, "baseColor.textureBlendMode": "Lerp",
"textureBlendMode": "Lerp", "baseColor.textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_hp_bc.png"
"textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_hp_bc.png"
}
} }
} }

@ -1,19 +1,15 @@
{ {
"description": "",
"materialType": "Materials\\Types\\StandardPBR.materialtype", "materialType": "Materials\\Types\\StandardPBR.materialtype",
"parentMaterial": "",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "propertyValues": {
"baseColor": { "baseColor.color": [
"color": [ 0.2541542649269104,
0.2541542649269104, 0.5271076560020447,
0.5271076560020447, 0.8388037085533142,
0.8388037085533142, 1.0
1.0 ],
], "baseColor.factor": 0.75,
"factor": 0.75, "baseColor.textureBlendMode": "LinearLight",
"textureBlendMode": "LinearLight", "baseColor.textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_hp_bc.png"
"textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_hp_bc.png"
}
} }
} }

@ -1,18 +1,14 @@
{ {
"description": "",
"materialType": "Materials\\Types\\StandardPBR.materialtype", "materialType": "Materials\\Types\\StandardPBR.materialtype",
"parentMaterial": "",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "propertyValues": {
"baseColor": { "baseColor.color": [
"color": [ 0.2541542649269104,
0.2541542649269104, 0.5271076560020447,
0.5271076560020447, 0.8388037085533142,
0.8388037085533142, 1.0
1.0 ],
], "baseColor.factor": 0.75,
"factor": 0.75, "baseColor.textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_hp_bc.png"
"textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_hp_bc.png"
}
} }
} }

@ -1,22 +1,14 @@
{ {
"description": "",
"materialType": "Materials\\Types\\StandardPBR.materialtype", "materialType": "Materials\\Types\\StandardPBR.materialtype",
"parentMaterial": "",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "propertyValues": {
"baseColor": { "baseColor.color": [
"color": [ 0.5,
0.5, 0.5,
0.5, 0.5,
0.5, 1.0
1.0 ],
] "metallic.factor": 1.0,
}, "roughness.factor": 0.33000001311302185
"metallic": {
"factor": 1.0
},
"roughness": {
"factor": 0.33
}
} }
} }

@ -1,22 +1,14 @@
{ {
"description": "",
"materialType": "Materials\\Types\\StandardPBR.materialtype", "materialType": "Materials\\Types\\StandardPBR.materialtype",
"parentMaterial": "",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "propertyValues": {
"baseColor": { "baseColor.color": [
"color": [ 0.5,
0.5, 0.5,
0.5, 0.5,
0.5, 1.0
1.0 ],
] "metallic.factor": 1.0,
}, "roughness.factor": 0.10000000149011612
"metallic": {
"factor": 1.0
},
"roughness": {
"factor": 0.1
}
} }
} }

@ -1,23 +1,15 @@
{ {
"description": "",
"materialType": "Materials\\Types\\StandardPBR.materialtype", "materialType": "Materials\\Types\\StandardPBR.materialtype",
"parentMaterial": "",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "propertyValues": {
"baseColor": { "baseColor.color": [
"color": [ 0.5093766450881958,
0.5093766450881958, 0.5093766450881958,
0.5093766450881958, 0.5093766450881958,
0.5093766450881958, 1.0
1.0 ],
] "metallic.factor": 1.0,
}, "metallic.textureMap": "TestData/Textures/checker8x8_gray_512.png",
"metallic": { "roughness.factor": 0.5
"factor": 1.0,
"textureMap": "TestData/Textures/checker8x8_gray_512.png"
},
"roughness": {
"factor": 0.5
}
} }
} }

@ -1,25 +1,17 @@
{ {
"description": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"parentMaterial": "",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "propertyValues": {
"baseColor": { "baseColor.color": [
"color": [ 0.5093766450881958,
0.5093766450881958, 0.5093766450881958,
0.5093766450881958, 0.5093766450881958,
0.5093766450881958, 1.0
1.0 ],
] "metallic.factor": 1.0,
}, "roughness.factor": 0.5353534817695618,
"metallic": { "roughness.lowerBound": 0.6464645862579346,
"factor": 1.0 "roughness.textureMap": "TestData/Textures/checker8x8_gray_512.png",
}, "roughness.upperBound": 0.20202019810676575
"roughness": {
"factor": 0.5353534817695618,
"upperBound": 0.20202019810676576,
"lowerBound": 0.6464645862579346,
"textureMap": "TestData/Textures/checker8x8_gray_512.png"
}
} }
} }

@ -1,22 +1,14 @@
{ {
"description": "",
"materialType": "Materials\\Types\\StandardPBR.materialtype", "materialType": "Materials\\Types\\StandardPBR.materialtype",
"parentMaterial": "",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "propertyValues": {
"baseColor": { "baseColor.color": [
"color": [ 0.3330281674861908,
0.3330281674861908, 0.3330281674861908,
0.3330281674861908, 0.3330281674861908,
0.3330281674861908, 1.0
1.0 ],
] "roughness.factor": 0.0,
}, "specularF0.textureMap": "TestData/Textures/checker8x8_gray_512.png"
"roughness": {
"factor": 0.0
},
"specularF0": {
"textureMap": "TestData/Textures/checker8x8_gray_512.png"
}
} }
} }

@ -1,26 +1,16 @@
{ {
"description": "",
"materialType": "Materials\\Types\\StandardPBR.materialtype", "materialType": "Materials\\Types\\StandardPBR.materialtype",
"parentMaterial": "",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "propertyValues": {
"baseColor": { "baseColor.color": [
"color": [ 0.9764705896377563,
0.9764705896377564, 0.7098039388656616,
0.7098039388656616, 0.125490203499794,
0.125490203499794, 1.0
1.0 ],
] "metallic.factor": 1.0,
}, "roughness.factor": 1.0,
"metallic": { "specularF0.enableMultiScatterCompensation": false,
"factor": 1.0 "specularF0.factor": 1.0
},
"roughness": {
"factor": 1.0
},
"specularF0": {
"enableMultiScatterCompensation": false,
"factor": 1.0
}
} }
} }

@ -1,26 +1,16 @@
{ {
"description": "",
"materialType": "Materials\\Types\\StandardPBR.materialtype", "materialType": "Materials\\Types\\StandardPBR.materialtype",
"parentMaterial": "",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "propertyValues": {
"baseColor": { "baseColor.color": [
"color": [ 0.9764705896377563,
0.9764705896377564, 0.7098039388656616,
0.7098039388656616, 0.125490203499794,
0.125490203499794, 1.0
1.0 ],
] "metallic.factor": 1.0,
}, "roughness.factor": 1.0,
"metallic": { "specularF0.enableMultiScatterCompensation": true,
"factor": 1.0 "specularF0.factor": 1.0
},
"roughness": {
"factor": 1.0
},
"specularF0": {
"enableMultiScatterCompensation": true,
"factor": 1.0
}
} }
} }

@ -1,21 +1,15 @@
{ {
"description": "",
"materialType": "Materials\\Types\\StandardPBR.materialtype", "materialType": "Materials\\Types\\StandardPBR.materialtype",
"parentMaterial": "",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "propertyValues": {
"baseColor": { "baseColor.color": [
"color": [ 0.5521476864814758,
0.5521476864814758, 0.5521476864814758,
0.5521476864814758, 0.5521476864814758,
0.5521476864814758, 1.0
1.0 ],
] "normal.factor": 0.75,
}, "normal.flipY": true,
"normal": { "normal.textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_normal.png"
"factor": 0.75,
"flipY": true,
"textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_normal.png"
}
} }
} }

@ -1,12 +1,8 @@
{ {
"description": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"parentMaterial": "",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "propertyValues": {
"normal": { "normal.factor": 0.30000001192092896,
"factor": 0.30000001192092898, "normal.textureMap": "TestData/Objects/cube/cube_norm.tif"
"textureMap": "TestData/Objects/cube/cube_norm.tif"
}
} }
} }

@ -1,23 +1,17 @@
{ {
"description": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"parentMaterial": "",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "propertyValues": {
"baseColor": { "baseColor.color": [
"color": [ 0.5906767249107361,
0.5906767249107361, 1.0,
1.0, 0.11703670024871826,
0.11703670024871826, 1.0
1.0 ],
], "baseColor.textureMap": "Textures/Default/default_basecolor.tif",
"textureMap": "Textures/Default/default_basecolor.tif" "opacity.alphaSource": "Split",
}, "opacity.factor": 0.75,
"opacity": { "opacity.mode": "Blended",
"alphaSource": "Split", "opacity.textureMap": "TestData/Textures/checker8x8_gray_512.png"
"factor": 0.75,
"mode": "Blended",
"textureMap": "TestData/Textures/checker8x8_gray_512.png"
}
} }
} }

@ -1,24 +1,18 @@
{ {
"description": "",
"materialType": "Materials/Types/StandardPBR.materialtype", "materialType": "Materials/Types/StandardPBR.materialtype",
"parentMaterial": "",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "propertyValues": {
"baseColor": { "baseColor.color": [
"color": [ 0.5906767249107361,
0.5906767249107361, 1.0,
1.0, 0.11703670024871826,
0.11703670024871826, 1.0
1.0 ],
], "baseColor.textureMap": "Textures/Default/default_basecolor.tif",
"textureMap": "Textures/Default/default_basecolor.tif" "opacity.alphaAffectsSpecular": 1.0,
}, "opacity.alphaSource": "Split",
"opacity": { "opacity.factor": 0.75,
"alphaSource": "Split", "opacity.mode": "Blended",
"factor": 0.75, "opacity.textureMap": "TestData/Textures/checker8x8_gray_512.png"
"mode": "Blended",
"textureMap": "TestData/Textures/checker8x8_gray_512.png",
"alphaAffectsSpecular": 1.0
}
} }
} }

@ -1,16 +1,10 @@
{ {
"description": "",
"materialType": "Materials\\Types\\StandardPBR.materialtype", "materialType": "Materials\\Types\\StandardPBR.materialtype",
"parentMaterial": "",
"materialTypeVersion": 3, "materialTypeVersion": 3,
"properties": { "propertyValues": {
"baseColor": { "baseColor.textureMap": "TestData/Textures/Foliage_Leaves_0_BaseColor.dds",
"textureMap": "TestData/Textures/Foliage_Leaves_0_BaseColor.dds" "opacity.doubleSided": true,
}, "opacity.mode": "Cutout",
"opacity": { "opacity.textureMap": "TestData/Textures/checker8x8_512.png"
"doubleSided": true,
"mode": "Cutout",
"textureMap": "TestData/Textures/checker8x8_512.png"
}
} }
} }

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save