bevy/release-content/release-notes/light-textures.md
atlv 1e057d8419
Add release note for light textures (#20023)
# Objective

- Fixes #19982

## Solution

- add note

## Testing

- left as an exercise for the reader
2025-07-14 20:47:45 +00:00

426 B

title authors pull_requests
Light Textures
@robtfm
18031

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)