A type of Light Source that is considered to be located infinitely far away. It illuminates uniformly along a particular direction. Color and control are inherited from Light Source. An Infinite Light has no bound of influence and so affects all components of any Aggregate Geometry that references it.
| SE_BOOLEAN | apply_to_children; | (notes) |
|---|---|---|
| SE_BOOLEAN | override_positional_lights; | (notes) |
| SE_BOOLEAN | override_infinite_lights; | (notes) |
| SE_BOOLEAN | active_light_value; | (notes) |
Direction of light source illumination of type SE_LIGHT_DIRECTION
Flag to allow lights to limit their scope to only affecting their children. If apply_to_children is False then the light is assumed to apply globally.
Flag to reset the current cumulative definition of local Light_Sources If override_positional_lights is True then all Positional Light Sources in the current scope are cleared.
Flag to reset the current cumulative definition of Infinite Light_Sources. If override_infinite_lights is True then all Positional Light Sources in the current scope are cleared.
SE_TRUE = on, SE_FALSE = off this is the default/active state of the light