summaryrefslogtreecommitdiff
path: root/shader.frag
diff options
context:
space:
mode:
Diffstat (limited to 'shader.frag')
-rw-r--r--shader.frag2
1 files changed, 1 insertions, 1 deletions
diff --git a/shader.frag b/shader.frag
index 60d5e50..9d8d7fa 100644
--- a/shader.frag
+++ b/shader.frag
@@ -69,7 +69,7 @@ void main (void) {
coord = zoom(st(),1.0-0.5*(1.0-params[2]));
coord = translate(coord,vec2(-0.1,-0.1));
vec3 i2 = texture2D(images[2],coord).rgb;
- img.rgb = pow((1.0-2.3*img.rgb),1.0+(1.0-params[1])*2*i2);
+ img.rgb = 2.5*pow((1.0-2.3*img.rgb),1.0+(1.0-params[1])*2*i2);
}
else if (program == 2) {
coord = zoom(st(),1.0-0.5*(1.0-params[2]));