removed deferred decal alpha test
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user