Merge pull request #5121 from aws-lumberyard-dev/Atom/santorac/FixChickenMohawkMaterial

Fixed the chicken mohawk material to address depth sorting issues.
This commit is contained in:
santorac
2021-11-02 16:27:21 -07:00
committed by GitHub
@@ -1,8 +1,8 @@
{
"description": "",
"materialType": "Materials/Types/StandardPBR.materialtype",
"parentMaterial": "",
"propertyLayoutVersion": 3,
"materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 4,
"properties": {
"baseColor": {
"color": [
@@ -22,11 +22,8 @@
"intensity": 6.742737293243408,
"textureMap": "Objects/cloth/Chicken/Actor/chicken_diff.png"
},
"opacity": {
"alphaSource": "None",
"doubleSided": true,
"factor": 1.0,
"mode": "Blended"
"general": {
"doubleSided": true
}
}
}
}