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
parent
a6fde12fd3
commit
3a426344dd
@ -1,35 +1,25 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"parentMaterial": "",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"color": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"emissive": {
|
||||
"color": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"irradiance": {
|
||||
"color": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"opacity": {
|
||||
"factor": 1.0
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.color": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"emissive.color": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"irradiance.color": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"opacity.factor": 1.0
|
||||
}
|
||||
}
|
||||
@ -1,35 +1,25 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"parentMaterial": "",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"color": [
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"emissive": {
|
||||
"color": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"irradiance": {
|
||||
"color": [
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"opacity": {
|
||||
"factor": 1.0
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.color": [
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"emissive.color": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"irradiance.color": [
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"opacity.factor": 1.0
|
||||
}
|
||||
}
|
||||
@ -1,49 +1,29 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"parentMaterial": "",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"color": [
|
||||
0.800000011920929,
|
||||
0.800000011920929,
|
||||
0.800000011920929,
|
||||
1.0
|
||||
],
|
||||
"textureMap": "Textures/arch_1k_basecolor.png"
|
||||
},
|
||||
"general": {
|
||||
"applySpecularAA": true
|
||||
},
|
||||
"irradiance": {
|
||||
"color": [
|
||||
1.0,
|
||||
0.885053813457489,
|
||||
0.801281750202179,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"metallic": {
|
||||
"textureMap": "Textures/arch_1k_metallic.png"
|
||||
},
|
||||
"normal": {
|
||||
"textureMap": "Textures/arch_1k_normal.jpg"
|
||||
},
|
||||
"occlusion": {
|
||||
"diffuseTextureMap": "Textures/arch_1k_ao.png"
|
||||
},
|
||||
"opacity": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"parallax": {
|
||||
"factor": 0.050999999046325687,
|
||||
"pdo": true,
|
||||
"quality": "High",
|
||||
"useTexture": false
|
||||
},
|
||||
"roughness": {
|
||||
"textureMap": "Textures/arch_1k_roughness.png"
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.color": [
|
||||
0.800000011920929,
|
||||
0.800000011920929,
|
||||
0.800000011920929,
|
||||
1.0
|
||||
],
|
||||
"baseColor.textureMap": "Textures/arch_1k_basecolor.png",
|
||||
"general.applySpecularAA": true,
|
||||
"irradiance.color": [
|
||||
1.0,
|
||||
0.885053813457489,
|
||||
0.801281750202179,
|
||||
1.0
|
||||
],
|
||||
"metallic.textureMap": "Textures/arch_1k_metallic.png",
|
||||
"normal.textureMap": "Textures/arch_1k_normal.jpg",
|
||||
"occlusion.diffuseTextureMap": "Textures/arch_1k_ao.png",
|
||||
"opacity.factor": 1.0,
|
||||
"parallax.factor": 0.050999999046325684,
|
||||
"parallax.pdo": true,
|
||||
"parallax.quality": "High",
|
||||
"parallax.useTexture": false,
|
||||
"roughness.textureMap": "Textures/arch_1k_roughness.png"
|
||||
}
|
||||
}
|
||||
@ -1,54 +1,32 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"parentMaterial": "",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"color": [
|
||||
0.800000011920929,
|
||||
0.800000011920929,
|
||||
0.800000011920929,
|
||||
1.0
|
||||
],
|
||||
"textureMap": "Textures/bricks_1k_basecolor.png"
|
||||
},
|
||||
"clearCoat": {
|
||||
"factor": 0.5,
|
||||
"normalMap": "Textures/bricks_1k_normal.jpg",
|
||||
"roughness": 0.5
|
||||
},
|
||||
"general": {
|
||||
"applySpecularAA": true
|
||||
},
|
||||
"irradiance": {
|
||||
"color": [
|
||||
1.0,
|
||||
0.9703211784362793,
|
||||
0.9703211784362793,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"metallic": {
|
||||
"textureMap": "Textures/bricks_1k_metallic.png"
|
||||
},
|
||||
"normal": {
|
||||
"textureMap": "Textures/bricks_1k_normal.jpg"
|
||||
},
|
||||
"occlusion": {
|
||||
"diffuseTextureMap": "Textures/bricks_1k_ao.png"
|
||||
},
|
||||
"opacity": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"parallax": {
|
||||
"algorithm": "ContactRefinement",
|
||||
"factor": 0.03500000014901161,
|
||||
"quality": "Medium",
|
||||
"useTexture": false
|
||||
},
|
||||
"roughness": {
|
||||
"textureMap": "Textures/bricks_1k_roughness.png"
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.color": [
|
||||
0.800000011920929,
|
||||
0.800000011920929,
|
||||
0.800000011920929,
|
||||
1.0
|
||||
],
|
||||
"baseColor.textureMap": "Textures/bricks_1k_basecolor.png",
|
||||
"clearCoat.factor": 0.5,
|
||||
"clearCoat.normalMap": "Textures/bricks_1k_normal.jpg",
|
||||
"clearCoat.roughness": 0.5,
|
||||
"general.applySpecularAA": true,
|
||||
"irradiance.color": [
|
||||
1.0,
|
||||
0.9703211784362793,
|
||||
0.9703211784362793,
|
||||
1.0
|
||||
],
|
||||
"metallic.textureMap": "Textures/bricks_1k_metallic.png",
|
||||
"normal.textureMap": "Textures/bricks_1k_normal.jpg",
|
||||
"occlusion.diffuseTextureMap": "Textures/bricks_1k_ao.png",
|
||||
"opacity.factor": 1.0,
|
||||
"parallax.algorithm": "ContactRefinement",
|
||||
"parallax.factor": 0.03500000014901161,
|
||||
"parallax.quality": "Medium",
|
||||
"parallax.useTexture": false,
|
||||
"roughness.textureMap": "Textures/bricks_1k_roughness.png"
|
||||
}
|
||||
}
|
||||
@ -1,51 +1,31 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"parentMaterial": "",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"color": [
|
||||
0.800000011920929,
|
||||
0.800000011920929,
|
||||
0.800000011920929,
|
||||
1.0
|
||||
],
|
||||
"textureMap": "Textures/floor_1k_basecolor.png"
|
||||
},
|
||||
"clearCoat": {
|
||||
"enable": true,
|
||||
"influenceMap": "Textures/floor_1k_ao.png",
|
||||
"normalMap": "Textures/floor_1k_normal.png",
|
||||
"roughness": 0.25
|
||||
},
|
||||
"general": {
|
||||
"applySpecularAA": true
|
||||
},
|
||||
"irradiance": {
|
||||
"color": [
|
||||
1.0,
|
||||
0.9404135346412659,
|
||||
0.8688944578170776,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"normal": {
|
||||
"textureMap": "Textures/floor_1k_normal.png"
|
||||
},
|
||||
"occlusion": {
|
||||
"diffuseTextureMap": "Textures/floor_1k_ao.png"
|
||||
},
|
||||
"opacity": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"parallax": {
|
||||
"factor": 0.012000000104308129,
|
||||
"pdo": true,
|
||||
"useTexture": false
|
||||
},
|
||||
"roughness": {
|
||||
"textureMap": "Textures/floor_1k_roughness.png"
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.color": [
|
||||
0.800000011920929,
|
||||
0.800000011920929,
|
||||
0.800000011920929,
|
||||
1.0
|
||||
],
|
||||
"baseColor.textureMap": "Textures/floor_1k_basecolor.png",
|
||||
"clearCoat.enable": true,
|
||||
"clearCoat.influenceMap": "Textures/floor_1k_ao.png",
|
||||
"clearCoat.normalMap": "Textures/floor_1k_normal.png",
|
||||
"clearCoat.roughness": 0.25,
|
||||
"general.applySpecularAA": true,
|
||||
"irradiance.color": [
|
||||
1.0,
|
||||
0.9404135346412659,
|
||||
0.8688944578170776,
|
||||
1.0
|
||||
],
|
||||
"normal.textureMap": "Textures/floor_1k_normal.png",
|
||||
"occlusion.diffuseTextureMap": "Textures/floor_1k_ao.png",
|
||||
"opacity.factor": 1.0,
|
||||
"parallax.factor": 0.012000000104308128,
|
||||
"parallax.pdo": true,
|
||||
"parallax.useTexture": false,
|
||||
"roughness.textureMap": "Textures/floor_1k_roughness.png"
|
||||
}
|
||||
}
|
||||
@ -1,44 +1,26 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"parentMaterial": "",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"color": [
|
||||
0.800000011920929,
|
||||
0.800000011920929,
|
||||
0.800000011920929,
|
||||
1.0
|
||||
],
|
||||
"textureBlendMode": "Lerp",
|
||||
"textureMap": "Textures/roof_1k_basecolor.png"
|
||||
},
|
||||
"general": {
|
||||
"applySpecularAA": true
|
||||
},
|
||||
"metallic": {
|
||||
"useTexture": false
|
||||
},
|
||||
"normal": {
|
||||
"factor": 0.5,
|
||||
"flipY": true,
|
||||
"textureMap": "Textures/roof_1k_normal.jpg"
|
||||
},
|
||||
"occlusion": {
|
||||
"diffuseTextureMap": "Textures/roof_1k_ao.png"
|
||||
},
|
||||
"opacity": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"parallax": {
|
||||
"algorithm": "ContactRefinement",
|
||||
"factor": 0.019999999552965165,
|
||||
"quality": "Medium",
|
||||
"useTexture": false
|
||||
},
|
||||
"roughness": {
|
||||
"textureMap": "Textures/roof_1k_roughness.png"
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.color": [
|
||||
0.800000011920929,
|
||||
0.800000011920929,
|
||||
0.800000011920929,
|
||||
1.0
|
||||
],
|
||||
"baseColor.textureBlendMode": "Lerp",
|
||||
"baseColor.textureMap": "Textures/roof_1k_basecolor.png",
|
||||
"general.applySpecularAA": true,
|
||||
"metallic.useTexture": false,
|
||||
"normal.factor": 0.5,
|
||||
"normal.flipY": true,
|
||||
"normal.textureMap": "Textures/roof_1k_normal.jpg",
|
||||
"occlusion.diffuseTextureMap": "Textures/roof_1k_ao.png",
|
||||
"opacity.factor": 1.0,
|
||||
"parallax.algorithm": "ContactRefinement",
|
||||
"parallax.factor": 0.019999999552965164,
|
||||
"parallax.quality": "Medium",
|
||||
"parallax.useTexture": false,
|
||||
"roughness.textureMap": "Textures/roof_1k_roughness.png"
|
||||
}
|
||||
}
|
||||
@ -1,35 +1,25 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"parentMaterial": "",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"color": [
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"emissive": {
|
||||
"color": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"irradiance": {
|
||||
"color": [
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"opacity": {
|
||||
"factor": 1.0
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.color": [
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
1.0
|
||||
],
|
||||
"emissive.color": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"irradiance.color": [
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
1.0
|
||||
],
|
||||
"opacity.factor": 1.0
|
||||
}
|
||||
}
|
||||
@ -1,35 +1,25 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"parentMaterial": "",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"color": [
|
||||
0.800000011920929,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"emissive": {
|
||||
"color": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"irradiance": {
|
||||
"color": [
|
||||
1.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"opacity": {
|
||||
"factor": 1.0
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.color": [
|
||||
0.800000011920929,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"emissive.color": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"irradiance.color": [
|
||||
1.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"opacity.factor": 1.0
|
||||
}
|
||||
}
|
||||
@ -1,19 +1,13 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"parentMaterial": "",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"emissive": {
|
||||
"color": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"opacity": {
|
||||
"factor": 1.0
|
||||
}
|
||||
"propertyValues": {
|
||||
"emissive.color": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"opacity.factor": 1.0
|
||||
}
|
||||
}
|
||||
@ -1,19 +1,13 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"parentMaterial": "",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"emissive": {
|
||||
"color": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"opacity": {
|
||||
"factor": 1.0
|
||||
}
|
||||
"propertyValues": {
|
||||
"emissive.color": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"opacity.factor": 1.0
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,40 +1,22 @@
|
||||
{
|
||||
"description": "",
|
||||
"parentMaterial": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 4,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"textureMap": "../Textures/arch_1k_basecolor.png"
|
||||
},
|
||||
"general": {
|
||||
"applySpecularAA": true
|
||||
},
|
||||
"irradiance": {
|
||||
"color": [
|
||||
0.2663614749908447,
|
||||
0.2383916974067688,
|
||||
0.18117037415504456,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"normal": {
|
||||
"textureMap": "../Textures/arch_1k_normal.jpg"
|
||||
},
|
||||
"occlusion": {
|
||||
"diffuseTextureMap": "../Textures/arch_1k_ao.png"
|
||||
},
|
||||
"opacity": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"parallax": {
|
||||
"factor": 0.050999999046325684,
|
||||
"pdo": true,
|
||||
"quality": "High",
|
||||
"useTexture": false
|
||||
},
|
||||
"roughness": {
|
||||
"textureMap": "../Textures/arch_1k_roughness.png"
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.textureMap": "../Textures/arch_1k_basecolor.png",
|
||||
"general.applySpecularAA": true,
|
||||
"irradiance.color": [
|
||||
0.2663614749908447,
|
||||
0.2383916974067688,
|
||||
0.18117037415504456,
|
||||
1.0
|
||||
],
|
||||
"normal.textureMap": "../Textures/arch_1k_normal.jpg",
|
||||
"occlusion.diffuseTextureMap": "../Textures/arch_1k_ao.png",
|
||||
"opacity.factor": 1.0,
|
||||
"parallax.factor": 0.050999999046325684,
|
||||
"parallax.pdo": true,
|
||||
"parallax.quality": "High",
|
||||
"parallax.useTexture": false,
|
||||
"roughness.textureMap": "../Textures/arch_1k_roughness.png"
|
||||
}
|
||||
}
|
||||
@ -1,45 +1,25 @@
|
||||
{
|
||||
"description": "",
|
||||
"parentMaterial": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 4,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"textureMap": "../Textures/background_1k_basecolor.png"
|
||||
},
|
||||
"clearCoat": {
|
||||
"factor": 0.5,
|
||||
"normalMap": "../Textures/background_1k_normal.jpg",
|
||||
"roughness": 0.4000000059604645
|
||||
},
|
||||
"general": {
|
||||
"applySpecularAA": true
|
||||
},
|
||||
"irradiance": {
|
||||
"color": [
|
||||
0.19806210696697235,
|
||||
0.1746547669172287,
|
||||
0.16513313353061676,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"normal": {
|
||||
"textureMap": "../Textures/background_1k_normal.jpg"
|
||||
},
|
||||
"occlusion": {
|
||||
"diffuseTextureMap": "../Textures/background_1k_ao.png"
|
||||
},
|
||||
"opacity": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"parallax": {
|
||||
"factor": 0.03099999949336052,
|
||||
"pdo": true,
|
||||
"quality": "High",
|
||||
"useTexture": false
|
||||
},
|
||||
"roughness": {
|
||||
"textureMap": "../Textures/background_1k_roughness.png"
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.textureMap": "../Textures/background_1k_basecolor.png",
|
||||
"clearCoat.factor": 0.5,
|
||||
"clearCoat.normalMap": "../Textures/background_1k_normal.jpg",
|
||||
"clearCoat.roughness": 0.4000000059604645,
|
||||
"general.applySpecularAA": true,
|
||||
"irradiance.color": [
|
||||
0.19806210696697235,
|
||||
0.1746547669172287,
|
||||
0.16513313353061676,
|
||||
1.0
|
||||
],
|
||||
"normal.textureMap": "../Textures/background_1k_normal.jpg",
|
||||
"occlusion.diffuseTextureMap": "../Textures/background_1k_ao.png",
|
||||
"opacity.factor": 1.0,
|
||||
"parallax.factor": 0.03099999949336052,
|
||||
"parallax.pdo": true,
|
||||
"parallax.quality": "High",
|
||||
"parallax.useTexture": false,
|
||||
"roughness.textureMap": "../Textures/background_1k_roughness.png"
|
||||
}
|
||||
}
|
||||
@ -1,45 +1,25 @@
|
||||
{
|
||||
"description": "",
|
||||
"parentMaterial": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 4,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"textureMap": "../Textures/bricks_1k_basecolor.png"
|
||||
},
|
||||
"clearCoat": {
|
||||
"factor": 0.5,
|
||||
"normalMap": "../Textures/bricks_1k_normal.jpg",
|
||||
"roughness": 0.5
|
||||
},
|
||||
"general": {
|
||||
"applySpecularAA": true
|
||||
},
|
||||
"irradiance": {
|
||||
"color": [
|
||||
0.27467766404151917,
|
||||
0.27467766404151917,
|
||||
0.270496666431427,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"normal": {
|
||||
"textureMap": "../Textures/bricks_1k_normal.jpg"
|
||||
},
|
||||
"occlusion": {
|
||||
"diffuseTextureMap": "../Textures/bricks_1k_ao.png"
|
||||
},
|
||||
"opacity": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"parallax": {
|
||||
"algorithm": "ContactRefinement",
|
||||
"factor": 0.03500000014901161,
|
||||
"quality": "Medium",
|
||||
"useTexture": false
|
||||
},
|
||||
"roughness": {
|
||||
"textureMap": "../Textures/bricks_1k_roughness.png"
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.textureMap": "../Textures/bricks_1k_basecolor.png",
|
||||
"clearCoat.factor": 0.5,
|
||||
"clearCoat.normalMap": "../Textures/bricks_1k_normal.jpg",
|
||||
"clearCoat.roughness": 0.5,
|
||||
"general.applySpecularAA": true,
|
||||
"irradiance.color": [
|
||||
0.27467766404151917,
|
||||
0.27467766404151917,
|
||||
0.270496666431427,
|
||||
1.0
|
||||
],
|
||||
"normal.textureMap": "../Textures/bricks_1k_normal.jpg",
|
||||
"occlusion.diffuseTextureMap": "../Textures/bricks_1k_ao.png",
|
||||
"opacity.factor": 1.0,
|
||||
"parallax.algorithm": "ContactRefinement",
|
||||
"parallax.factor": 0.03500000014901161,
|
||||
"parallax.quality": "Medium",
|
||||
"parallax.useTexture": false,
|
||||
"roughness.textureMap": "../Textures/bricks_1k_roughness.png"
|
||||
}
|
||||
}
|
||||
@ -1,36 +1,22 @@
|
||||
{
|
||||
"description": "",
|
||||
"parentMaterial": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 4,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"textureMap": "../Textures/ceiling_1k_basecolor.png"
|
||||
},
|
||||
"emissive": {
|
||||
"color": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"irradiance": {
|
||||
"color": [
|
||||
0.29176774621009827,
|
||||
0.27888914942741394,
|
||||
0.2501564025878906,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"normal": {
|
||||
"textureMap": "../Textures/ceiling_1k_normal.png"
|
||||
},
|
||||
"opacity": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"roughness": {
|
||||
"textureMap": "../Textures/ceiling_1k_roughness.png"
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.textureMap": "../Textures/ceiling_1k_basecolor.png",
|
||||
"emissive.color": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"irradiance.color": [
|
||||
0.29176774621009827,
|
||||
0.27888914942741394,
|
||||
0.2501564025878906,
|
||||
1.0
|
||||
],
|
||||
"normal.textureMap": "../Textures/ceiling_1k_normal.png",
|
||||
"opacity.factor": 1.0,
|
||||
"roughness.textureMap": "../Textures/ceiling_1k_roughness.png"
|
||||
}
|
||||
}
|
||||
@ -1,35 +1,21 @@
|
||||
{
|
||||
"description": "",
|
||||
"parentMaterial": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 4,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"textureBlendMode": "Lerp",
|
||||
"textureMap": "../Textures/chain_basecolor.png"
|
||||
},
|
||||
"emissive": {
|
||||
"color": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"general": {
|
||||
"doubleSided": true
|
||||
},
|
||||
"metallic": {
|
||||
"factor": 0.8899999856948853
|
||||
},
|
||||
"normal": {
|
||||
"textureMap": "../Textures/chain_normal.jpg"
|
||||
},
|
||||
"opacity": {
|
||||
"alphaSource": "Split",
|
||||
"factor": 1.0,
|
||||
"mode": "Cutout",
|
||||
"textureMap": "../Textures/chain_alpha.png"
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.textureBlendMode": "Lerp",
|
||||
"baseColor.textureMap": "../Textures/chain_basecolor.png",
|
||||
"emissive.color": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"general.doubleSided": true,
|
||||
"metallic.factor": 0.8899999856948853,
|
||||
"normal.textureMap": "../Textures/chain_normal.jpg",
|
||||
"opacity.alphaSource": "Split",
|
||||
"opacity.factor": 1.0,
|
||||
"opacity.mode": "Cutout",
|
||||
"opacity.textureMap": "../Textures/chain_alpha.png"
|
||||
}
|
||||
}
|
||||
@ -1,45 +1,25 @@
|
||||
{
|
||||
"description": "",
|
||||
"parentMaterial": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 4,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"textureMap": "../Textures/columnA_1k_basecolor.png"
|
||||
},
|
||||
"clearCoat": {
|
||||
"factor": 0.5,
|
||||
"normalMap": "../Textures/columnA_1k_normal.jpg",
|
||||
"roughness": 0.30000001192092896
|
||||
},
|
||||
"general": {
|
||||
"applySpecularAA": true
|
||||
},
|
||||
"irradiance": {
|
||||
"color": [
|
||||
1.0,
|
||||
0.8964369893074036,
|
||||
0.8264744281768799,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"normal": {
|
||||
"textureMap": "../Textures/columnA_1k_normal.jpg"
|
||||
},
|
||||
"occlusion": {
|
||||
"diffuseTextureMap": "../Textures/columnA_1k_ao.png"
|
||||
},
|
||||
"opacity": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"parallax": {
|
||||
"factor": 0.017000000923871994,
|
||||
"pdo": true,
|
||||
"quality": "High",
|
||||
"useTexture": false
|
||||
},
|
||||
"roughness": {
|
||||
"textureMap": "../Textures/columnA_1k_roughness.png"
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.textureMap": "../Textures/columnA_1k_basecolor.png",
|
||||
"clearCoat.factor": 0.5,
|
||||
"clearCoat.normalMap": "../Textures/columnA_1k_normal.jpg",
|
||||
"clearCoat.roughness": 0.30000001192092896,
|
||||
"general.applySpecularAA": true,
|
||||
"irradiance.color": [
|
||||
1.0,
|
||||
0.8964369893074036,
|
||||
0.8264744281768799,
|
||||
1.0
|
||||
],
|
||||
"normal.textureMap": "../Textures/columnA_1k_normal.jpg",
|
||||
"occlusion.diffuseTextureMap": "../Textures/columnA_1k_ao.png",
|
||||
"opacity.factor": 1.0,
|
||||
"parallax.factor": 0.017000000923871994,
|
||||
"parallax.pdo": true,
|
||||
"parallax.quality": "High",
|
||||
"parallax.useTexture": false,
|
||||
"roughness.textureMap": "../Textures/columnA_1k_roughness.png"
|
||||
}
|
||||
}
|
||||
@ -1,45 +1,25 @@
|
||||
{
|
||||
"description": "",
|
||||
"parentMaterial": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 4,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"textureMap": "../Textures/columnB_1k_basecolor.png"
|
||||
},
|
||||
"clearCoat": {
|
||||
"factor": 0.5,
|
||||
"normalMap": "../Textures/columnB_1k_normal.jpg",
|
||||
"roughness": 0.30000001192092896
|
||||
},
|
||||
"general": {
|
||||
"applySpecularAA": true
|
||||
},
|
||||
"irradiance": {
|
||||
"color": [
|
||||
0.41788357496261597,
|
||||
0.40723279118537903,
|
||||
0.4286869466304779,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"normal": {
|
||||
"textureMap": "../Textures/columnB_1k_normal.jpg"
|
||||
},
|
||||
"occlusion": {
|
||||
"diffuseTextureMap": "../Textures/columnB_1k_ao.png"
|
||||
},
|
||||
"opacity": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"parallax": {
|
||||
"factor": 0.020999999716877937,
|
||||
"pdo": true,
|
||||
"quality": "High",
|
||||
"useTexture": false
|
||||
},
|
||||
"roughness": {
|
||||
"textureMap": "../Textures/columnB_1k_roughness.png"
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.textureMap": "../Textures/columnB_1k_basecolor.png",
|
||||
"clearCoat.factor": 0.5,
|
||||
"clearCoat.normalMap": "../Textures/columnB_1k_normal.jpg",
|
||||
"clearCoat.roughness": 0.30000001192092896,
|
||||
"general.applySpecularAA": true,
|
||||
"irradiance.color": [
|
||||
0.41788357496261597,
|
||||
0.40723279118537903,
|
||||
0.4286869466304779,
|
||||
1.0
|
||||
],
|
||||
"normal.textureMap": "../Textures/columnB_1k_normal.jpg",
|
||||
"occlusion.diffuseTextureMap": "../Textures/columnB_1k_ao.png",
|
||||
"opacity.factor": 1.0,
|
||||
"parallax.factor": 0.020999999716877937,
|
||||
"parallax.pdo": true,
|
||||
"parallax.quality": "High",
|
||||
"parallax.useTexture": false,
|
||||
"roughness.textureMap": "../Textures/columnB_1k_roughness.png"
|
||||
}
|
||||
}
|
||||
@ -1,45 +1,25 @@
|
||||
{
|
||||
"description": "",
|
||||
"parentMaterial": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 4,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"textureMap": "../Textures/columnC_1k_basecolor.png"
|
||||
},
|
||||
"clearCoat": {
|
||||
"factor": 0.5,
|
||||
"normalMap": "../Textures/columnC_1k_normal.jpg",
|
||||
"roughness": 0.30000001192092896
|
||||
},
|
||||
"general": {
|
||||
"applySpecularAA": true
|
||||
},
|
||||
"irradiance": {
|
||||
"color": [
|
||||
0.32314029335975647,
|
||||
0.29176774621009827,
|
||||
0.24228274822235107,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"normal": {
|
||||
"textureMap": "../Textures/columnC_1k_normal.jpg"
|
||||
},
|
||||
"occlusion": {
|
||||
"diffuseTextureMap": "../Textures/columnC_1k_ao.png"
|
||||
},
|
||||
"opacity": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"parallax": {
|
||||
"factor": 0.014000000432133675,
|
||||
"pdo": true,
|
||||
"quality": "High",
|
||||
"useTexture": false
|
||||
},
|
||||
"roughness": {
|
||||
"textureMap": "../Textures/columnC_1k_roughness.png"
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.textureMap": "../Textures/columnC_1k_basecolor.png",
|
||||
"clearCoat.factor": 0.5,
|
||||
"clearCoat.normalMap": "../Textures/columnC_1k_normal.jpg",
|
||||
"clearCoat.roughness": 0.30000001192092896,
|
||||
"general.applySpecularAA": true,
|
||||
"irradiance.color": [
|
||||
0.32314029335975647,
|
||||
0.29176774621009827,
|
||||
0.24228274822235107,
|
||||
1.0
|
||||
],
|
||||
"normal.textureMap": "../Textures/columnC_1k_normal.jpg",
|
||||
"occlusion.diffuseTextureMap": "../Textures/columnC_1k_ao.png",
|
||||
"opacity.factor": 1.0,
|
||||
"parallax.factor": 0.014000000432133675,
|
||||
"parallax.pdo": true,
|
||||
"parallax.quality": "High",
|
||||
"parallax.useTexture": false,
|
||||
"roughness.textureMap": "../Textures/columnC_1k_roughness.png"
|
||||
}
|
||||
}
|
||||
@ -1,52 +1,32 @@
|
||||
{
|
||||
"description": "",
|
||||
"parentMaterial": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 4,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
],
|
||||
"textureMap": "../Textures/curtainBlue_1k_basecolor.png"
|
||||
},
|
||||
"emissive": {
|
||||
"color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"general": {
|
||||
"applySpecularAA": true
|
||||
},
|
||||
"irradiance": {
|
||||
"color": [
|
||||
0.0,
|
||||
0.14901961386203766,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"metallic": {
|
||||
"textureMap": "../Textures/curtain_metallic.png"
|
||||
},
|
||||
"normal": {
|
||||
"factor": 0.5,
|
||||
"textureMap": "../Textures/curtain_normal.jpg"
|
||||
},
|
||||
"occlusion": {
|
||||
"diffuseTextureMap": "../Textures/curtain_ao.png"
|
||||
},
|
||||
"roughness": {
|
||||
"textureMap": "../Textures/curtain_roughness.png"
|
||||
},
|
||||
"specularF0": {
|
||||
"enableMultiScatterCompensation": true
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
],
|
||||
"baseColor.textureMap": "../Textures/curtainBlue_1k_basecolor.png",
|
||||
"emissive.color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
],
|
||||
"general.applySpecularAA": true,
|
||||
"irradiance.color": [
|
||||
0.0,
|
||||
0.14901961386203766,
|
||||
1.0,
|
||||
1.0
|
||||
],
|
||||
"metallic.textureMap": "../Textures/curtain_metallic.png",
|
||||
"normal.factor": 0.5,
|
||||
"normal.textureMap": "../Textures/curtain_normal.jpg",
|
||||
"occlusion.diffuseTextureMap": "../Textures/curtain_ao.png",
|
||||
"roughness.textureMap": "../Textures/curtain_roughness.png",
|
||||
"specularF0.enableMultiScatterCompensation": true
|
||||
}
|
||||
}
|
||||
@ -1,38 +1,20 @@
|
||||
{
|
||||
"description": "",
|
||||
"parentMaterial": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 4,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"textureMap": "../Textures/curtainGreen_1k_basecolor.png"
|
||||
},
|
||||
"general": {
|
||||
"applySpecularAA": true
|
||||
},
|
||||
"irradiance": {
|
||||
"color": [
|
||||
0.0,
|
||||
0.15294118225574493,
|
||||
0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"metallic": {
|
||||
"textureMap": "../Textures/curtain_metallic.png"
|
||||
},
|
||||
"normal": {
|
||||
"factor": 0.5,
|
||||
"textureMap": "../Textures/curtain_normal.jpg"
|
||||
},
|
||||
"occlusion": {
|
||||
"diffuseTextureMap": "../Textures/curtain_ao.png"
|
||||
},
|
||||
"opacity": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"roughness": {
|
||||
"textureMap": "../Textures/curtain_roughness.png"
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.textureMap": "../Textures/curtainGreen_1k_basecolor.png",
|
||||
"general.applySpecularAA": true,
|
||||
"irradiance.color": [
|
||||
0.0,
|
||||
0.15294118225574493,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"metallic.textureMap": "../Textures/curtain_metallic.png",
|
||||
"normal.factor": 0.5,
|
||||
"normal.textureMap": "../Textures/curtain_normal.jpg",
|
||||
"occlusion.diffuseTextureMap": "../Textures/curtain_ao.png",
|
||||
"opacity.factor": 1.0,
|
||||
"roughness.textureMap": "../Textures/curtain_roughness.png"
|
||||
}
|
||||
}
|
||||
@ -1,43 +1,23 @@
|
||||
{
|
||||
"description": "",
|
||||
"parentMaterial": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 4,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"textureMap": "../Textures/curtainRed_1k_basecolor.png"
|
||||
},
|
||||
"general": {
|
||||
"applySpecularAA": true
|
||||
},
|
||||
"irradiance": {
|
||||
"color": [
|
||||
0.41960784792900085,
|
||||
0.003921568859368563,
|
||||
0.003921568859368563,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"metallic": {
|
||||
"textureMap": "../Textures/curtain_metallic.png"
|
||||
},
|
||||
"normal": {
|
||||
"textureMap": "../Textures/curtain_normal.jpg"
|
||||
},
|
||||
"occlusion": {
|
||||
"diffuseTextureMap": "../Textures/curtain_ao.png"
|
||||
},
|
||||
"opacity": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"roughness": {
|
||||
"textureMap": "../Textures/curtain_roughness.png"
|
||||
},
|
||||
"uv": {
|
||||
"center": [
|
||||
16.0,
|
||||
0.0
|
||||
]
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.textureMap": "../Textures/curtainRed_1k_basecolor.png",
|
||||
"general.applySpecularAA": true,
|
||||
"irradiance.color": [
|
||||
0.41960784792900085,
|
||||
0.003921568859368563,
|
||||
0.003921568859368563,
|
||||
1.0
|
||||
],
|
||||
"metallic.textureMap": "../Textures/curtain_metallic.png",
|
||||
"normal.textureMap": "../Textures/curtain_normal.jpg",
|
||||
"occlusion.diffuseTextureMap": "../Textures/curtain_ao.png",
|
||||
"opacity.factor": 1.0,
|
||||
"roughness.textureMap": "../Textures/curtain_roughness.png",
|
||||
"uv.center": [
|
||||
16.0,
|
||||
0.0
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -1,39 +1,19 @@
|
||||
{
|
||||
"description": "",
|
||||
"parentMaterial": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 4,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"textureMap": "../Textures/details_1k_basecolor.png"
|
||||
},
|
||||
"clearCoat": {
|
||||
"factor": 0.5,
|
||||
"normalMap": "../Textures/details_1k_normal.png",
|
||||
"roughness": 0.25
|
||||
},
|
||||
"general": {
|
||||
"applySpecularAA": true
|
||||
},
|
||||
"metallic": {
|
||||
"textureMap": "../Textures/details_1k_metallic.png"
|
||||
},
|
||||
"normal": {
|
||||
"textureMap": "../Textures/details_1k_normal.png"
|
||||
},
|
||||
"occlusion": {
|
||||
"diffuseTextureMap": "../Textures/details_1k_ao.png"
|
||||
},
|
||||
"opacity": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"parallax": {
|
||||
"factor": 0.02500000037252903,
|
||||
"pdo": true,
|
||||
"useTexture": false
|
||||
},
|
||||
"roughness": {
|
||||
"textureMap": "../Textures/details_1k_roughness.png"
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.textureMap": "../Textures/details_1k_basecolor.png",
|
||||
"clearCoat.factor": 0.5,
|
||||
"clearCoat.normalMap": "../Textures/details_1k_normal.png",
|
||||
"clearCoat.roughness": 0.25,
|
||||
"general.applySpecularAA": true,
|
||||
"metallic.textureMap": "../Textures/details_1k_metallic.png",
|
||||
"normal.textureMap": "../Textures/details_1k_normal.png",
|
||||
"occlusion.diffuseTextureMap": "../Textures/details_1k_ao.png",
|
||||
"opacity.factor": 1.0,
|
||||
"parallax.factor": 0.02500000037252903,
|
||||
"parallax.pdo": true,
|
||||
"parallax.useTexture": false,
|
||||
"roughness.textureMap": "../Textures/details_1k_roughness.png"
|
||||
}
|
||||
}
|
||||
@ -1,39 +1,21 @@
|
||||
{
|
||||
"description": "",
|
||||
"parentMaterial": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 4,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"textureMap": "../Textures/fabricBlue_1k_basecolor.png"
|
||||
},
|
||||
"general": {
|
||||
"applySpecularAA": true
|
||||
},
|
||||
"irradiance": {
|
||||
"color": [
|
||||
0.0,
|
||||
0.15049973130226135,
|
||||
1.0,
|
||||
1.0
|
||||
],
|
||||
"factor": 0.30000001192092896
|
||||
},
|
||||
"metallic": {
|
||||
"textureMap": "../Textures/fabric_metallic.png"
|
||||
},
|
||||
"normal": {
|
||||
"factor": 0.5,
|
||||
"textureMap": "../Textures/fabric_normal.jpg"
|
||||
},
|
||||
"occlusion": {
|
||||
"diffuseTextureMap": "../Textures/fabric_ao.png"
|
||||
},
|
||||
"opacity": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"roughness": {
|
||||
"textureMap": "../Textures/fabric_roughness.png"
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.textureMap": "../Textures/fabricBlue_1k_basecolor.png",
|
||||
"general.applySpecularAA": true,
|
||||
"irradiance.color": [
|
||||
0.0,
|
||||
0.15049973130226135,
|
||||
1.0,
|
||||
1.0
|
||||
],
|
||||
"irradiance.factor": 0.30000001192092896,
|
||||
"metallic.textureMap": "../Textures/fabric_metallic.png",
|
||||
"normal.factor": 0.5,
|
||||
"normal.textureMap": "../Textures/fabric_normal.jpg",
|
||||
"occlusion.diffuseTextureMap": "../Textures/fabric_ao.png",
|
||||
"opacity.factor": 1.0,
|
||||
"roughness.textureMap": "../Textures/fabric_roughness.png"
|
||||
}
|
||||
}
|
||||
@ -1,39 +1,21 @@
|
||||
{
|
||||
"description": "",
|
||||
"parentMaterial": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 4,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"textureMap": "../Textures/fabricGreen_1k_basecolor.png"
|
||||
},
|
||||
"general": {
|
||||
"applySpecularAA": true
|
||||
},
|
||||
"irradiance": {
|
||||
"color": [
|
||||
0.0,
|
||||
0.15292592346668243,
|
||||
0.0012207217514514923,
|
||||
1.0
|
||||
],
|
||||
"factor": 0.30000001192092896
|
||||
},
|
||||
"metallic": {
|
||||
"textureMap": "../Textures/fabric_metallic.png"
|
||||
},
|
||||
"normal": {
|
||||
"factor": 0.5,
|
||||
"textureMap": "../Textures/fabric_normal.jpg"
|
||||
},
|
||||
"occlusion": {
|
||||
"diffuseTextureMap": "../Textures/fabric_ao.png"
|
||||
},
|
||||
"opacity": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"roughness": {
|
||||
"textureMap": "../Textures/fabric_roughness.png"
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.textureMap": "../Textures/fabricGreen_1k_basecolor.png",
|
||||
"general.applySpecularAA": true,
|
||||
"irradiance.color": [
|
||||
0.0,
|
||||
0.15292592346668243,
|
||||
0.0012207217514514923,
|
||||
1.0
|
||||
],
|
||||
"irradiance.factor": 0.30000001192092896,
|
||||
"metallic.textureMap": "../Textures/fabric_metallic.png",
|
||||
"normal.factor": 0.5,
|
||||
"normal.textureMap": "../Textures/fabric_normal.jpg",
|
||||
"occlusion.diffuseTextureMap": "../Textures/fabric_ao.png",
|
||||
"opacity.factor": 1.0,
|
||||
"roughness.textureMap": "../Textures/fabric_roughness.png"
|
||||
}
|
||||
}
|
||||
@ -1,39 +1,21 @@
|
||||
{
|
||||
"description": "",
|
||||
"parentMaterial": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 4,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"textureMap": "../Textures/fabricRed_1k_basecolor.png"
|
||||
},
|
||||
"general": {
|
||||
"applySpecularAA": true
|
||||
},
|
||||
"irradiance": {
|
||||
"color": [
|
||||
0.42040130496025085,
|
||||
0.004654001910239458,
|
||||
0.0037232013419270515,
|
||||
1.0
|
||||
],
|
||||
"factor": 0.30000001192092896
|
||||
},
|
||||
"metallic": {
|
||||
"textureMap": "../Textures/fabric_metallic.png"
|
||||
},
|
||||
"normal": {
|
||||
"factor": 0.5,
|
||||
"textureMap": "../Textures/fabric_normal.jpg"
|
||||
},
|
||||
"occlusion": {
|
||||
"diffuseTextureMap": "../Textures/fabric_ao.png"
|
||||
},
|
||||
"opacity": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"roughness": {
|
||||
"textureMap": "../Textures/fabric_roughness.png"
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.textureMap": "../Textures/fabricRed_1k_basecolor.png",
|
||||
"general.applySpecularAA": true,
|
||||
"irradiance.color": [
|
||||
0.42040130496025085,
|
||||
0.004654001910239458,
|
||||
0.0037232013419270515,
|
||||
1.0
|
||||
],
|
||||
"irradiance.factor": 0.30000001192092896,
|
||||
"metallic.textureMap": "../Textures/fabric_metallic.png",
|
||||
"normal.factor": 0.5,
|
||||
"normal.textureMap": "../Textures/fabric_normal.jpg",
|
||||
"occlusion.diffuseTextureMap": "../Textures/fabric_ao.png",
|
||||
"opacity.factor": 1.0,
|
||||
"roughness.textureMap": "../Textures/fabric_roughness.png"
|
||||
}
|
||||
}
|
||||
@ -1,46 +1,24 @@
|
||||
{
|
||||
"description": "",
|
||||
"parentMaterial": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 4,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"textureMap": "../Textures/flagpole_1k_basecolor.png"
|
||||
},
|
||||
"general": {
|
||||
"applySpecularAA": true
|
||||
},
|
||||
"irradiance": {
|
||||
"color": [
|
||||
1.0,
|
||||
0.6520485281944275,
|
||||
0.7122911214828491,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"metallic": {
|
||||
"textureMap": "../Textures/flagpole_1k_metallic.png"
|
||||
},
|
||||
"normal": {
|
||||
"textureMap": "../Textures/flagpole_1k_normal.png"
|
||||
},
|
||||
"occlusion": {
|
||||
"diffuseTextureMap": "../Textures/flagpole_1k_ao.png"
|
||||
},
|
||||
"opacity": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"parallax": {
|
||||
"factor": 0.014000000432133675,
|
||||
"pdo": true,
|
||||
"quality": "High",
|
||||
"useTexture": false
|
||||
},
|
||||
"roughness": {
|
||||
"textureMap": "../Textures/flagpole_1k_roughness.png"
|
||||
},
|
||||
"specularF0": {
|
||||
"enableMultiScatterCompensation": true
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.textureMap": "../Textures/flagpole_1k_basecolor.png",
|
||||
"general.applySpecularAA": true,
|
||||
"irradiance.color": [
|
||||
1.0,
|
||||
0.6520485281944275,
|
||||
0.7122911214828491,
|
||||
1.0
|
||||
],
|
||||
"metallic.textureMap": "../Textures/flagpole_1k_metallic.png",
|
||||
"normal.textureMap": "../Textures/flagpole_1k_normal.png",
|
||||
"occlusion.diffuseTextureMap": "../Textures/flagpole_1k_ao.png",
|
||||
"opacity.factor": 1.0,
|
||||
"parallax.factor": 0.014000000432133675,
|
||||
"parallax.pdo": true,
|
||||
"parallax.quality": "High",
|
||||
"parallax.useTexture": false,
|
||||
"roughness.textureMap": "../Textures/flagpole_1k_roughness.png",
|
||||
"specularF0.enableMultiScatterCompensation": true
|
||||
}
|
||||
}
|
||||
@ -1,44 +1,24 @@
|
||||
{
|
||||
"description": "",
|
||||
"parentMaterial": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 4,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"textureMap": "../Textures/floor_1k_basecolor.png"
|
||||
},
|
||||
"clearCoat": {
|
||||
"influenceMap": "../Textures/floor_1k_ao.png",
|
||||
"normalMap": "../Textures/floor_1k_normal.png",
|
||||
"roughness": 0.25
|
||||
},
|
||||
"general": {
|
||||
"applySpecularAA": true
|
||||
},
|
||||
"irradiance": {
|
||||
"color": [
|
||||
1.0,
|
||||
0.9404135346412659,
|
||||
0.8688944578170776,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"normal": {
|
||||
"textureMap": "../Textures/floor_1k_normal.png"
|
||||
},
|
||||
"occlusion": {
|
||||
"diffuseTextureMap": "../Textures/floor_1k_ao.png"
|
||||
},
|
||||
"opacity": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"parallax": {
|
||||
"factor": 0.012000000104308128,
|
||||
"pdo": true,
|
||||
"useTexture": false
|
||||
},
|
||||
"roughness": {
|
||||
"textureMap": "../Textures/floor_1k_roughness.png"
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.textureMap": "../Textures/floor_1k_basecolor.png",
|
||||
"clearCoat.influenceMap": "../Textures/floor_1k_ao.png",
|
||||
"clearCoat.normalMap": "../Textures/floor_1k_normal.png",
|
||||
"clearCoat.roughness": 0.25,
|
||||
"general.applySpecularAA": true,
|
||||
"irradiance.color": [
|
||||
1.0,
|
||||
0.9404135346412659,
|
||||
0.8688944578170776,
|
||||
1.0
|
||||
],
|
||||
"normal.textureMap": "../Textures/floor_1k_normal.png",
|
||||
"occlusion.diffuseTextureMap": "../Textures/floor_1k_ao.png",
|
||||
"opacity.factor": 1.0,
|
||||
"parallax.factor": 0.012000000104308128,
|
||||
"parallax.pdo": true,
|
||||
"parallax.useTexture": false,
|
||||
"roughness.textureMap": "../Textures/floor_1k_roughness.png"
|
||||
}
|
||||
}
|
||||
@ -1,43 +1,25 @@
|
||||
{
|
||||
"description": "",
|
||||
"parentMaterial": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 4,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"textureMap": "../Textures/thorn_basecolor.png"
|
||||
},
|
||||
"clearCoat": {
|
||||
"factor": 0.05000000074505806,
|
||||
"normalMap": "../Textures/thorn_normal.jpg",
|
||||
"roughness": 0.10000000149011612
|
||||
},
|
||||
"general": {
|
||||
"applySpecularAA": true,
|
||||
"doubleSided": true
|
||||
},
|
||||
"irradiance": {
|
||||
"color": [
|
||||
0.46506446599960327,
|
||||
1.0,
|
||||
0.3944609761238098,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"normal": {
|
||||
"textureMap": "../Textures/thorn_normal.jpg"
|
||||
},
|
||||
"opacity": {
|
||||
"alphaSource": "Split",
|
||||
"factor": 0.20000000298023224,
|
||||
"mode": "Cutout",
|
||||
"textureMap": "../Textures/thorn_alpha.png"
|
||||
},
|
||||
"parallax": {
|
||||
"useTexture": false
|
||||
},
|
||||
"roughness": {
|
||||
"textureMap": "../Textures/thorn_roughness.png"
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.textureMap": "../Textures/thorn_basecolor.png",
|
||||
"clearCoat.factor": 0.05000000074505806,
|
||||
"clearCoat.normalMap": "../Textures/thorn_normal.jpg",
|
||||
"clearCoat.roughness": 0.10000000149011612,
|
||||
"general.applySpecularAA": true,
|
||||
"general.doubleSided": true,
|
||||
"irradiance.color": [
|
||||
0.46506446599960327,
|
||||
1.0,
|
||||
0.3944609761238098,
|
||||
1.0
|
||||
],
|
||||
"normal.textureMap": "../Textures/thorn_normal.jpg",
|
||||
"opacity.alphaSource": "Split",
|
||||
"opacity.factor": 0.20000000298023224,
|
||||
"opacity.mode": "Cutout",
|
||||
"opacity.textureMap": "../Textures/thorn_alpha.png",
|
||||
"parallax.useTexture": false,
|
||||
"roughness.textureMap": "../Textures/thorn_roughness.png"
|
||||
}
|
||||
}
|
||||
@ -1,36 +1,22 @@
|
||||
{
|
||||
"description": "",
|
||||
"parentMaterial": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 4,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"textureMap": "../Textures/lion_1k_basecolor.png"
|
||||
},
|
||||
"emissive": {
|
||||
"color": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"irradiance": {
|
||||
"color": [
|
||||
0.5583428740501404,
|
||||
0.496940553188324,
|
||||
0.4125429093837738,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"normal": {
|
||||
"textureMap": "../Textures/lion_1k_normal.jpg"
|
||||
},
|
||||
"opacity": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"roughness": {
|
||||
"textureMap": "../Textures/lion_1k_roughness.png"
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.textureMap": "../Textures/lion_1k_basecolor.png",
|
||||
"emissive.color": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"irradiance.color": [
|
||||
0.5583428740501404,
|
||||
0.496940553188324,
|
||||
0.4125429093837738,
|
||||
1.0
|
||||
],
|
||||
"normal.textureMap": "../Textures/lion_1k_normal.jpg",
|
||||
"opacity.factor": 1.0,
|
||||
"roughness.textureMap": "../Textures/lion_1k_roughness.png"
|
||||
}
|
||||
}
|
||||
@ -1,47 +1,27 @@
|
||||
{
|
||||
"description": "",
|
||||
"parentMaterial": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 4,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"textureBlendMode": "Lerp",
|
||||
"textureMap": "../Textures/roof_1k_basecolor.png"
|
||||
},
|
||||
"general": {
|
||||
"applySpecularAA": true
|
||||
},
|
||||
"irradiance": {
|
||||
"color": [
|
||||
0.29613184928894043,
|
||||
0.3324483036994934,
|
||||
0.45078203082084656,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"metallic": {
|
||||
"textureMap": "../Textures/roof_1k_metallic.png",
|
||||
"useTexture": false
|
||||
},
|
||||
"normal": {
|
||||
"factor": 0.5,
|
||||
"flipY": true,
|
||||
"textureMap": "../Textures/roof_1k_normal.jpg"
|
||||
},
|
||||
"occlusion": {
|
||||
"diffuseTextureMap": "../Textures/roof_1k_ao.png"
|
||||
},
|
||||
"opacity": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"parallax": {
|
||||
"algorithm": "ContactRefinement",
|
||||
"factor": 0.019999999552965164,
|
||||
"quality": "Medium",
|
||||
"useTexture": false
|
||||
},
|
||||
"roughness": {
|
||||
"textureMap": "../Textures/roof_1k_roughness.png"
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.textureBlendMode": "Lerp",
|
||||
"baseColor.textureMap": "../Textures/roof_1k_basecolor.png",
|
||||
"general.applySpecularAA": true,
|
||||
"irradiance.color": [
|
||||
0.29613184928894043,
|
||||
0.3324483036994934,
|
||||
0.45078203082084656,
|
||||
1.0
|
||||
],
|
||||
"metallic.textureMap": "../Textures/roof_1k_metallic.png",
|
||||
"metallic.useTexture": false,
|
||||
"normal.factor": 0.5,
|
||||
"normal.flipY": true,
|
||||
"normal.textureMap": "../Textures/roof_1k_normal.jpg",
|
||||
"occlusion.diffuseTextureMap": "../Textures/roof_1k_ao.png",
|
||||
"opacity.factor": 1.0,
|
||||
"parallax.algorithm": "ContactRefinement",
|
||||
"parallax.factor": 0.019999999552965164,
|
||||
"parallax.quality": "Medium",
|
||||
"parallax.useTexture": false,
|
||||
"roughness.textureMap": "../Textures/roof_1k_roughness.png"
|
||||
}
|
||||
}
|
||||
@ -1,46 +1,24 @@
|
||||
{
|
||||
"description": "",
|
||||
"parentMaterial": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 4,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"textureMap": "../Textures/vase_1k_basecolor.png"
|
||||
},
|
||||
"general": {
|
||||
"applySpecularAA": true
|
||||
},
|
||||
"irradiance": {
|
||||
"color": [
|
||||
1.0,
|
||||
0.8713664412498474,
|
||||
0.6021667718887329,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"metallic": {
|
||||
"textureMap": "../Textures/vase_1k_metallic.png"
|
||||
},
|
||||
"normal": {
|
||||
"textureMap": "../Textures/vase_1k_normal.jpg"
|
||||
},
|
||||
"occlusion": {
|
||||
"diffuseTextureMap": "../Textures/vase_1k_ao.png"
|
||||
},
|
||||
"opacity": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"parallax": {
|
||||
"factor": 0.027000000700354576,
|
||||
"pdo": true,
|
||||
"quality": "High",
|
||||
"useTexture": false
|
||||
},
|
||||
"roughness": {
|
||||
"textureMap": "../Textures/vase_1k_roughness.png"
|
||||
},
|
||||
"specularF0": {
|
||||
"enableMultiScatterCompensation": true
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.textureMap": "../Textures/vase_1k_basecolor.png",
|
||||
"general.applySpecularAA": true,
|
||||
"irradiance.color": [
|
||||
1.0,
|
||||
0.8713664412498474,
|
||||
0.6021667718887329,
|
||||
1.0
|
||||
],
|
||||
"metallic.textureMap": "../Textures/vase_1k_metallic.png",
|
||||
"normal.textureMap": "../Textures/vase_1k_normal.jpg",
|
||||
"occlusion.diffuseTextureMap": "../Textures/vase_1k_ao.png",
|
||||
"opacity.factor": 1.0,
|
||||
"parallax.factor": 0.027000000700354576,
|
||||
"parallax.pdo": true,
|
||||
"parallax.quality": "High",
|
||||
"parallax.useTexture": false,
|
||||
"roughness.textureMap": "../Textures/vase_1k_roughness.png",
|
||||
"specularF0.enableMultiScatterCompensation": true
|
||||
}
|
||||
}
|
||||
@ -1,43 +1,23 @@
|
||||
{
|
||||
"description": "",
|
||||
"parentMaterial": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 4,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"textureMap": "../Textures/vaseHanging_1k_basecolor.png"
|
||||
},
|
||||
"general": {
|
||||
"applySpecularAA": true
|
||||
},
|
||||
"irradiance": {
|
||||
"color": [
|
||||
0.765606164932251,
|
||||
1.0,
|
||||
0.7052567601203918,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"metallic": {
|
||||
"textureMap": "../Textures/vaseHanging_1k_metallic.png"
|
||||
},
|
||||
"normal": {
|
||||
"textureMap": "../Textures/vaseHanging_1k_normal.png"
|
||||
},
|
||||
"occlusion": {
|
||||
"diffuseTextureMap": "../Textures/vaseHanging_1k_ao.png"
|
||||
},
|
||||
"opacity": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"parallax": {
|
||||
"factor": 0.04600000008940697,
|
||||
"pdo": true,
|
||||
"quality": "High",
|
||||
"useTexture": false
|
||||
},
|
||||
"roughness": {
|
||||
"textureMap": "../Textures/vaseHanging_1k_roughness.png"
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.textureMap": "../Textures/vaseHanging_1k_basecolor.png",
|
||||
"general.applySpecularAA": true,
|
||||
"irradiance.color": [
|
||||
0.765606164932251,
|
||||
1.0,
|
||||
0.7052567601203918,
|
||||
1.0
|
||||
],
|
||||
"metallic.textureMap": "../Textures/vaseHanging_1k_metallic.png",
|
||||
"normal.textureMap": "../Textures/vaseHanging_1k_normal.png",
|
||||
"occlusion.diffuseTextureMap": "../Textures/vaseHanging_1k_ao.png",
|
||||
"opacity.factor": 1.0,
|
||||
"parallax.factor": 0.04600000008940697,
|
||||
"parallax.pdo": true,
|
||||
"parallax.quality": "High",
|
||||
"parallax.useTexture": false,
|
||||
"roughness.textureMap": "../Textures/vaseHanging_1k_roughness.png"
|
||||
}
|
||||
}
|
||||
@ -1,36 +1,26 @@
|
||||
{
|
||||
"description": "",
|
||||
"parentMaterial": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 4,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"color": [
|
||||
0.800000011920929,
|
||||
0.800000011920929,
|
||||
0.800000011920929,
|
||||
1.0
|
||||
],
|
||||
"textureBlendMode": "Lerp",
|
||||
"textureMap": "../Textures/vasePlant_1k_basecolor.png"
|
||||
},
|
||||
"general": {
|
||||
"applySpecularAA": true,
|
||||
"doubleSided": true
|
||||
},
|
||||
"irradiance": {
|
||||
"color": [
|
||||
0.09086747467517853,
|
||||
0.4111391007900238,
|
||||
0.0474097803235054,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"opacity": {
|
||||
"alphaSource": "Split",
|
||||
"factor": 0.23999999463558197,
|
||||
"mode": "Cutout",
|
||||
"textureMap": "../Textures/vasePlant_1k_alpha.png"
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.color": [
|
||||
0.800000011920929,
|
||||
0.800000011920929,
|
||||
0.800000011920929,
|
||||
1.0
|
||||
],
|
||||
"baseColor.textureBlendMode": "Lerp",
|
||||
"baseColor.textureMap": "../Textures/vasePlant_1k_basecolor.png",
|
||||
"general.applySpecularAA": true,
|
||||
"general.doubleSided": true,
|
||||
"irradiance.color": [
|
||||
0.09086747467517853,
|
||||
0.4111391007900238,
|
||||
0.0474097803235054,
|
||||
1.0
|
||||
],
|
||||
"opacity.alphaSource": "Split",
|
||||
"opacity.factor": 0.23999999463558197,
|
||||
"opacity.mode": "Cutout",
|
||||
"opacity.textureMap": "../Textures/vasePlant_1k_alpha.png"
|
||||
}
|
||||
}
|
||||
@ -1,49 +1,27 @@
|
||||
{
|
||||
"description": "",
|
||||
"parentMaterial": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 4,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"textureMap": "../Textures/vaseRound_1k_basecolor.png"
|
||||
},
|
||||
"clearCoat": {
|
||||
"factor": 0.5,
|
||||
"influenceMap": "../Textures/vaseRound_1k_ao.png",
|
||||
"normalMap": "../Textures/vaseRound_1k_normal.jpg",
|
||||
"roughness": 0.25
|
||||
},
|
||||
"general": {
|
||||
"applySpecularAA": true
|
||||
},
|
||||
"irradiance": {
|
||||
"color": [
|
||||
0.46933698654174805,
|
||||
0.3824063539505005,
|
||||
0.47861447930336,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"normal": {
|
||||
"textureMap": "../Textures/vaseRound_1k_normal.jpg"
|
||||
},
|
||||
"occlusion": {
|
||||
"diffuseTextureMap": "../Textures/vaseRound_1k_ao.png"
|
||||
},
|
||||
"opacity": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"parallax": {
|
||||
"factor": 0.019999999552965164,
|
||||
"pdo": true,
|
||||
"quality": "High",
|
||||
"useTexture": false
|
||||
},
|
||||
"roughness": {
|
||||
"textureMap": "../Textures/vaseRound_1k_roughness.png"
|
||||
},
|
||||
"specularF0": {
|
||||
"enableMultiScatterCompensation": true
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.textureMap": "../Textures/vaseRound_1k_basecolor.png",
|
||||
"clearCoat.factor": 0.5,
|
||||
"clearCoat.influenceMap": "../Textures/vaseRound_1k_ao.png",
|
||||
"clearCoat.normalMap": "../Textures/vaseRound_1k_normal.jpg",
|
||||
"clearCoat.roughness": 0.25,
|
||||
"general.applySpecularAA": true,
|
||||
"irradiance.color": [
|
||||
0.46933698654174805,
|
||||
0.3824063539505005,
|
||||
0.47861447930336,
|
||||
1.0
|
||||
],
|
||||
"normal.textureMap": "../Textures/vaseRound_1k_normal.jpg",
|
||||
"occlusion.diffuseTextureMap": "../Textures/vaseRound_1k_ao.png",
|
||||
"opacity.factor": 1.0,
|
||||
"parallax.factor": 0.019999999552965164,
|
||||
"parallax.pdo": true,
|
||||
"parallax.quality": "High",
|
||||
"parallax.useTexture": false,
|
||||
"roughness.textureMap": "../Textures/vaseRound_1k_roughness.png",
|
||||
"specularF0.enableMultiScatterCompensation": true
|
||||
}
|
||||
}
|
||||
@ -1,32 +1,26 @@
|
||||
{
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 1,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"color": [ 1.0, 1.0, 1.0 ],
|
||||
"factor": 0.75,
|
||||
"useTexture": false,
|
||||
"textureMap": ""
|
||||
},
|
||||
"metallic": {
|
||||
"factor": 0.0,
|
||||
"useTexture": false,
|
||||
"textureMap": ""
|
||||
},
|
||||
"roughness": {
|
||||
"factor": 0.0,
|
||||
"useTexture": false,
|
||||
"textureMap": ""
|
||||
},
|
||||
"specularF0": {
|
||||
"factor": 0.5,
|
||||
"useTexture": false,
|
||||
"textureMap": ""
|
||||
},
|
||||
"normal": {
|
||||
"factor": 1.0,
|
||||
"useTexture": false,
|
||||
"textureMap": ""
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
],
|
||||
"baseColor.factor": 0.75,
|
||||
"baseColor.textureMap": "",
|
||||
"baseColor.useTexture": false,
|
||||
"metallic.factor": 0.0,
|
||||
"metallic.textureMap": "",
|
||||
"metallic.useTexture": false,
|
||||
"normal.factor": 1.0,
|
||||
"normal.textureMap": "",
|
||||
"normal.useTexture": false,
|
||||
"roughness.factor": 0.0,
|
||||
"roughness.textureMap": "",
|
||||
"roughness.useTexture": false,
|
||||
"specularF0.factor": 0.5,
|
||||
"specularF0.textureMap": "",
|
||||
"specularF0.useTexture": false
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,9 @@
|
||||
{
|
||||
"parentMaterial": "./basic.material",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 1,
|
||||
"properties": {
|
||||
"metallic": {
|
||||
"factor": 0.0
|
||||
},
|
||||
"roughness": {
|
||||
"factor": 0.0
|
||||
}
|
||||
"parentMaterial": "./basic.material",
|
||||
"propertyValues": {
|
||||
"metallic.factor": 0.0,
|
||||
"roughness.factor": 0.0
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,9 @@
|
||||
{
|
||||
"parentMaterial": "./basic.material",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 1,
|
||||
"properties": {
|
||||
"metallic": {
|
||||
"factor": 0.0
|
||||
},
|
||||
"roughness": {
|
||||
"factor": 0.1
|
||||
}
|
||||
"parentMaterial": "./basic.material",
|
||||
"propertyValues": {
|
||||
"metallic.factor": 0.0,
|
||||
"roughness.factor": 0.10000000149011612
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,9 @@
|
||||
{
|
||||
"parentMaterial": "./basic.material",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 1,
|
||||
"properties": {
|
||||
"metallic": {
|
||||
"factor": 0.0
|
||||
},
|
||||
"roughness": {
|
||||
"factor": 0.2
|
||||
}
|
||||
"parentMaterial": "./basic.material",
|
||||
"propertyValues": {
|
||||
"metallic.factor": 0.0,
|
||||
"roughness.factor": 0.20000000298023224
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,9 @@
|
||||
{
|
||||
"parentMaterial": "./basic.material",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 1,
|
||||
"properties": {
|
||||
"metallic": {
|
||||
"factor": 0.0
|
||||
},
|
||||
"roughness": {
|
||||
"factor": 0.3
|
||||
}
|
||||
"parentMaterial": "./basic.material",
|
||||
"propertyValues": {
|
||||
"metallic.factor": 0.0,
|
||||
"roughness.factor": 0.30000001192092896
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,9 @@
|
||||
{
|
||||
"parentMaterial": "./basic.material",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 1,
|
||||
"properties": {
|
||||
"metallic": {
|
||||
"factor": 0.0
|
||||
},
|
||||
"roughness": {
|
||||
"factor": 0.4
|
||||
}
|
||||
"parentMaterial": "./basic.material",
|
||||
"propertyValues": {
|
||||
"metallic.factor": 0.0,
|
||||
"roughness.factor": 0.4000000059604645
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,9 @@
|
||||
{
|
||||
"parentMaterial": "./basic.material",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 1,
|
||||
"properties": {
|
||||
"metallic": {
|
||||
"factor": 0.0
|
||||
},
|
||||
"roughness": {
|
||||
"factor": 0.5
|
||||
}
|
||||
"parentMaterial": "./basic.material",
|
||||
"propertyValues": {
|
||||
"metallic.factor": 0.0,
|
||||
"roughness.factor": 0.5
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,9 @@
|
||||
{
|
||||
"parentMaterial": "./basic.material",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 1,
|
||||
"properties": {
|
||||
"metallic": {
|
||||
"factor": 0.0
|
||||
},
|
||||
"roughness": {
|
||||
"factor": 0.6
|
||||
}
|
||||
"parentMaterial": "./basic.material",
|
||||
"propertyValues": {
|
||||
"metallic.factor": 0.0,
|
||||
"roughness.factor": 0.6000000238418579
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,9 @@
|
||||
{
|
||||
"parentMaterial": "./basic.material",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 1,
|
||||
"properties": {
|
||||
"metallic": {
|
||||
"factor": 0.0
|
||||
},
|
||||
"roughness": {
|
||||
"factor": 0.7
|
||||
}
|
||||
"parentMaterial": "./basic.material",
|
||||
"propertyValues": {
|
||||
"metallic.factor": 0.0,
|
||||
"roughness.factor": 0.699999988079071
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,9 @@
|
||||
{
|
||||
"parentMaterial": "./basic.material",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 1,
|
||||
"properties": {
|
||||
"metallic": {
|
||||
"factor": 0.0
|
||||
},
|
||||
"roughness": {
|
||||
"factor": 0.8
|
||||
}
|
||||
"parentMaterial": "./basic.material",
|
||||
"propertyValues": {
|
||||
"metallic.factor": 0.0,
|
||||
"roughness.factor": 0.800000011920929
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,9 @@
|
||||
{
|
||||
"parentMaterial": "./basic.material",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 1,
|
||||
"properties": {
|
||||
"metallic": {
|
||||
"factor": 0.0
|
||||
},
|
||||
"roughness": {
|
||||
"factor": 0.9
|
||||
}
|
||||
"parentMaterial": "./basic.material",
|
||||
"propertyValues": {
|
||||
"metallic.factor": 0.0,
|
||||
"roughness.factor": 0.8999999761581421
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,9 @@
|
||||
{
|
||||
"parentMaterial": "./basic.material",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 1,
|
||||
"properties": {
|
||||
"metallic": {
|
||||
"factor": 0.0
|
||||
},
|
||||
"roughness": {
|
||||
"factor": 1.0
|
||||
}
|
||||
"parentMaterial": "./basic.material",
|
||||
"propertyValues": {
|
||||
"metallic.factor": 0.0,
|
||||
"roughness.factor": 1.0
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,9 @@
|
||||
{
|
||||
"parentMaterial": "./basic.material",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 1,
|
||||
"properties": {
|
||||
"metallic": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"roughness": {
|
||||
"factor": 0.0
|
||||
}
|
||||
"parentMaterial": "./basic.material",
|
||||
"propertyValues": {
|
||||
"metallic.factor": 1.0,
|
||||
"roughness.factor": 0.0
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,9 @@
|
||||
{
|
||||
"parentMaterial": "./basic.material",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 1,
|
||||
"properties": {
|
||||
"metallic": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"roughness": {
|
||||
"factor": 0.1
|
||||
}
|
||||
"parentMaterial": "./basic.material",
|
||||
"propertyValues": {
|
||||
"metallic.factor": 1.0,
|
||||
"roughness.factor": 0.10000000149011612
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,9 @@
|
||||
{
|
||||
"parentMaterial": "./basic.material",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 1,
|
||||
"properties": {
|
||||
"metallic": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"roughness": {
|
||||
"factor": 0.2
|
||||
}
|
||||
"parentMaterial": "./basic.material",
|
||||
"propertyValues": {
|
||||
"metallic.factor": 1.0,
|
||||
"roughness.factor": 0.20000000298023224
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,9 @@
|
||||
{
|
||||
"parentMaterial": "./basic.material",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 1,
|
||||
"properties": {
|
||||
"metallic": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"roughness": {
|
||||
"factor": 0.3
|
||||
}
|
||||
"parentMaterial": "./basic.material",
|
||||
"propertyValues": {
|
||||
"metallic.factor": 1.0,
|
||||
"roughness.factor": 0.30000001192092896
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,9 @@
|
||||
{
|
||||
"parentMaterial": "./basic.material",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 1,
|
||||
"properties": {
|
||||
"metallic": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"roughness": {
|
||||
"factor": 0.4
|
||||
}
|
||||
"parentMaterial": "./basic.material",
|
||||
"propertyValues": {
|
||||
"metallic.factor": 1.0,
|
||||
"roughness.factor": 0.4000000059604645
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,9 @@
|
||||
{
|
||||
"parentMaterial": "./basic.material",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 1,
|
||||
"properties": {
|
||||
"metallic": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"roughness": {
|
||||
"factor": 0.5
|
||||
}
|
||||
"parentMaterial": "./basic.material",
|
||||
"propertyValues": {
|
||||
"metallic.factor": 1.0,
|
||||
"roughness.factor": 0.5
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,9 @@
|
||||
{
|
||||
"parentMaterial": "./basic.material",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 1,
|
||||
"properties": {
|
||||
"metallic": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"roughness": {
|
||||
"factor": 0.6
|
||||
}
|
||||
"parentMaterial": "./basic.material",
|
||||
"propertyValues": {
|
||||
"metallic.factor": 1.0,
|
||||
"roughness.factor": 0.6000000238418579
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,9 @@
|
||||
{
|
||||
"parentMaterial": "./basic.material",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 1,
|
||||
"properties": {
|
||||
"metallic": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"roughness": {
|
||||
"factor": 0.7
|
||||
}
|
||||
"parentMaterial": "./basic.material",
|
||||
"propertyValues": {
|
||||
"metallic.factor": 1.0,
|
||||
"roughness.factor": 0.699999988079071
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,9 @@
|
||||
{
|
||||
"parentMaterial": "./basic.material",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 1,
|
||||
"properties": {
|
||||
"metallic": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"roughness": {
|
||||
"factor": 0.8
|
||||
}
|
||||
"parentMaterial": "./basic.material",
|
||||
"propertyValues": {
|
||||
"metallic.factor": 1.0,
|
||||
"roughness.factor": 0.800000011920929
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,9 @@
|
||||
{
|
||||
"parentMaterial": "./basic.material",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 1,
|
||||
"properties": {
|
||||
"metallic": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"roughness": {
|
||||
"factor": 0.9
|
||||
}
|
||||
"parentMaterial": "./basic.material",
|
||||
"propertyValues": {
|
||||
"metallic.factor": 1.0,
|
||||
"roughness.factor": 0.8999999761581421
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,9 @@
|
||||
{
|
||||
"parentMaterial": "./basic.material",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 1,
|
||||
"properties": {
|
||||
"metallic": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"roughness": {
|
||||
"factor": 1.0
|
||||
}
|
||||
"parentMaterial": "./basic.material",
|
||||
"propertyValues": {
|
||||
"metallic.factor": 1.0,
|
||||
"roughness.factor": 1.0
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,4 +1,4 @@
|
||||
{
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"parentMaterial": "Materials/Presets/PBR/default_grid.material"
|
||||
}
|
||||
}
|
||||
@ -1,11 +1,8 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"parentMaterial": "Materials/Presets/PBR/default_grid.material",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"opacity": {
|
||||
"mode": "Blended"
|
||||
}
|
||||
"parentMaterial": "Materials/Presets/PBR/default_grid.material",
|
||||
"propertyValues": {
|
||||
"opacity.mode": "Blended"
|
||||
}
|
||||
}
|
||||
@ -1,17 +1,13 @@
|
||||
{
|
||||
"description": "",
|
||||
"parentMaterial": "",
|
||||
"materialType": "TestData/Materials/Types/MinimalPBR.materialtype",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"settings": {
|
||||
"color": [
|
||||
0.08522164076566696,
|
||||
0.11898985505104065,
|
||||
1.0,
|
||||
1.0
|
||||
],
|
||||
"roughness": 0.33000001311302185
|
||||
}
|
||||
"propertyValues": {
|
||||
"settings.color": [
|
||||
0.08522164076566696,
|
||||
0.11898985505104065,
|
||||
1.0,
|
||||
1.0
|
||||
],
|
||||
"settings.roughness": 0.33000001311302185
|
||||
}
|
||||
}
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"materialType": "UVs.materialtype"
|
||||
}
|
||||
}
|
||||
@ -1,32 +1,26 @@
|
||||
{
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 1,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"color": [ 0.18, 0.18, 0.18 ],
|
||||
"factor": 1.0,
|
||||
"useTexture": false,
|
||||
"textureMap": ""
|
||||
},
|
||||
"metallic": {
|
||||
"factor": 0.0,
|
||||
"useTexture": false,
|
||||
"textureMap": ""
|
||||
},
|
||||
"roughness": {
|
||||
"factor": 1.0,
|
||||
"useTexture": false,
|
||||
"textureMap": ""
|
||||
},
|
||||
"specularF0": {
|
||||
"factor": 0.5,
|
||||
"useTexture": false,
|
||||
"textureMap": ""
|
||||
},
|
||||
"normal": {
|
||||
"factor": 1.0,
|
||||
"useTexture": false,
|
||||
"textureMap": ""
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.color": [
|
||||
0.18000000715255737,
|
||||
0.18000000715255737,
|
||||
0.18000000715255737
|
||||
],
|
||||
"baseColor.factor": 1.0,
|
||||
"baseColor.textureMap": "",
|
||||
"baseColor.useTexture": false,
|
||||
"metallic.factor": 0.0,
|
||||
"metallic.textureMap": "",
|
||||
"metallic.useTexture": false,
|
||||
"normal.factor": 1.0,
|
||||
"normal.textureMap": "",
|
||||
"normal.useTexture": false,
|
||||
"roughness.factor": 1.0,
|
||||
"roughness.textureMap": "",
|
||||
"roughness.useTexture": false,
|
||||
"specularF0.factor": 0.5,
|
||||
"specularF0.textureMap": "",
|
||||
"specularF0.useTexture": false
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,36 +1,20 @@
|
||||
{
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"materialTypeVersion": 4,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"textureMap": "Materials/decal/airship_symbol_decal.tif"
|
||||
},
|
||||
"general": {
|
||||
"doubleSided": true
|
||||
},
|
||||
"metallic": {
|
||||
"useTexture": false
|
||||
},
|
||||
"normal": {
|
||||
"useTexture": false
|
||||
},
|
||||
"opacity": {
|
||||
"alphaSource": "Split",
|
||||
"factor": 0.6899999976158142,
|
||||
"mode": "Cutout",
|
||||
"textureMap": "Materials/decal/airship_symbol_decal.tif"
|
||||
},
|
||||
"roughness": {
|
||||
"useTexture": false
|
||||
},
|
||||
"specularF0": {
|
||||
"useTexture": false
|
||||
},
|
||||
"uv": {
|
||||
"center": [
|
||||
0.0,
|
||||
1.0
|
||||
]
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.textureMap": "Materials/decal/airship_symbol_decal.tif",
|
||||
"general.doubleSided": true,
|
||||
"metallic.useTexture": false,
|
||||
"normal.useTexture": false,
|
||||
"opacity.alphaSource": "Split",
|
||||
"opacity.factor": 0.6899999976158142,
|
||||
"opacity.mode": "Cutout",
|
||||
"opacity.textureMap": "Materials/decal/airship_symbol_decal.tif",
|
||||
"roughness.useTexture": false,
|
||||
"specularF0.useTexture": false,
|
||||
"uv.center": [
|
||||
0.0,
|
||||
1.0
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,9 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/Skin.materialtype",
|
||||
"parentMaterial": "",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"wrinkleLayers": {
|
||||
"count": 3,
|
||||
"enable": true,
|
||||
"showBlendValues": true
|
||||
}
|
||||
"propertyValues": {
|
||||
"wrinkleLayers.count": 3,
|
||||
"wrinkleLayers.enable": true,
|
||||
"wrinkleLayers.showBlendValues": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,30 +1,24 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "TestData/Materials/Types/AutoBrick.materialtype",
|
||||
"parentMaterial": "",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"appearance": {
|
||||
"ao": 0.5252525210380554,
|
||||
"brickColor": [
|
||||
0.3013504147529602,
|
||||
0.0032501716632395984,
|
||||
0.0032501716632395984,
|
||||
1.0
|
||||
],
|
||||
"brickColorBleed": 0.5050504803657532,
|
||||
"brickColorNoise": 0.20202019810676576,
|
||||
"lineColor": [
|
||||
0.08339055627584458,
|
||||
0.07264820486307144,
|
||||
0.05905241519212723,
|
||||
1.0
|
||||
],
|
||||
"lineColorNoise": 0.35353541374206545
|
||||
},
|
||||
"shape": {
|
||||
"brickWidth": 0.16660000383853913,
|
||||
"lineDepth": 0.005454500205814838
|
||||
}
|
||||
"propertyValues": {
|
||||
"appearance.ao": 0.5252525210380554,
|
||||
"appearance.brickColor": [
|
||||
0.3013504147529602,
|
||||
0.0032501716632395983,
|
||||
0.0032501716632395983,
|
||||
1.0
|
||||
],
|
||||
"appearance.brickColorBleed": 0.5050504803657532,
|
||||
"appearance.brickColorNoise": 0.20202019810676575,
|
||||
"appearance.lineColor": [
|
||||
0.08339055627584457,
|
||||
0.07264820486307144,
|
||||
0.05905241519212723,
|
||||
1.0
|
||||
],
|
||||
"appearance.lineColorNoise": 0.35353541374206543,
|
||||
"shape.brickWidth": 0.16660000383853912,
|
||||
"shape.lineDepth": 0.005454500205814838
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,33 +1,27 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "TestData/Materials/Types/AutoBrick.materialtype",
|
||||
"parentMaterial": "",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"appearance": {
|
||||
"ao": 0.010100999847054482,
|
||||
"brickColor": [
|
||||
0.4612802267074585,
|
||||
0.6926985383033752,
|
||||
0.6798046827316284,
|
||||
1.0
|
||||
],
|
||||
"brickColorBleed": 0.5050504803657532,
|
||||
"brickColorNoise": 0.05000000074505806,
|
||||
"lineColor": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
],
|
||||
"lineColorNoise": 0.0
|
||||
},
|
||||
"shape": {
|
||||
"brickHeight": 0.16660000383853913,
|
||||
"brickOffset": 0.0,
|
||||
"brickWidth": 0.16660000383853913,
|
||||
"lineDepth": 0.0012121000327169896,
|
||||
"lineWidth": 0.01030299998819828
|
||||
}
|
||||
"propertyValues": {
|
||||
"appearance.ao": 0.010100999847054482,
|
||||
"appearance.brickColor": [
|
||||
0.4612802267074585,
|
||||
0.6926985383033752,
|
||||
0.6798046827316284,
|
||||
1.0
|
||||
],
|
||||
"appearance.brickColorBleed": 0.5050504803657532,
|
||||
"appearance.brickColorNoise": 0.05000000074505806,
|
||||
"appearance.lineColor": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
],
|
||||
"appearance.lineColorNoise": 0.0,
|
||||
"shape.brickHeight": 0.16660000383853912,
|
||||
"shape.brickOffset": 0.0,
|
||||
"shape.brickWidth": 0.16660000383853912,
|
||||
"shape.lineDepth": 0.0012121000327169895,
|
||||
"shape.lineWidth": 0.01030299998819828
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,33 +1,18 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"parentMaterial": "Materials/Presets/PBR/default_grid.material",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"occlusion": {
|
||||
"diffuseTextureMap": "TestData/Textures/cc0/Rock030_2K_AmbientOcclusion.jpg"
|
||||
},
|
||||
"baseColor": {
|
||||
"textureMap": "TestData/Textures/cc0/Rock030_2K_Color.jpg"
|
||||
},
|
||||
"metallic": {
|
||||
"useTexture": false
|
||||
},
|
||||
"normal": {
|
||||
"textureMap": "TestData/Textures/cc0/Rock030_2K_Normal.jpg"
|
||||
},
|
||||
"parallax": {
|
||||
"algorithm": "POM",
|
||||
"factor": 0.03,
|
||||
"quality": "High",
|
||||
"textureMap": "TestData/Textures/cc0/Rock030_2K_Displacement.jpg",
|
||||
"pdo": true
|
||||
},
|
||||
"roughness": {
|
||||
"textureMap": "TestData/Textures/cc0/Rock030_2K_Roughness.jpg"
|
||||
},
|
||||
"specularF0": {
|
||||
"useTexture": false
|
||||
}
|
||||
"parentMaterial": "Materials/Presets/PBR/default_grid.material",
|
||||
"propertyValues": {
|
||||
"baseColor.textureMap": "TestData/Textures/cc0/Rock030_2K_Color.jpg",
|
||||
"metallic.useTexture": false,
|
||||
"normal.textureMap": "TestData/Textures/cc0/Rock030_2K_Normal.jpg",
|
||||
"occlusion.diffuseTextureMap": "TestData/Textures/cc0/Rock030_2K_AmbientOcclusion.jpg",
|
||||
"parallax.algorithm": "POM",
|
||||
"parallax.factor": 0.029999999329447746,
|
||||
"parallax.pdo": true,
|
||||
"parallax.quality": "High",
|
||||
"parallax.textureMap": "TestData/Textures/cc0/Rock030_2K_Displacement.jpg",
|
||||
"roughness.textureMap": "TestData/Textures/cc0/Rock030_2K_Roughness.jpg",
|
||||
"specularF0.useTexture": false
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,55 +1,43 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/Skin.materialtype",
|
||||
"parentMaterial": "",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"color": [
|
||||
0.1277027577161789,
|
||||
0.174273282289505,
|
||||
0.29372090101242068,
|
||||
1.0
|
||||
],
|
||||
"textureMap": "Objects/Hermanubis/Hermanubis_bronze_BaseColor.png",
|
||||
"useTexture": false
|
||||
},
|
||||
"detailLayerGroup": {
|
||||
"baseColorDetailBlend": 0.4300000071525574,
|
||||
"baseColorDetailMap": "TestData/Textures/cc0/Concrete019_1K_Color.jpg",
|
||||
"enableBaseColor": true,
|
||||
"enableDetailLayer": true,
|
||||
"enableNormals": true,
|
||||
"normalDetailFlipY": true,
|
||||
"normalDetailMap": "TestData/Textures/cc0/Concrete019_1K_Normal.jpg",
|
||||
"normalDetailStrength": 0.25999999046325686,
|
||||
"textureMapUv": "Tiled"
|
||||
},
|
||||
"detailUV": {
|
||||
"scale": 5.0
|
||||
},
|
||||
"normal": {
|
||||
"flipY": true,
|
||||
"textureMap": "Objects/Hermanubis/Hermanubis_Normal.png"
|
||||
},
|
||||
"subsurfaceScattering": {
|
||||
"enableSubsurfaceScattering": true,
|
||||
"influenceMap": "Objects/Hermanubis/Hermanubis_thickness.tif",
|
||||
"scatterDistance": 15.0,
|
||||
"subsurfaceScatterFactor": 0.4300000071525574,
|
||||
"thicknessMap": "Objects/Hermanubis/Hermanubis_thickness.tif",
|
||||
"transmissionAttenuation": 15.0,
|
||||
"transmissionDistortion": 0.3499999940395355,
|
||||
"transmissionMode": "ThickObject",
|
||||
"transmissionPower": 16.399999618530275,
|
||||
"transmissionScale": 0.10000000149011612,
|
||||
"transmissionTint": [
|
||||
1.0,
|
||||
0.3182879388332367,
|
||||
0.16388189792633058,
|
||||
1.0
|
||||
],
|
||||
"useInfluenceMap": false
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.color": [
|
||||
0.1277027577161789,
|
||||
0.174273282289505,
|
||||
0.29372090101242065,
|
||||
1.0
|
||||
],
|
||||
"baseColor.textureMap": "Objects/Hermanubis/Hermanubis_bronze_BaseColor.png",
|
||||
"baseColor.useTexture": false,
|
||||
"detailLayerGroup.baseColorDetailBlend": 0.4300000071525574,
|
||||
"detailLayerGroup.baseColorDetailMap": "TestData/Textures/cc0/Concrete019_1K_Color.jpg",
|
||||
"detailLayerGroup.enableBaseColor": true,
|
||||
"detailLayerGroup.enableDetailLayer": true,
|
||||
"detailLayerGroup.enableNormals": true,
|
||||
"detailLayerGroup.normalDetailFlipY": true,
|
||||
"detailLayerGroup.normalDetailMap": "TestData/Textures/cc0/Concrete019_1K_Normal.jpg",
|
||||
"detailLayerGroup.normalDetailStrength": 0.25999999046325684,
|
||||
"detailLayerGroup.textureMapUv": "Tiled",
|
||||
"detailUV.scale": 5.0,
|
||||
"normal.flipY": true,
|
||||
"normal.textureMap": "Objects/Hermanubis/Hermanubis_Normal.png",
|
||||
"subsurfaceScattering.enableSubsurfaceScattering": true,
|
||||
"subsurfaceScattering.influenceMap": "Objects/Hermanubis/Hermanubis_thickness.tif",
|
||||
"subsurfaceScattering.scatterDistance": 15.0,
|
||||
"subsurfaceScattering.subsurfaceScatterFactor": 0.4300000071525574,
|
||||
"subsurfaceScattering.thicknessMap": "Objects/Hermanubis/Hermanubis_thickness.tif",
|
||||
"subsurfaceScattering.transmissionAttenuation": 15.0,
|
||||
"subsurfaceScattering.transmissionDistortion": 0.3499999940395355,
|
||||
"subsurfaceScattering.transmissionMode": "ThickObject",
|
||||
"subsurfaceScattering.transmissionPower": 16.399999618530273,
|
||||
"subsurfaceScattering.transmissionScale": 0.10000000149011612,
|
||||
"subsurfaceScattering.transmissionTint": [
|
||||
1.0,
|
||||
0.3182879388332367,
|
||||
0.16388189792633057,
|
||||
1.0
|
||||
],
|
||||
"subsurfaceScattering.useInfluenceMap": false
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,63 +1,49 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/Skin.materialtype",
|
||||
"parentMaterial": "",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"color": [
|
||||
0.2847791314125061,
|
||||
0.45421531796455386,
|
||||
0.9392080307006836,
|
||||
1.0
|
||||
],
|
||||
"textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_bc.png"
|
||||
},
|
||||
"detailLayerGroup": {
|
||||
"baseColorDetailBlend": 0.4300000071525574,
|
||||
"baseColorDetailMap": "TestData/Textures/cc0/Concrete019_1K_Color.jpg",
|
||||
"enableBaseColor": true,
|
||||
"enableDetailLayer": true,
|
||||
"enableNormals": true,
|
||||
"normalDetailFlipY": true,
|
||||
"normalDetailMap": "TestData/Textures/cc0/Concrete019_1K_Normal.jpg",
|
||||
"normalDetailStrength": 1.5,
|
||||
"textureMapUv": "Tiled"
|
||||
},
|
||||
"detailUV": {
|
||||
"scale": 5.0
|
||||
},
|
||||
"normal": {
|
||||
"flipY": true,
|
||||
"textureMap": "Objects/Hermanubis/Hermanubis_Normal.png"
|
||||
},
|
||||
"subsurfaceScattering": {
|
||||
"enableSubsurfaceScattering": true,
|
||||
"influenceMap": "TestData/Textures/checker8x8_gray_512.png",
|
||||
"scatterDistance": 15.0,
|
||||
"subsurfaceScatterFactor": 0.4300000071525574,
|
||||
"thicknessMap": "Objects/Hermanubis/Hermanubis_thickness.tif",
|
||||
"transmissionAttenuation": 15.0,
|
||||
"transmissionDistortion": 0.3499999940395355,
|
||||
"transmissionMode": "ThickObject",
|
||||
"transmissionPower": 16.399999618530275,
|
||||
"transmissionScale": 0.10000000149011612,
|
||||
"transmissionTint": [
|
||||
1.0,
|
||||
0.3182879388332367,
|
||||
0.16388189792633058,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"wrinkleLayers": {
|
||||
"baseColorMap1": "TestData/Textures/cc0/Lava004_1K_Color.jpg",
|
||||
"baseColorMap3": "TestData/Textures/checker8x8_gray_512.png",
|
||||
"count": 3,
|
||||
"enable": true,
|
||||
"enableBaseColor": true,
|
||||
"enableNormal": true,
|
||||
"normalMap1": "TestData/Textures/cc0/Lava004_1K_Normal.jpg",
|
||||
"normalMap2": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_normal.png"
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.color": [
|
||||
0.2847791314125061,
|
||||
0.45421531796455383,
|
||||
0.9392080307006836,
|
||||
1.0
|
||||
],
|
||||
"baseColor.textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_bc.png",
|
||||
"detailLayerGroup.baseColorDetailBlend": 0.4300000071525574,
|
||||
"detailLayerGroup.baseColorDetailMap": "TestData/Textures/cc0/Concrete019_1K_Color.jpg",
|
||||
"detailLayerGroup.enableBaseColor": true,
|
||||
"detailLayerGroup.enableDetailLayer": true,
|
||||
"detailLayerGroup.enableNormals": true,
|
||||
"detailLayerGroup.normalDetailFlipY": true,
|
||||
"detailLayerGroup.normalDetailMap": "TestData/Textures/cc0/Concrete019_1K_Normal.jpg",
|
||||
"detailLayerGroup.normalDetailStrength": 1.5,
|
||||
"detailLayerGroup.textureMapUv": "Tiled",
|
||||
"detailUV.scale": 5.0,
|
||||
"normal.flipY": true,
|
||||
"normal.textureMap": "Objects/Hermanubis/Hermanubis_Normal.png",
|
||||
"subsurfaceScattering.enableSubsurfaceScattering": true,
|
||||
"subsurfaceScattering.influenceMap": "TestData/Textures/checker8x8_gray_512.png",
|
||||
"subsurfaceScattering.scatterDistance": 15.0,
|
||||
"subsurfaceScattering.subsurfaceScatterFactor": 0.4300000071525574,
|
||||
"subsurfaceScattering.thicknessMap": "Objects/Hermanubis/Hermanubis_thickness.tif",
|
||||
"subsurfaceScattering.transmissionAttenuation": 15.0,
|
||||
"subsurfaceScattering.transmissionDistortion": 0.3499999940395355,
|
||||
"subsurfaceScattering.transmissionMode": "ThickObject",
|
||||
"subsurfaceScattering.transmissionPower": 16.399999618530273,
|
||||
"subsurfaceScattering.transmissionScale": 0.10000000149011612,
|
||||
"subsurfaceScattering.transmissionTint": [
|
||||
1.0,
|
||||
0.3182879388332367,
|
||||
0.16388189792633057,
|
||||
1.0
|
||||
],
|
||||
"wrinkleLayers.baseColorMap1": "TestData/Textures/cc0/Lava004_1K_Color.jpg",
|
||||
"wrinkleLayers.baseColorMap3": "TestData/Textures/checker8x8_gray_512.png",
|
||||
"wrinkleLayers.count": 3,
|
||||
"wrinkleLayers.enable": true,
|
||||
"wrinkleLayers.enableBaseColor": true,
|
||||
"wrinkleLayers.enableNormal": true,
|
||||
"wrinkleLayers.normalMap1": "TestData/Textures/cc0/Lava004_1K_Normal.jpg",
|
||||
"wrinkleLayers.normalMap2": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_normal.png"
|
||||
}
|
||||
}
|
||||
@ -1,156 +1,96 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/StandardMultilayerPBR.materialtype",
|
||||
"parentMaterial": "",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"blend": {
|
||||
"enableLayer2": true,
|
||||
"enableLayer3": true
|
||||
},
|
||||
"layer1_baseColor": {
|
||||
"color": [
|
||||
0.3495536744594574,
|
||||
0.2659952640533447,
|
||||
0.12039368599653244,
|
||||
1.0
|
||||
],
|
||||
"textureMap": "TestData/Textures/cc0/bark1_col.jpg"
|
||||
},
|
||||
"layer1_emissive": {
|
||||
"color": [
|
||||
0.8521705865859985,
|
||||
0.029510948807001115,
|
||||
0.029510948807001115,
|
||||
1.0
|
||||
],
|
||||
"intensity": 0.8199999928474426
|
||||
},
|
||||
"layer1_normal": {
|
||||
"factor": 0.4444443881511688,
|
||||
"flipY": true,
|
||||
"textureMap": "TestData/Textures/cc0/bark1_norm.jpg"
|
||||
},
|
||||
"layer1_occlusion": {
|
||||
"diffuseFactor": 1.6399999856948853,
|
||||
"diffuseTextureMap": "TestData/Textures/cc0/bark1_disp.jpg"
|
||||
},
|
||||
"layer1_parallax": {
|
||||
"factor": 0.02500000037252903,
|
||||
"textureMap": "TestData/Textures/cc0/bark1_disp.jpg"
|
||||
},
|
||||
"layer1_roughness": {
|
||||
"lowerBound": 0.010100999847054482,
|
||||
"textureMap": "TestData/Textures/cc0/bark1_roughness.jpg"
|
||||
},
|
||||
"layer1_specularF0": {
|
||||
"factor": 0.5099999904632568,
|
||||
"textureMap": "TestData/Textures/checker8x8_512.png"
|
||||
},
|
||||
"layer1_uv": {
|
||||
"center": [
|
||||
0.75,
|
||||
0.75
|
||||
],
|
||||
"offsetU": 0.5,
|
||||
"offsetV": 0.25
|
||||
},
|
||||
"layer2_baseColor": {
|
||||
"textureMap": "TestData/Textures/cc0/Lava004_1K_Color.jpg"
|
||||
},
|
||||
"layer2_clearCoat": {
|
||||
"enable": true,
|
||||
"influenceMap": "TestData/Textures/checker8x8_512.png",
|
||||
"normalMap": "TestData/Objects/cube/cube_norm.tif",
|
||||
"normalStrength": 0.5400000214576721,
|
||||
"roughness": 0.10000000149011612
|
||||
},
|
||||
"layer2_emissive": {
|
||||
"enable": true,
|
||||
"intensity": 2.140000104904175,
|
||||
"textureMap": "TestData/Textures/cc0/Lava004_1K_Emission.jpg"
|
||||
},
|
||||
"layer2_normal": {
|
||||
"flipY": true,
|
||||
"textureMap": "TestData/Textures/cc0/Lava004_1K_Normal.jpg"
|
||||
},
|
||||
"layer2_occlusion": {
|
||||
"specularFactor": 2.0,
|
||||
"specularTextureMap": "TestData/Textures/cc0/Tiles009_1K_Displacement.jpg"
|
||||
},
|
||||
"layer2_parallax": {
|
||||
"factor": 0.01600000075995922,
|
||||
"textureMap": "TestData/Textures/cc0/Lava004_1K_Displacement.jpg"
|
||||
},
|
||||
"layer2_roughness": {
|
||||
"textureMap": "TestData/Textures/cc0/Lava004_1K_Roughness.jpg"
|
||||
},
|
||||
"layer2_uv": {
|
||||
"center": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"offsetU": 0.5,
|
||||
"offsetV": 0.25
|
||||
},
|
||||
"layer3_baseColor": {
|
||||
"color": [
|
||||
0.6315556764602661,
|
||||
1.0,
|
||||
0.9451438188552856,
|
||||
1.0
|
||||
],
|
||||
"textureMap": "TestData/Textures/cc0/PaintedMetal003_1K_Color.jpg"
|
||||
},
|
||||
"layer3_clearCoat": {
|
||||
"influenceMap": "TestData/Textures/checker8x8_512.png"
|
||||
},
|
||||
"layer3_emissive": {
|
||||
"intensity": -0.9399999976158142
|
||||
},
|
||||
"layer3_metallic": {
|
||||
"factor": 1.0,
|
||||
"textureMap": "TestData/Textures/cc0/PaintedMetal003_1K_Metalness.jpg"
|
||||
},
|
||||
"layer3_normal": {
|
||||
"textureMap": "TestData/Textures/cc0/PaintedMetal003_1K_Normal.jpg"
|
||||
},
|
||||
"layer3_occlusion": {
|
||||
"diffuseFactor": 1.0399999618530274,
|
||||
"diffuseTextureMap": "TestData/Textures/cc0/PaintedMetal003_1K_Displacement.jpg"
|
||||
},
|
||||
"layer3_parallax": {
|
||||
"factor": 0.004999999888241291,
|
||||
"textureMap": "TestData/Textures/cc0/PaintedMetal003_1K_Displacement.jpg"
|
||||
},
|
||||
"layer3_roughness": {
|
||||
"lowerBound": 0.07999999821186066,
|
||||
"textureMap": "TestData/Textures/cc0/PaintedMetal003_1K_Roughness.jpg",
|
||||
"upperBound": 0.75
|
||||
},
|
||||
"layer3_specularF0": {
|
||||
"factor": 0.47474750876426699
|
||||
},
|
||||
"layer3_uv": {
|
||||
"center": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"offsetU": 0.11999999731779099,
|
||||
"rotateDegrees": -57.599998474121097
|
||||
},
|
||||
"parallax": {
|
||||
"quality": "Medium"
|
||||
},
|
||||
"uv": {
|
||||
"center": [
|
||||
0.10000000149011612,
|
||||
0.20000000298023225
|
||||
],
|
||||
"offsetU": 0.23000000417232514,
|
||||
"offsetV": -0.23999999463558198,
|
||||
"rotateDegrees": 39.599998474121097,
|
||||
"scale": 1.100000023841858
|
||||
}
|
||||
"propertyValues": {
|
||||
"blend.enableLayer2": true,
|
||||
"blend.enableLayer3": true,
|
||||
"layer1_baseColor.color": [
|
||||
0.3495536744594574,
|
||||
0.2659952640533447,
|
||||
0.12039368599653244,
|
||||
1.0
|
||||
],
|
||||
"layer1_baseColor.textureMap": "TestData/Textures/cc0/bark1_col.jpg",
|
||||
"layer1_emissive.color": [
|
||||
0.8521705865859985,
|
||||
0.029510948807001114,
|
||||
0.029510948807001114,
|
||||
1.0
|
||||
],
|
||||
"layer1_emissive.intensity": 0.8199999928474426,
|
||||
"layer1_normal.factor": 0.4444443881511688,
|
||||
"layer1_normal.flipY": true,
|
||||
"layer1_normal.textureMap": "TestData/Textures/cc0/bark1_norm.jpg",
|
||||
"layer1_occlusion.diffuseFactor": 1.6399999856948853,
|
||||
"layer1_occlusion.diffuseTextureMap": "TestData/Textures/cc0/bark1_disp.jpg",
|
||||
"layer1_parallax.factor": 0.02500000037252903,
|
||||
"layer1_parallax.textureMap": "TestData/Textures/cc0/bark1_disp.jpg",
|
||||
"layer1_roughness.lowerBound": 0.010100999847054482,
|
||||
"layer1_roughness.textureMap": "TestData/Textures/cc0/bark1_roughness.jpg",
|
||||
"layer1_specularF0.factor": 0.5099999904632568,
|
||||
"layer1_specularF0.textureMap": "TestData/Textures/checker8x8_512.png",
|
||||
"layer1_uv.center": [
|
||||
0.75,
|
||||
0.75
|
||||
],
|
||||
"layer1_uv.offsetU": 0.5,
|
||||
"layer1_uv.offsetV": 0.25,
|
||||
"layer2_baseColor.textureMap": "TestData/Textures/cc0/Lava004_1K_Color.jpg",
|
||||
"layer2_clearCoat.enable": true,
|
||||
"layer2_clearCoat.influenceMap": "TestData/Textures/checker8x8_512.png",
|
||||
"layer2_clearCoat.normalMap": "TestData/Objects/cube/cube_norm.tif",
|
||||
"layer2_clearCoat.normalStrength": 0.5400000214576721,
|
||||
"layer2_clearCoat.roughness": 0.10000000149011612,
|
||||
"layer2_emissive.enable": true,
|
||||
"layer2_emissive.intensity": 2.140000104904175,
|
||||
"layer2_emissive.textureMap": "TestData/Textures/cc0/Lava004_1K_Emission.jpg",
|
||||
"layer2_normal.flipY": true,
|
||||
"layer2_normal.textureMap": "TestData/Textures/cc0/Lava004_1K_Normal.jpg",
|
||||
"layer2_occlusion.specularFactor": 2.0,
|
||||
"layer2_occlusion.specularTextureMap": "TestData/Textures/cc0/Tiles009_1K_Displacement.jpg",
|
||||
"layer2_parallax.factor": 0.01600000075995922,
|
||||
"layer2_parallax.textureMap": "TestData/Textures/cc0/Lava004_1K_Displacement.jpg",
|
||||
"layer2_roughness.textureMap": "TestData/Textures/cc0/Lava004_1K_Roughness.jpg",
|
||||
"layer2_uv.center": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"layer2_uv.offsetU": 0.5,
|
||||
"layer2_uv.offsetV": 0.25,
|
||||
"layer3_baseColor.color": [
|
||||
0.6315556764602661,
|
||||
1.0,
|
||||
0.9451438188552856,
|
||||
1.0
|
||||
],
|
||||
"layer3_baseColor.textureMap": "TestData/Textures/cc0/PaintedMetal003_1K_Color.jpg",
|
||||
"layer3_clearCoat.influenceMap": "TestData/Textures/checker8x8_512.png",
|
||||
"layer3_emissive.intensity": -0.9399999976158142,
|
||||
"layer3_metallic.factor": 1.0,
|
||||
"layer3_metallic.textureMap": "TestData/Textures/cc0/PaintedMetal003_1K_Metalness.jpg",
|
||||
"layer3_normal.textureMap": "TestData/Textures/cc0/PaintedMetal003_1K_Normal.jpg",
|
||||
"layer3_occlusion.diffuseFactor": 1.0399999618530273,
|
||||
"layer3_occlusion.diffuseTextureMap": "TestData/Textures/cc0/PaintedMetal003_1K_Displacement.jpg",
|
||||
"layer3_parallax.factor": 0.004999999888241291,
|
||||
"layer3_parallax.textureMap": "TestData/Textures/cc0/PaintedMetal003_1K_Displacement.jpg",
|
||||
"layer3_roughness.lowerBound": 0.07999999821186066,
|
||||
"layer3_roughness.textureMap": "TestData/Textures/cc0/PaintedMetal003_1K_Roughness.jpg",
|
||||
"layer3_roughness.upperBound": 0.75,
|
||||
"layer3_specularF0.factor": 0.47474750876426697,
|
||||
"layer3_uv.center": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"layer3_uv.offsetU": 0.11999999731779099,
|
||||
"layer3_uv.rotateDegrees": -57.599998474121094,
|
||||
"parallax.quality": "Medium",
|
||||
"uv.center": [
|
||||
0.10000000149011612,
|
||||
0.20000000298023224
|
||||
],
|
||||
"uv.offsetU": 0.23000000417232513,
|
||||
"uv.offsetV": -0.23999999463558197,
|
||||
"uv.rotateDegrees": 39.599998474121094,
|
||||
"uv.scale": 1.100000023841858
|
||||
}
|
||||
}
|
||||
@ -1,11 +1,8 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/StandardMultilayerPBR.materialtype",
|
||||
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/001_ManyFeatures.material",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"blend": {
|
||||
"enableLayer2": false
|
||||
}
|
||||
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/001_ManyFeatures.material",
|
||||
"propertyValues": {
|
||||
"blend.enableLayer2": false
|
||||
}
|
||||
}
|
||||
@ -1,11 +1,8 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/StandardMultilayerPBR.materialtype",
|
||||
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/001_ManyFeatures.material",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"blend": {
|
||||
"enableLayer3": false
|
||||
}
|
||||
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/001_ManyFeatures.material",
|
||||
"propertyValues": {
|
||||
"blend.enableLayer3": false
|
||||
}
|
||||
}
|
||||
@ -1,55 +1,29 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/StandardMultilayerPBR.materialtype",
|
||||
"parentMaterial": "",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"blend": {
|
||||
"enableLayer2": true,
|
||||
"enableLayer3": true
|
||||
},
|
||||
"layer1_baseColor": {
|
||||
"textureMap": "TestData/Textures/cc0/bark1_col.jpg"
|
||||
},
|
||||
"layer1_normal": {
|
||||
"textureMap": "TestData/Textures/cc0/bark1_norm.jpg"
|
||||
},
|
||||
"layer1_parallax": {
|
||||
"factor": 0.03999999910593033,
|
||||
"textureMap": "TestData/Textures/cc0/bark1_disp.jpg"
|
||||
},
|
||||
"layer1_roughness": {
|
||||
"textureMap": "TestData/Textures/cc0/bark1_roughness.jpg"
|
||||
},
|
||||
"layer2_baseColor": {
|
||||
"textureMap": "TestData/Textures/cc0/Rock030_2K_Color.jpg"
|
||||
},
|
||||
"layer2_clearCoat": {
|
||||
"normalStrength": 0.0
|
||||
},
|
||||
"layer2_normal": {
|
||||
"textureMap": "TestData/Textures/cc0/Rock030_2K_Normal.jpg"
|
||||
},
|
||||
"layer2_parallax": {
|
||||
"factor": 0.05299999937415123,
|
||||
"offset": -0.024000000208616258,
|
||||
"textureMap": "TestData/Textures/cc0/Rock030_2K_Displacement.jpg"
|
||||
},
|
||||
"layer2_roughness": {
|
||||
"textureMap": "TestData/Textures/cc0/Rock030_2K_Roughness.jpg"
|
||||
},
|
||||
"layer3_baseColor": {
|
||||
"color": [
|
||||
0.4298008680343628,
|
||||
0.4298008680343628,
|
||||
0.4298008680343628,
|
||||
1.0
|
||||
],
|
||||
"textureMap": "TestData/Textures/cc0/Concrete019_1K_Color.jpg"
|
||||
},
|
||||
"parallax": {
|
||||
"pdo": true,
|
||||
"quality": "Medium"
|
||||
}
|
||||
"propertyValues": {
|
||||
"blend.enableLayer2": true,
|
||||
"blend.enableLayer3": true,
|
||||
"layer1_baseColor.textureMap": "TestData/Textures/cc0/bark1_col.jpg",
|
||||
"layer1_normal.textureMap": "TestData/Textures/cc0/bark1_norm.jpg",
|
||||
"layer1_parallax.factor": 0.03999999910593033,
|
||||
"layer1_parallax.textureMap": "TestData/Textures/cc0/bark1_disp.jpg",
|
||||
"layer1_roughness.textureMap": "TestData/Textures/cc0/bark1_roughness.jpg",
|
||||
"layer2_baseColor.textureMap": "TestData/Textures/cc0/Rock030_2K_Color.jpg",
|
||||
"layer2_clearCoat.normalStrength": 0.0,
|
||||
"layer2_normal.textureMap": "TestData/Textures/cc0/Rock030_2K_Normal.jpg",
|
||||
"layer2_parallax.factor": 0.05299999937415123,
|
||||
"layer2_parallax.offset": -0.024000000208616257,
|
||||
"layer2_parallax.textureMap": "TestData/Textures/cc0/Rock030_2K_Displacement.jpg",
|
||||
"layer2_roughness.textureMap": "TestData/Textures/cc0/Rock030_2K_Roughness.jpg",
|
||||
"layer3_baseColor.color": [
|
||||
0.4298008680343628,
|
||||
0.4298008680343628,
|
||||
0.4298008680343628,
|
||||
1.0
|
||||
],
|
||||
"layer3_baseColor.textureMap": "TestData/Textures/cc0/Concrete019_1K_Color.jpg",
|
||||
"parallax.pdo": true,
|
||||
"parallax.quality": "Medium"
|
||||
}
|
||||
}
|
||||
@ -1,11 +1,8 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/StandardMultilayerPBR.materialtype",
|
||||
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/002_ParallaxPdo.material",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"blend": {
|
||||
"debugDrawMode": "BlendMask"
|
||||
}
|
||||
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/002_ParallaxPdo.material",
|
||||
"propertyValues": {
|
||||
"blend.debugDrawMode": "BlendMask"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,11 +1,8 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/StandardMultilayerPBR.materialtype",
|
||||
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/002_ParallaxPdo.material",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"blend": {
|
||||
"debugDrawMode": "FinalBlendWeights"
|
||||
}
|
||||
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/002_ParallaxPdo.material",
|
||||
"propertyValues": {
|
||||
"blend.debugDrawMode": "FinalBlendWeights"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,11 +1,8 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/StandardMultilayerPBR.materialtype",
|
||||
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/002_ParallaxPdo.material",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"blend": {
|
||||
"debugDrawMode": "Displacement"
|
||||
}
|
||||
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/002_ParallaxPdo.material",
|
||||
"propertyValues": {
|
||||
"blend.debugDrawMode": "Displacement"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,14 +1,9 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/StandardMultilayerPBR.materialtype",
|
||||
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/002_ParallaxPdo.material",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"blend": {
|
||||
"blendSource": "BlendMaskVertexColors"
|
||||
},
|
||||
"parallax": {
|
||||
"quality": "Medium"
|
||||
}
|
||||
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/002_ParallaxPdo.material",
|
||||
"propertyValues": {
|
||||
"blend.blendSource": "BlendMaskVertexColors",
|
||||
"parallax.quality": "Medium"
|
||||
}
|
||||
}
|
||||
@ -1,81 +1,43 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/StandardMultilayerPBR.materialtype",
|
||||
"parentMaterial": "",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"blend": {
|
||||
"blendSource": "Displacement",
|
||||
"displacementBlendDistance": 0.008999999612569809,
|
||||
"enableLayer2": true,
|
||||
"enableLayer3": true
|
||||
},
|
||||
"layer1_baseColor": {
|
||||
"textureMap": "TestData/Textures/cc0/Ground033_1K_Color.jpg"
|
||||
},
|
||||
"layer1_normal": {
|
||||
"textureMap": "TestData/Textures/cc0/Ground033_1K_Normal.jpg"
|
||||
},
|
||||
"layer1_occlusion": {
|
||||
"diffuseTextureMap": "TestData/Textures/cc0/Ground033_1K_AmbientOcclusion.jpg"
|
||||
},
|
||||
"layer1_parallax": {
|
||||
"factor": 0.017000000923871995,
|
||||
"offset": -0.006000000052154064,
|
||||
"textureMap": "TestData/Textures/cc0/Ground033_1K_Displacement.jpg"
|
||||
},
|
||||
"layer1_roughness": {
|
||||
"textureMap": "TestData/Textures/cc0/Ground033_1K_Roughness.jpg"
|
||||
},
|
||||
"layer2_baseColor": {
|
||||
"textureMap": "TestData/Textures/cc0/Rock030_2K_Color.jpg"
|
||||
},
|
||||
"layer2_normal": {
|
||||
"textureMap": "TestData/Textures/cc0/Rock030_2K_Normal.jpg"
|
||||
},
|
||||
"layer2_occlusion": {
|
||||
"diffuseTextureMap": "TestData/Textures/cc0/Rocks002_1K_AmbientOcclusion.jpg"
|
||||
},
|
||||
"layer2_parallax": {
|
||||
"factor": 0.03099999949336052,
|
||||
"offset": 0.0020000000949949028,
|
||||
"textureMap": "TestData/Textures/cc0/Rock030_2K_Displacement.jpg"
|
||||
},
|
||||
"layer2_roughness": {
|
||||
"textureMap": "TestData/Textures/cc0/Rock030_2K_Roughness.jpg"
|
||||
},
|
||||
"layer2_uv": {
|
||||
"center": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"offsetU": 0.1599999964237213,
|
||||
"offsetV": 0.07999999821186066,
|
||||
"rotateDegrees": 90.0
|
||||
},
|
||||
"layer3_baseColor": {
|
||||
"textureMap": "TestData/Textures/cc0/Rocks002_1K_Color.jpg"
|
||||
},
|
||||
"layer3_normal": {
|
||||
"textureMap": "TestData/Textures/cc0/Rocks002_1K_Normal.jpg"
|
||||
},
|
||||
"layer3_parallax": {
|
||||
"factor": 0.027000000700354577,
|
||||
"textureMap": "TestData/Textures/cc0/Rocks002_1K_Displacement.jpg"
|
||||
},
|
||||
"layer3_roughness": {
|
||||
"textureMap": "TestData/Textures/cc0/Rocks002_1K_Roughness.jpg"
|
||||
},
|
||||
"layer3_uv": {
|
||||
"center": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"scale": 3.4999988079071047
|
||||
},
|
||||
"parallax": {
|
||||
"algorithm": "Relief",
|
||||
"pdo": true
|
||||
}
|
||||
"propertyValues": {
|
||||
"blend.blendSource": "Displacement",
|
||||
"blend.displacementBlendDistance": 0.008999999612569809,
|
||||
"blend.enableLayer2": true,
|
||||
"blend.enableLayer3": true,
|
||||
"layer1_baseColor.textureMap": "TestData/Textures/cc0/Ground033_1K_Color.jpg",
|
||||
"layer1_normal.textureMap": "TestData/Textures/cc0/Ground033_1K_Normal.jpg",
|
||||
"layer1_occlusion.diffuseTextureMap": "TestData/Textures/cc0/Ground033_1K_AmbientOcclusion.jpg",
|
||||
"layer1_parallax.factor": 0.017000000923871994,
|
||||
"layer1_parallax.offset": -0.006000000052154064,
|
||||
"layer1_parallax.textureMap": "TestData/Textures/cc0/Ground033_1K_Displacement.jpg",
|
||||
"layer1_roughness.textureMap": "TestData/Textures/cc0/Ground033_1K_Roughness.jpg",
|
||||
"layer2_baseColor.textureMap": "TestData/Textures/cc0/Rock030_2K_Color.jpg",
|
||||
"layer2_normal.textureMap": "TestData/Textures/cc0/Rock030_2K_Normal.jpg",
|
||||
"layer2_occlusion.diffuseTextureMap": "TestData/Textures/cc0/Rocks002_1K_AmbientOcclusion.jpg",
|
||||
"layer2_parallax.factor": 0.03099999949336052,
|
||||
"layer2_parallax.offset": 0.0020000000949949026,
|
||||
"layer2_parallax.textureMap": "TestData/Textures/cc0/Rock030_2K_Displacement.jpg",
|
||||
"layer2_roughness.textureMap": "TestData/Textures/cc0/Rock030_2K_Roughness.jpg",
|
||||
"layer2_uv.center": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"layer2_uv.offsetU": 0.1599999964237213,
|
||||
"layer2_uv.offsetV": 0.07999999821186066,
|
||||
"layer2_uv.rotateDegrees": 90.0,
|
||||
"layer3_baseColor.textureMap": "TestData/Textures/cc0/Rocks002_1K_Color.jpg",
|
||||
"layer3_normal.textureMap": "TestData/Textures/cc0/Rocks002_1K_Normal.jpg",
|
||||
"layer3_parallax.factor": 0.027000000700354576,
|
||||
"layer3_parallax.textureMap": "TestData/Textures/cc0/Rocks002_1K_Displacement.jpg",
|
||||
"layer3_roughness.textureMap": "TestData/Textures/cc0/Rocks002_1K_Roughness.jpg",
|
||||
"layer3_uv.center": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"layer3_uv.scale": 3.4999988079071045,
|
||||
"parallax.algorithm": "Relief",
|
||||
"parallax.pdo": true
|
||||
}
|
||||
}
|
||||
@ -1,11 +1,8 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/StandardMultilayerPBR.materialtype",
|
||||
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement.material",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"blend": {
|
||||
"enableLayer2": false
|
||||
}
|
||||
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement.material",
|
||||
"propertyValues": {
|
||||
"blend.enableLayer2": false
|
||||
}
|
||||
}
|
||||
@ -1,11 +1,8 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/StandardMultilayerPBR.materialtype",
|
||||
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement.material",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"blend": {
|
||||
"enableLayer3": false
|
||||
}
|
||||
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement.material",
|
||||
"propertyValues": {
|
||||
"blend.enableLayer3": false
|
||||
}
|
||||
}
|
||||
@ -1,14 +1,9 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/StandardMultilayerPBR.materialtype",
|
||||
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement.material",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"blend": {
|
||||
"blendSource": "Displacement_With_BlendMaskTexture"
|
||||
},
|
||||
"layer1_parallax": {
|
||||
"offset": -0.004000000189989805
|
||||
}
|
||||
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement.material",
|
||||
"propertyValues": {
|
||||
"blend.blendSource": "Displacement_With_BlendMaskTexture",
|
||||
"layer1_parallax.offset": -0.004000000189989805
|
||||
}
|
||||
}
|
||||
@ -1,23 +1,14 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/StandardMultilayerPBR.materialtype",
|
||||
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_With_BlendMaskTexture.material",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"blend": {
|
||||
"displacementBlendDistance": 0.0010000000474974514
|
||||
},
|
||||
"layer1_parallax": {
|
||||
"offset": -0.00800000037997961,
|
||||
"textureMap": ""
|
||||
},
|
||||
"layer2_parallax": {
|
||||
"offset": -0.00800000037997961,
|
||||
"textureMap": ""
|
||||
},
|
||||
"layer3_parallax": {
|
||||
"offset": -0.00800000037997961,
|
||||
"textureMap": ""
|
||||
}
|
||||
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_With_BlendMaskTexture.material",
|
||||
"propertyValues": {
|
||||
"blend.displacementBlendDistance": 0.0010000000474974513,
|
||||
"layer1_parallax.offset": -0.00800000037997961,
|
||||
"layer1_parallax.textureMap": "",
|
||||
"layer2_parallax.offset": -0.00800000037997961,
|
||||
"layer2_parallax.textureMap": "",
|
||||
"layer3_parallax.offset": -0.00800000037997961,
|
||||
"layer3_parallax.textureMap": ""
|
||||
}
|
||||
}
|
||||
@ -1,20 +1,13 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/StandardMultilayerPBR.materialtype",
|
||||
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_With_BlendMaskTexture.material",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"layer1_parallax": {
|
||||
"offset": -0.03200000151991844,
|
||||
"textureMap": ""
|
||||
},
|
||||
"layer2_parallax": {
|
||||
"offset": -0.00800000037997961,
|
||||
"textureMap": ""
|
||||
},
|
||||
"layer3_parallax": {
|
||||
"offset": -0.00800000037997961,
|
||||
"textureMap": ""
|
||||
}
|
||||
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement_With_BlendMaskTexture.material",
|
||||
"propertyValues": {
|
||||
"layer1_parallax.offset": -0.03200000151991844,
|
||||
"layer1_parallax.textureMap": "",
|
||||
"layer2_parallax.offset": -0.00800000037997961,
|
||||
"layer2_parallax.textureMap": "",
|
||||
"layer3_parallax.offset": -0.00800000037997961,
|
||||
"layer3_parallax.textureMap": ""
|
||||
}
|
||||
}
|
||||
@ -1,15 +1,10 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/StandardMultilayerPBR.materialtype",
|
||||
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement.material",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"blend": {
|
||||
"blendSource": "Displacement_With_BlendMaskVertexColors",
|
||||
"displacementBlendDistance": 0.02387000061571598
|
||||
},
|
||||
"parallax": {
|
||||
"enable": false
|
||||
}
|
||||
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/005_UseDisplacement.material",
|
||||
"propertyValues": {
|
||||
"blend.blendSource": "Displacement_With_BlendMaskVertexColors",
|
||||
"blend.displacementBlendDistance": 0.02387000061571598,
|
||||
"parallax.enable": false
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,4 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"parentMaterial": "",
|
||||
"materialTypeVersion": 3
|
||||
}
|
||||
@ -1,19 +1,15 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"parentMaterial": "",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"color": [
|
||||
0.2541542649269104,
|
||||
0.5271076560020447,
|
||||
0.8388037085533142,
|
||||
1.0
|
||||
],
|
||||
"factor": 0.75,
|
||||
"textureBlendMode": "Lerp",
|
||||
"textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_hp_bc.png"
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.color": [
|
||||
0.2541542649269104,
|
||||
0.5271076560020447,
|
||||
0.8388037085533142,
|
||||
1.0
|
||||
],
|
||||
"baseColor.factor": 0.75,
|
||||
"baseColor.textureBlendMode": "Lerp",
|
||||
"baseColor.textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_hp_bc.png"
|
||||
}
|
||||
}
|
||||
@ -1,19 +1,15 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials\\Types\\StandardPBR.materialtype",
|
||||
"parentMaterial": "",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"color": [
|
||||
0.2541542649269104,
|
||||
0.5271076560020447,
|
||||
0.8388037085533142,
|
||||
1.0
|
||||
],
|
||||
"factor": 0.75,
|
||||
"textureBlendMode": "LinearLight",
|
||||
"textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_hp_bc.png"
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.color": [
|
||||
0.2541542649269104,
|
||||
0.5271076560020447,
|
||||
0.8388037085533142,
|
||||
1.0
|
||||
],
|
||||
"baseColor.factor": 0.75,
|
||||
"baseColor.textureBlendMode": "LinearLight",
|
||||
"baseColor.textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_hp_bc.png"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,18 +1,14 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials\\Types\\StandardPBR.materialtype",
|
||||
"parentMaterial": "",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"color": [
|
||||
0.2541542649269104,
|
||||
0.5271076560020447,
|
||||
0.8388037085533142,
|
||||
1.0
|
||||
],
|
||||
"factor": 0.75,
|
||||
"textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_hp_bc.png"
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.color": [
|
||||
0.2541542649269104,
|
||||
0.5271076560020447,
|
||||
0.8388037085533142,
|
||||
1.0
|
||||
],
|
||||
"baseColor.factor": 0.75,
|
||||
"baseColor.textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_hp_bc.png"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,22 +1,14 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials\\Types\\StandardPBR.materialtype",
|
||||
"parentMaterial": "",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"color": [
|
||||
0.5,
|
||||
0.5,
|
||||
0.5,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"metallic": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"roughness": {
|
||||
"factor": 0.33
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.color": [
|
||||
0.5,
|
||||
0.5,
|
||||
0.5,
|
||||
1.0
|
||||
],
|
||||
"metallic.factor": 1.0,
|
||||
"roughness.factor": 0.33000001311302185
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,22 +1,14 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials\\Types\\StandardPBR.materialtype",
|
||||
"parentMaterial": "",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"color": [
|
||||
0.5,
|
||||
0.5,
|
||||
0.5,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"metallic": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"roughness": {
|
||||
"factor": 0.1
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.color": [
|
||||
0.5,
|
||||
0.5,
|
||||
0.5,
|
||||
1.0
|
||||
],
|
||||
"metallic.factor": 1.0,
|
||||
"roughness.factor": 0.10000000149011612
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,23 +1,15 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials\\Types\\StandardPBR.materialtype",
|
||||
"parentMaterial": "",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"color": [
|
||||
0.5093766450881958,
|
||||
0.5093766450881958,
|
||||
0.5093766450881958,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"metallic": {
|
||||
"factor": 1.0,
|
||||
"textureMap": "TestData/Textures/checker8x8_gray_512.png"
|
||||
},
|
||||
"roughness": {
|
||||
"factor": 0.5
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.color": [
|
||||
0.5093766450881958,
|
||||
0.5093766450881958,
|
||||
0.5093766450881958,
|
||||
1.0
|
||||
],
|
||||
"metallic.factor": 1.0,
|
||||
"metallic.textureMap": "TestData/Textures/checker8x8_gray_512.png",
|
||||
"roughness.factor": 0.5
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,25 +1,17 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"parentMaterial": "",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"color": [
|
||||
0.5093766450881958,
|
||||
0.5093766450881958,
|
||||
0.5093766450881958,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"metallic": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"roughness": {
|
||||
"factor": 0.5353534817695618,
|
||||
"upperBound": 0.20202019810676576,
|
||||
"lowerBound": 0.6464645862579346,
|
||||
"textureMap": "TestData/Textures/checker8x8_gray_512.png"
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.color": [
|
||||
0.5093766450881958,
|
||||
0.5093766450881958,
|
||||
0.5093766450881958,
|
||||
1.0
|
||||
],
|
||||
"metallic.factor": 1.0,
|
||||
"roughness.factor": 0.5353534817695618,
|
||||
"roughness.lowerBound": 0.6464645862579346,
|
||||
"roughness.textureMap": "TestData/Textures/checker8x8_gray_512.png",
|
||||
"roughness.upperBound": 0.20202019810676575
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,22 +1,14 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials\\Types\\StandardPBR.materialtype",
|
||||
"parentMaterial": "",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"color": [
|
||||
0.3330281674861908,
|
||||
0.3330281674861908,
|
||||
0.3330281674861908,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"roughness": {
|
||||
"factor": 0.0
|
||||
},
|
||||
"specularF0": {
|
||||
"textureMap": "TestData/Textures/checker8x8_gray_512.png"
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.color": [
|
||||
0.3330281674861908,
|
||||
0.3330281674861908,
|
||||
0.3330281674861908,
|
||||
1.0
|
||||
],
|
||||
"roughness.factor": 0.0,
|
||||
"specularF0.textureMap": "TestData/Textures/checker8x8_gray_512.png"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,26 +1,16 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials\\Types\\StandardPBR.materialtype",
|
||||
"parentMaterial": "",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"color": [
|
||||
0.9764705896377564,
|
||||
0.7098039388656616,
|
||||
0.125490203499794,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"metallic": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"roughness": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"specularF0": {
|
||||
"enableMultiScatterCompensation": false,
|
||||
"factor": 1.0
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.color": [
|
||||
0.9764705896377563,
|
||||
0.7098039388656616,
|
||||
0.125490203499794,
|
||||
1.0
|
||||
],
|
||||
"metallic.factor": 1.0,
|
||||
"roughness.factor": 1.0,
|
||||
"specularF0.enableMultiScatterCompensation": false,
|
||||
"specularF0.factor": 1.0
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,26 +1,16 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials\\Types\\StandardPBR.materialtype",
|
||||
"parentMaterial": "",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"color": [
|
||||
0.9764705896377564,
|
||||
0.7098039388656616,
|
||||
0.125490203499794,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"metallic": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"roughness": {
|
||||
"factor": 1.0
|
||||
},
|
||||
"specularF0": {
|
||||
"enableMultiScatterCompensation": true,
|
||||
"factor": 1.0
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.color": [
|
||||
0.9764705896377563,
|
||||
0.7098039388656616,
|
||||
0.125490203499794,
|
||||
1.0
|
||||
],
|
||||
"metallic.factor": 1.0,
|
||||
"roughness.factor": 1.0,
|
||||
"specularF0.enableMultiScatterCompensation": true,
|
||||
"specularF0.factor": 1.0
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,21 +1,15 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials\\Types\\StandardPBR.materialtype",
|
||||
"parentMaterial": "",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"color": [
|
||||
0.5521476864814758,
|
||||
0.5521476864814758,
|
||||
0.5521476864814758,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"normal": {
|
||||
"factor": 0.75,
|
||||
"flipY": true,
|
||||
"textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_normal.png"
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.color": [
|
||||
0.5521476864814758,
|
||||
0.5521476864814758,
|
||||
0.5521476864814758,
|
||||
1.0
|
||||
],
|
||||
"normal.factor": 0.75,
|
||||
"normal.flipY": true,
|
||||
"normal.textureMap": "TestData/Textures/TextureHaven/4k_castle_brick_02_red/4k_castle_brick_02_red_normal.png"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,12 +1,8 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"parentMaterial": "",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"normal": {
|
||||
"factor": 0.30000001192092898,
|
||||
"textureMap": "TestData/Objects/cube/cube_norm.tif"
|
||||
}
|
||||
"propertyValues": {
|
||||
"normal.factor": 0.30000001192092896,
|
||||
"normal.textureMap": "TestData/Objects/cube/cube_norm.tif"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,23 +1,17 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"parentMaterial": "",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"color": [
|
||||
0.5906767249107361,
|
||||
1.0,
|
||||
0.11703670024871826,
|
||||
1.0
|
||||
],
|
||||
"textureMap": "Textures/Default/default_basecolor.tif"
|
||||
},
|
||||
"opacity": {
|
||||
"alphaSource": "Split",
|
||||
"factor": 0.75,
|
||||
"mode": "Blended",
|
||||
"textureMap": "TestData/Textures/checker8x8_gray_512.png"
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.color": [
|
||||
0.5906767249107361,
|
||||
1.0,
|
||||
0.11703670024871826,
|
||||
1.0
|
||||
],
|
||||
"baseColor.textureMap": "Textures/Default/default_basecolor.tif",
|
||||
"opacity.alphaSource": "Split",
|
||||
"opacity.factor": 0.75,
|
||||
"opacity.mode": "Blended",
|
||||
"opacity.textureMap": "TestData/Textures/checker8x8_gray_512.png"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,24 +1,18 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials/Types/StandardPBR.materialtype",
|
||||
"parentMaterial": "",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"color": [
|
||||
0.5906767249107361,
|
||||
1.0,
|
||||
0.11703670024871826,
|
||||
1.0
|
||||
],
|
||||
"textureMap": "Textures/Default/default_basecolor.tif"
|
||||
},
|
||||
"opacity": {
|
||||
"alphaSource": "Split",
|
||||
"factor": 0.75,
|
||||
"mode": "Blended",
|
||||
"textureMap": "TestData/Textures/checker8x8_gray_512.png",
|
||||
"alphaAffectsSpecular": 1.0
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.color": [
|
||||
0.5906767249107361,
|
||||
1.0,
|
||||
0.11703670024871826,
|
||||
1.0
|
||||
],
|
||||
"baseColor.textureMap": "Textures/Default/default_basecolor.tif",
|
||||
"opacity.alphaAffectsSpecular": 1.0,
|
||||
"opacity.alphaSource": "Split",
|
||||
"opacity.factor": 0.75,
|
||||
"opacity.mode": "Blended",
|
||||
"opacity.textureMap": "TestData/Textures/checker8x8_gray_512.png"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,16 +1,10 @@
|
||||
{
|
||||
"description": "",
|
||||
"materialType": "Materials\\Types\\StandardPBR.materialtype",
|
||||
"parentMaterial": "",
|
||||
"materialTypeVersion": 3,
|
||||
"properties": {
|
||||
"baseColor": {
|
||||
"textureMap": "TestData/Textures/Foliage_Leaves_0_BaseColor.dds"
|
||||
},
|
||||
"opacity": {
|
||||
"doubleSided": true,
|
||||
"mode": "Cutout",
|
||||
"textureMap": "TestData/Textures/checker8x8_512.png"
|
||||
}
|
||||
"propertyValues": {
|
||||
"baseColor.textureMap": "TestData/Textures/Foliage_Leaves_0_BaseColor.dds",
|
||||
"opacity.doubleSided": true,
|
||||
"opacity.mode": "Cutout",
|
||||
"opacity.textureMap": "TestData/Textures/checker8x8_512.png"
|
||||
}
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue