Fixed the chicken mohawk material to address depth sorting issues.

Before the material used a workaround to expose the otherwise hidden double-sided flag, made the object get rendered in the transparent pass. I updated the material to be opaque, not that the double-sided flag is available outside the opacity property group.

Signed-off-by: santorac <55155825+santorac@users.noreply.github.com>
This commit is contained in:
santorac
2021-10-28 18:29:15 -07:00
parent 9dac727092
commit 459f636fff
@@ -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
}
}
}
}