1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Some minor code cleanups

This commit is contained in:
sfan5
2025-03-31 18:01:51 +02:00
parent 7689f1f0fd
commit 03affa1bbb
15 changed files with 29 additions and 98 deletions

View File

@@ -44,8 +44,6 @@ centroid varying float nightRatio;
varying float perspective_factor;
#endif
varying float area_enable_parallax;
varying highp vec3 eyeVec;
// Color of the light emitted by the light sources.
const vec3 artificialLight = vec3(1.04, 1.04, 1.04);