Lexpartizan / Godot_sky_shader

MIT License
194 stars 23 forks source link

Suggestion: Fog color change. #13

Open marcosn41 opened 4 years ago

marcosn41 commented 4 years ago

I`m using sky with fog to show better view. So on the end of set_time() function script:

var fogColor = Color(light_color.r,light_color.g,light_color.b,0.1) env.set_fog_color(fogColor)

This make a nice effect on fog! only problem is in night but i think this is a start.

Lexpartizan commented 4 years ago

Thanks! I didn't think about the fog. We should try it this weekend.