DirLight
A directional light is a light that illuminates a scene with parallel rays. Affects only sub-objects, objects that are children of the DirLight object.
Properties:
ambientIntencity
affects the ambient (indirect) lighting for lit objects. The ambient lighting is computed (for each of red, green, and blue) by multiplying the light's intensity by its ambientIntencity, and multiplying the result for that color component.
color
specifies the spectral color properties of both the direct and ambient light emission as an RGB value.
direction
specifies the direction vector of the illumination.
intensity
specifies the brightness in the range from 0.0 (no light emission) to 1.0 (full intensity).
on
indicates whether the light is turned on (TRUE) or off (FALSE).
Events:
Events correspond to the object's properties description. All incoming events are repeated as the outgoing ones.