1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Stuff for volumetric clouds

This commit is contained in:
Gefüllte Taubenbrust 2024-06-11 12:50:12 +02:00
parent 415f6b6bdb
commit a1b4e66c4c
5 changed files with 22 additions and 0 deletions

View file

@ -1516,6 +1516,7 @@ bool Game::createClient(const GameStartData &start_data)
*/
if (m_cache_enable_clouds)
clouds = new Clouds(smgr, shader_src, -1, rand());
client->setClouds(clouds);
/* Skybox
*/