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

Fixed the chicken mohawk material to address depth sorting issues.
monroegm-disable-blank-issue-2
santorac 4 years ago committed by GitHub
commit cda87abe6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,8 +1,8 @@
{ {
"description": "", "description": "",
"materialType": "Materials/Types/StandardPBR.materialtype",
"parentMaterial": "", "parentMaterial": "",
"propertyLayoutVersion": 3, "materialType": "Materials/Types/StandardPBR.materialtype",
"materialTypeVersion": 4,
"properties": { "properties": {
"baseColor": { "baseColor": {
"color": [ "color": [
@ -22,11 +22,8 @@
"intensity": 6.742737293243408, "intensity": 6.742737293243408,
"textureMap": "Objects/cloth/Chicken/Actor/chicken_diff.png" "textureMap": "Objects/cloth/Chicken/Actor/chicken_diff.png"
}, },
"opacity": { "general": {
"alphaSource": "None", "doubleSided": true
"doubleSided": true,
"factor": 1.0,
"mode": "Blended"
} }
} }
} }
Loading…
Cancel
Save