Authored 3D lighting-rig values for one TimeOfDay.
Source: addons/calendar_time/game_time/lighting/time_of_day_lighting_settings_3d.gd
Syntax
class TimeOfDayLightingSettings3D extends ResourceMembers
| Name | Kind | Summary |
|---|---|---|
time_of_day | Property | Time of day these settings apply to. |
background_color | Property | Background / clear color for the environment target. |
ambient_light_color | Property | Ambient light color for the environment target. |
ambient_light_energy | Property | Ambient light energy for the environment target. |
fog_light_color | Property | Fog color when fog is enabled on the environment. |
fog_density | Property | Fog density when fog is enabled on the environment. |
exposure_multiplier | Property | Camera exposure multiplier when supported. |
saturation | Property | Saturation applied through the environment color adjustment (1.0 = unchanged). |
contrast | Property | Contrast applied through the environment color adjustment (1.0 = unchanged). |
sun_rotation_x_degrees | Property | Sun pitch in degrees applied to the directional light node. |
sun_rotation_y_degrees | Property | Sun yaw in degrees applied to the directional light node. |