mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 13:26:16 +00:00
tweak
This commit is contained in:
@@ -18,7 +18,7 @@ using namespace metal;
|
|||||||
//scanlines
|
//scanlines
|
||||||
newCol *= 0.5 + 0.5 * sin(uv.y * 1250.0);
|
newCol *= 0.5 + 0.5 * sin(uv.y * 1250.0);
|
||||||
// half4 output = half4(layer.sample(pos).xyz*newCol, 1);
|
// half4 output = half4(layer.sample(pos).xyz*newCol, 1);
|
||||||
half4 output = half4(color.xyz*newCol*0.24, 0.25);
|
half4 output = half4(color.xyz*newCol*0.5, 0.5);
|
||||||
return output;
|
return output;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user