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 9fe6f18 commit 68dda06
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 @@ -151,6 +151,7 @@ vec3 effect(vec2 p, vec2 pp) {
if (i < MaxIter) {
} else {
float gf = 1E-2/max(gd, fo);
gf *= sqrt(gf);
col += gf*palette(tm+(p2.x-p2.y)+op.x);
}

Expand Down

0 comments on commit 68dda06

Please sign in to comment.