Open marcosn41 opened 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.
Thanks! I didn't think about the fog. We should try it this weekend.
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.