mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 05:19:13 +00:00
skdjh
This commit is contained in:
@@ -27,7 +27,7 @@ using namespace metal;
|
||||
half3 newColor = /*scanwave**/scanline;
|
||||
|
||||
half alpha = 1 - scanline;
|
||||
alpha *= 0.5;
|
||||
alpha *= 2;
|
||||
|
||||
// half4 output = half4(layer.sample(pos).xyz*newCol, 1);
|
||||
half4 output = half4(color.xyz*newColor*alpha, alpha);
|
||||
|
||||
Reference in New Issue
Block a user