# Objective - Fixes #19982 ## Solution - add note ## Testing - left as an exercise for the reader
426 B
426 B
| title | authors | pull_requests | ||
|---|---|---|---|---|
| Light Textures |
|
|
New components PointLightTexture, SpotLightTexture, and DirectionalLightTexture allow specifying light textures for lights, also commonly known as light cookies.
These modulate the intensity of light cast upon surfaces for various artistic effects. See the light_textures example for usage.
(TODO: Embed light_textures example screenshot here)