Workspace 6.21.5
|
Creates a PointLight; a light that is radiates from a single point in a Scene. Point lights have a color, an intensity and a physical location. Light emitted from the PointLight can optionally attenuate as it travels further from its source.
Inputs: | |||
---|---|---|---|
Enabled | bool | If enabled, the light will be active in the Scene. | |
Intensity | double | Convenience control for reducing the light's intensity. A value of 0.0 means the light is not emitting, and a value of 1.0 means that 100% of the specified color is being emitted. | |
Color | QColor | ||
Transform matrix | CSIRO::Mesh::TransformMatrix | Specifies the location of the point light in local coordinates. | |
Attenuation factors | CSIRO::Rendering::LightAttenuationFactors | Controls how the intensity of light decreases as it becomes more distant from the PointLight. | |
Outputs: | |||
Point light | CSIRO::Rendering::Transform | A PointLight that radiates from a single point in a Scene. |