3.19 DirectionalLight
Derived from Light.
DirectionalLight { |
3.19.1 Description
The DirectionalLight node defines a directional light source that illuminates along rays parallel to a given 3-dimensional vector. Unlike PointLight, rays cast by DirectionalLight nodes do not attenuate with distance.
3.19.2 Field Summary
-
The direction field specifies the direction vector of the illumination emanating from the light source in the global coordinate system. Light is emitted along parallel rays from an infinite distance away. The direction field is taken into account when computing the quantity of light received by a LightSensor.