Class DirectionalLightComponent

A light source that emits light globally into a fixed direction.

This component simulates a light source that is very far away, such as the sun or the moon. Consequently, the owner's position is ignored and only the orientation is used. The light shines into the direction of the negative z-axis of the owner Entity.

class Microsoft::Azure::RemoteRendering::DirectionalLightComponent final : public Microsoft::Azure::RemoteRendering::LightComponentBase

See also