User Tools

Site Tools


set_directional_light_color

Set Directional Light Color


Changes the color of the map's directional light over a duration of time.

Signature:

set_directional_light_color(color, duration)
ArgumentDescriptionTypeRequired
colorNew color for the directional light.ColorYes
durationFade duration from its current color to the new color.NumberNo

If you'd like to instantly toggle the directional light on or off instead of changing its color, see the related Set Directional Light Enabled function.

Example:

set_directional_light_color(color[95, 57, 0], 1);

Results: The color of the map's directional light will change to a dark orange hue over a duration of one second.

Use the Set Directional Light Color function to change the overall mood of a scene or to complement another light source's color change.

Editor Node:

Visual Demo:

set_directional_light_color.txt · Last modified: 2021/04/21 18:49 by justin