Aller au contenu

Message HrzProtocol.SkySettings

Defined in hrz/protocol/scene/view_settings.proto.


mode: HrzProtocol.SkyMode

attenuation: float

Attenuates the strength of the impact of the sky on the planet when mode is SKY_SIMULATED. 0 is the default, realistic value. The maximum is 1.


static_atmosphere_color: HrzProtocol.Color

Color of the atmosphere used when mode is SKY_STATIC.


static_space_color: HrzProtocol.Color

Color of the outer space used when mode is SKY_STATIC.


static_color_transition_start_distance: double

Distance from the horizon at which the sky color starts transitioning from the atmosphere color to the space color. This is used only when mode is SKY_STATIC.


static_color_transition_end_distance: double

Distance from the horizon at which the sky color finishes transitioning from the atmosphere color to the space color. This is used only when mode is SKY_STATIC.


static_color_transition_distance_unit: HrzProtocol.StaticSkyColorTransitionUnit

Unit of the distances for the static sky color transition. This is used only when mode is SKY_STATIC.