Skip to content

Commit

Permalink
Tweaked sampling to be sharper at 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
cybereality committed Jan 21, 2022
1 parent 7e72d6c commit e1e2d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SuperScaling/Super.tres
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ uniform vec2 view_resolution;
varying vec2 view_pixel_size;

// offset coordinates used for super sampling
const vec2 offset_uv = vec2(0.28, 0.56);
const vec2 offset_uv = vec2(0.24, 0.38);

// partial derivative on x-axis
vec2 deriv_x(vec2 pos, vec4 frag, vec2 pixel) {
Expand Down

0 comments on commit e1e2d22

Please sign in to comment.