Skip to content
Snippets Groups Projects
Commit 3946d2a5 authored by sapier's avatar sapier
Browse files

Reduce cloud coloring for colored fog and cloud mode

parent 5fd92d67
No related branches found
No related tags found
No related merge requests found
......@@ -556,7 +556,7 @@ void Sky::update(float time_of_day, float time_brightness,
m_cloudcolor_bright_f.b * m_cloud_brightness,
1.0);
if (m_directional_colored_fog) {
m_cloudcolor_f = m_mix_scolorf(m_cloudcolor_f, video::SColorf(pointcolor), m_horizon_blend() * 0.75);
m_cloudcolor_f = m_mix_scolorf(m_cloudcolor_f, video::SColorf(pointcolor), m_horizon_blend() * 0.25);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment