From 53ce9a24e2a4d25b18902ca188d8f865df07a487 Mon Sep 17 00:00:00 2001 From: mrieggeramzn Date: Fri, 3 Dec 2021 10:43:35 -0800 Subject: [PATCH] Updating alpha settings Signed-off-by: mrieggeramzn --- Materials/Decal/am_mud_decal.material | 20 +++++++++----------- Materials/Decal/scorch_01_decal.material | 21 +++++++++++---------- 2 files changed, 20 insertions(+), 21 deletions(-) diff --git a/Materials/Decal/am_mud_decal.material b/Materials/Decal/am_mud_decal.material index 8b6c9cb1..8122f26b 100644 --- a/Materials/Decal/am_mud_decal.material +++ b/Materials/Decal/am_mud_decal.material @@ -1,27 +1,25 @@ { "description": "", - "materialType": "Materials\\Types\\StandardPBR.materialtype", "parentMaterial": "", - "materialTypeVersion": 3, + "materialType": "Materials/Types/StandardPBR.materialtype", + "materialTypeVersion": 4, "properties": { "baseColor": { - "textureMap": "Materials/Decal/am_mud_decal.tif" + "textureMap": "am_mud_decal.tif" }, "general": { - "applySpecularAA": false + "doubleSided": true }, "metallic": { "useTexture": false }, "normal": { - "textureMap": "Materials/Decal/am_mud_decal_nrm.tif" - }, + "textureMap": "am_mud_decal_nrm.tif" + }, "opacity": { - "alphaSource": "Split", - "doubleSided": true, - "factor": 0.6899999976158142, - "mode": "Cutout", - "textureMap": "Materials/Decal/am_mud_decal.tif" + "factor": 1.0, + "mode": "Blended", + "textureMap": "am_mud_decal.tif" }, "roughness": { "useTexture": false diff --git a/Materials/Decal/scorch_01_decal.material b/Materials/Decal/scorch_01_decal.material index b24c2f0b..743689de 100644 --- a/Materials/Decal/scorch_01_decal.material +++ b/Materials/Decal/scorch_01_decal.material @@ -1,24 +1,25 @@ { "description": "", - "materialType": "Materials/Types/StandardPBR.materialtype", "parentMaterial": "", - "materialTypeVersion": 3, + "materialType": "Materials/Types/StandardPBR.materialtype", + "materialTypeVersion": 4, "properties": { "baseColor": { - "textureMap": "Materials/Decal/scorch_01_decal.tif" + "textureMap": "scorch_01_decal.tif" + }, + "general": { + "doubleSided": true }, "metallic": { "useTexture": false }, "normal": { - "textureMap": "Materials/Decal/scorch_01_decal_nrm.tif" - }, + "textureMap": "scorch_01_decal_nrm.tif" + }, "opacity": { - "alphaSource": "Split", - "doubleSided": true, - "factor": 0.6899999976158142, - "mode": "Cutout", - "textureMap": "Materials/Decal/scorch_01_decal.tif" + "factor": 1.0, + "mode": "Blended", + "textureMap": "scorch_01_decal.tif" }, "roughness": { "useTexture": false