Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mrange committed Apr 7, 2024
1 parent 68dda06 commit aaa9468
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gallery/mandelmapping/fragment-0.hlsl
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ vec3 effect(vec2 p, vec2 pp) {
float gd = gd0;
gd = pmax(gd, -(gd1-0.025), 0.075);
gd = min(gd, gd1);
gd = pmin(gd, gd0+0.2, 0.025);
gd = abs(gd);
gd -= fo;

Expand Down

0 comments on commit aaa9468

Please sign in to comment.