Skip to content

Commit 5997bc7

Browse files
authored
Update ChromaticAberration.md
1 parent 0615325 commit 5997bc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/articles/post/ChromaticAberration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ So you see, the values range from 0.5 at the bottom left, to 0.5 at the top righ
7575

7676
This means that the effect will only really be visible around the edges, which is exactly what we want.
7777

78-
However, it's probably not going to be that visible, as we've effectively halved it, seeing how we're multipling by at most, 0.5. So we can modify our absolute value line to increase it.
78+
However, it's probably not going to be that visible, as we've effectively halved it, seeing how we're multiplying by at most, 0.5. So we can modify our absolute value line to increase it.
7979

8080
```js
8181
shiftedCoords = abs(shiftedCoords) * 2.0;
@@ -110,3 +110,4 @@ void mainImage( out vec4 fragColor, in vec2 fragCoord )
110110
```
111111

112112

113+

0 commit comments

Comments
 (0)