Added fun configs

This commit is contained in:
Michel Fedde 2025-03-03 19:25:27 +01:00
parent f83425f071
commit e7cd52edaa
4 changed files with 5 additions and 8 deletions

View file

@ -397,7 +397,7 @@ void mainImage( out vec4 fragColor, in vec2 fragCoord )
rd = normalize(rd);
// vec3 col = rain(ro, rd, time);
vec3 col = rain(ro, rd, time) * 0.25;
vec3 col = rain(ro, rd, time);
// Sample the terminal screen texture including alpha channel
vec4 terminalColor = texture(iChannel0, uv);