## Directional Light vs Point Light

|                 | Directional Light                                                  | Point Light                                               |
| --------------- | ------------------------------------------------------------------ | --------------------------------------------------------- |
| Directionality  | Light emanates from an infinite distance with a directional vector | Light emanates from a specific position in all directions |
| Light Intensity | Adjustable with the `intensity` property                           | Adjustable with the `intensity` property                  |
| Range and Decay | Light has an unlimited range                                       | Adjustable with the `distance` and `decay` properties     |
| Shadow Casting  | Shadows are easily generated                                       | Shadows are not generated by default                      |

## Light Color

The light color reflects the background color of the component.
