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:
parent
7fdad3600e
commit
632bd7a5f7
5 changed files with 18 additions and 21 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue