16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-20 06:49:19 +02:00

support cabview rain effect

This commit is contained in:
Wls50
2025-11-21 22:38:13 +01:00
committed by Hirek
parent daa8b52000
commit b4737712de
4 changed files with 261 additions and 1 deletions

View File

@@ -72,6 +72,10 @@ void gl::glsl_common_setup()
mat4 lightview[MAX_CASCADES];
vec3 cascade_end;
float time;
vec4 rain_params;
vec4 wiper_pos;
vec4 wiper_timer_out;
vec4 wiper_timer_return;
};
)STRING";