Gotta move

This commit is contained in:
Hazel Layne Aranda 2021-03-09 15:51:45 -05:00
parent f3617e61bc
commit c155390e22
Signed by: hazelra
GPG key ID: 09213F100E5E4E67
8 changed files with 218 additions and 123 deletions

View file

@ -8,8 +8,8 @@ uniform sampler2D texture;
uniform vec2 screen_resolution;
uniform vec2 curvature = vec2(3.0, 3.0);
uniform vec2 scanline_opacity = vec2(1.0, 1.0);
uniform float brightness = 3.0;
uniform vec2 scanline_opacity = vec2(0.5, 0.5);
uniform float brightness = 2.0;
out vec4 f_color;

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View file