This commit is contained in:
2024-05-19 18:49:29 +02:00
parent 58d0e4a416
commit cfc04b8451
2 changed files with 38 additions and 15 deletions
+3
View File
@@ -28,8 +28,11 @@ void main(){
float f=fbm(st+r);
<<<<<<< Updated upstream
=======
>>>>>>> Stashed changes
vec3 color=mix(u_color_start,u_color_end,f*.3);
gl_FragColor=vec4(color,1.);