update main shader

This commit is contained in:
MihailRis
2025-02-26 02:24:16 +03:00
parent 35cf07b0f0
commit 8dfc948fe3
4 changed files with 14 additions and 5 deletions
@@ -97,6 +97,7 @@ void PrecipitationRenderer::render(const Camera& camera, float delta) {
WeatherPreset weather {};
auto& fall = weather.fall;
fall.vspeed = 2.0f;
fall.texture = "misc/rain";
const int radius = 6;