removed deferred decal alpha test

This commit is contained in:
turanszkij
2018-06-22 14:35:18 +01:00
parent c955dc2316
commit dc5fe35917
+1 -1
View File
@@ -63,7 +63,7 @@ PixelOutputType main(VertexToPixel PSIn)
edgeBlend = abs(edgeBlend);
Out.col.a *= 1 - pow(max(max(edgeBlend.x, edgeBlend.y), edgeBlend.z), 8);
//Out.col.a *= pow(saturate(-dot(normal,front)), 4);
ALPHATEST(Out.col.a)
//ALPHATEST(Out.col.a)
//if(hasTexNor & 0x0000010)
// Out.nor.a=Out.col.a;
}