aboutsummaryrefslogtreecommitdiff
path: root/BuddhaTest/Shaders/BuddhaFragment.glsl
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2018-03-25 12:23:40 +0200
committerAndreas Grois <andi@grois.info>2018-03-25 12:23:40 +0200
commit06c38f755d6aca9a2c43e206f640422c477322bc (patch)
tree55937cb634d3907bcf615cb1e1cd1965e42f60c0 /BuddhaTest/Shaders/BuddhaFragment.glsl
parentf60384e1306cb66b0460ed46a38fe010ff6c427a (diff)
Increase image area slightlyHEADmaster
Diffstat (limited to 'BuddhaTest/Shaders/BuddhaFragment.glsl')
-rw-r--r--BuddhaTest/Shaders/BuddhaFragment.glsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/BuddhaTest/Shaders/BuddhaFragment.glsl b/BuddhaTest/Shaders/BuddhaFragment.glsl
index 449aa29..a6f47c1 100644
--- a/BuddhaTest/Shaders/BuddhaFragment.glsl
+++ b/BuddhaTest/Shaders/BuddhaFragment.glsl
@@ -22,7 +22,7 @@ uvec3 getColorAt(vec2 fragCoord)
void main(){
uvec3 totalCount = getColorAt(uv);
- uvec3 brightness = getColorAt(vec2(-0.2390625,0));
+ uvec3 brightness = getColorAt(vec2(-0.245,0));
vec3 scaled = vec3(totalCount)/max(length(vec3(brightness)),1.0);
color = scaled;