Skip to content

Split sky shader's twilight into dawn and dusk

Hugo Peixoto requested to merge veloren/dev/veloren:dawn-vs-dusk into master
  • By opening this merge request, you agree to release your code and all other changes under the GPL 3 license and to abide by the terms set by this license.
  • Migrations have been added if applicable
  • Significant changes of this merge request have been added to the changelog.

Addressing #1538 (closed).

Instead of having the same color profiles for the sky's color, light, and halo, we now have the ability to define different values for dawn and dusk.

The dusk values were unchanged and the dawn values are similar, but with less red. These should probably be tweaked a bit more.

Below are a couple of screenshots (cloudy and clear sky) of the old dawn (now only dusk) and new dawn:

veloren-twilights

veloren-cloudy-twilights

Merge request reports