mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Allow the server to control fog_distance and fog_start via the sky-api (#13448)
This commit is contained in:
@@ -44,6 +44,8 @@ struct SkyboxParams
|
||||
video::SColor fog_moon_tint;
|
||||
std::string fog_tint_type;
|
||||
float body_orbit_tilt { INVALID_SKYBOX_TILT };
|
||||
s16 fog_distance { -1 };
|
||||
float fog_start { -1.0f };
|
||||
};
|
||||
|
||||
struct SunParams
|
||||
|
Reference in New Issue
Block a user