Workspace 6.21.5
PointLightBuilder

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.

  • Default label: "Point light builder"
  • Member of plug-in: Rendering
  • Catalogue path: Scene/Lights
Inputs:
EnabledboolIf enabled, the light will be active in the Scene.
IntensitydoubleConvenience 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.
ColorQColor

Transform matrixCSIRO::Mesh::TransformMatrixSpecifies the location of the point light in local coordinates.
Attenuation factorsCSIRO::Rendering::LightAttenuationFactors

Controls how the intensity of light decreases as it becomes more distant from the PointLight.

Outputs:
Point lightCSIRO::Rendering::Transform

A PointLight that radiates from a single point in a Scene.