1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-15 09:25:37 +02:00

Clouds: Make cloud area radius settable in .conf

This commit is contained in:
paramat
2015-05-04 18:53:58 +01:00
committed by est31
parent 5fa4fed097
commit 9345ba7b6a
4 changed files with 28 additions and 22 deletions

View File

@@ -87,6 +87,7 @@ private:
video::SMaterial m_material;
core::aabbox3d<f32> m_box;
float m_cloud_y;
u16 m_cloud_radius_i;
video::SColorf m_color;
u32 m_seed;
v2f m_camera_pos;