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:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user