Skip to content
Snippets Groups Projects

Cinematic mode

Merged Ghost User requested to merge cinematic-mode into master
All threads resolved!
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -150,7 +150,7 @@ void main()
combined_haze = sqrt(combined_haze); // less atmos opacity (more transparency) below clouds
// At horizon, blend high altitude sky color towards the darker color below the clouds
color += (add_below_cloud - color) * (1. - sqrt(combined_haze));
color += (add_below_cloud - color) * (1. - combined_haze);
// Haze color above cloud
vary_HazeColor = color;
Loading