Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 19c63822 authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Make sparkle area larger

Fixes: 184444212
Test: visual
Change-Id: I94b05bf132dee22e6f2507e21e61ddb094b9c506
parent befdba37
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ final class RippleShader extends RuntimeShader {
            + "  return 1. - smoothstep(1. - blurHalf, 1. + blurHalf, d / radius);\n"
            + "}\n"
            + "float softRing(vec2 uv, vec2 xy, float radius, float progress, float blur) {\n"
            + "  float thickness = 0.2 * radius;\n"
            + "  float thickness = 0.3 * radius;\n"
            + "  float currentRadius = radius * progress;\n"
            + "  float circle_outer = softCircle(uv, xy, currentRadius + thickness, blur);\n"
            + "  float circle_inner = softCircle(uv, xy, currentRadius - thickness, blur);\n"