1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-31 18:31:04 +00:00

Apply suggested changes

This commit is contained in:
Gefüllte Taubenbrust 2025-01-14 20:28:54 +01:00
parent 7fdad3600e
commit 632bd7a5f7
5 changed files with 18 additions and 21 deletions

View file

@ -1,7 +1,4 @@
uniform sampler2D baseTexture;
uniform vec2 texelSize0;
varying vec3 sunTint;
uniform vec3 dayLight;
uniform lowp vec4 fogColor;
@ -33,6 +30,7 @@ uniform float animationTimer;
varying float f_normal_length;
varying vec3 shadow_position;
varying float perspective_factor;
varying vec3 sunTint;
#endif
varying vec3 vNormal;