deze versie cared nie om aspect ratio. kmoet die truc onthouden

This commit is contained in:
2024-05-28 21:57:01 +02:00
parent 847dc22b39
commit ad2ba1870d
3 changed files with 36 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ uniform float u_time;
#define PI 3.14159265359
void main() {
vec2 st = gl_FragCoord.xy/u_resolution;
vec3 color = vec3(0.0,0.0,0.0);