Component reference
Lighting components
Point Light component
4 min
description the point light component emits light uniformly in all directions from a single point, similar to a light bulb it affects nearby objects based on distance and can create localized lighting effects properties property description color sets the color of the light emitted intensity adjusts the brightness of the light range defines the maximum distance the light reaches a value of 0 means infinite range decay determines how the light diminishes over distance higher values cause the light to fade more quickly cast shadows enables or disables shadow casting from this light shadow bias adjusts the shadow's position to reduce visual glitches caused by shadow rendering usage notes local lighting ideal for simulating lamps, candles, or other localized light sources position matters place the light near the objects you want to illuminate range and decay adjust range and decay to control how far the light reaches and how quickly it fades important details no shadows point lights cannot cast shadows in the current system performance multiple point lights can affect performance; optimize by limiting their number and range