mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Make cloud height user-configurable
This commit is contained in:
parent
9b3287b865
commit
8e50e256e6
2 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,7 @@ Clouds::Clouds(
|
|||
//m_material.MaterialType = video::EMT_TRANSPARENT_VERTEX_ALPHA;
|
||||
m_material.MaterialType = video::EMT_TRANSPARENT_ALPHA_CHANNEL;
|
||||
|
||||
m_cloud_y = BS*100;
|
||||
//m_cloud_y = BS*50;
|
||||
m_cloud_y = BS * g_settings->getS16("cloud_height");
|
||||
|
||||
m_box = core::aabbox3d<f32>(-BS*1000000,m_cloud_y-BS,-BS*1000000,
|
||||
BS*1000000,m_cloud_y+BS,BS*1000000);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue