We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd69dd commit 191e032Copy full SHA for 191e032
src/materials/shaders/convolution.downsampling.frag
@@ -3,8 +3,8 @@
3
4
// (1 / 4) * 0.5 = 0.125
5
#define WEIGHT_INNER 0.125
6
-// (1 / 9) * 0.5 = 0.0555555
7
-#define WEIGHT_OUTER 0.0555555
+// (1 / 9) * 0.5 ≈ 0.05556
+#define WEIGHT_OUTER 0.05556
8
9
in vec2 vUv;
10
in vec2 vUv00, vUv01, vUv02, vUv03;
0 commit comments