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 e058f5e commit a88bf2dCopy full SHA for a88bf2d
build/config.json
@@ -1,6 +1,6 @@
1
{
2
- "windowWidth": 3440,
3
- "windowHeight": 1440,
+ "windowWidth": 1920,
+ "windowHeight": 1080,
4
"shadowSize": 2048,
5
"samples": 8,
6
"cameraPitch": 0,
build/shaders/water/water.fs
@@ -5,7 +5,6 @@
layout (location = 0) out vec4 fragColor;
layout (location = 1) out vec4 brightColor;
7
8
-out vec4 fragColor;
9
in vec4 clipSpace;
10
in vec3 fragPos;
11
in vec2 texCoords;
0 commit comments