carla-simulator / carla

Open-source simulator for autonomous driving research.
http://carla.org
MIT License
10.6k stars 3.41k forks source link

Add volumetric clouds #7543

Closed Madecu closed 1 week ago

Madecu commented 2 weeks ago

-2D Clouds have been replaced for the volumetric cloud system from Unreal Engine. -Clouds are controlled by one parameter in the "BP_CarlaSunSky" blueprint: The "Cloudiness" variable inside the instance editable struct called "Weather." -Volumetric Clouds have been implemented to the "BP_Weather_Opt", that controls the weather at runtime. -Clouds color change dependant of the sun altitude and overall cloudiness, to get a better integration with the sky.

AntonioMata1 commented 1 week ago

Image

Volumetric clouds implemented in the weather system. They now blend with the sky better using a color curve that updates the tint depending on the altitude of the sun.