From 0845aa003663195f1f9ff7f6e2eb79597ec711b7 Mon Sep 17 00:00:00 2001 From: atlas Date: Mon, 7 Jul 2025 23:54:28 -0400 Subject: [PATCH] Add release note for light textures --- release-content/release-notes/light-textures.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 release-content/release-notes/light-textures.md diff --git a/release-content/release-notes/light-textures.md b/release-content/release-notes/light-textures.md new file mode 100644 index 0000000000000..b586b04732d44 --- /dev/null +++ b/release-content/release-notes/light-textures.md @@ -0,0 +1,10 @@ +--- +title: Light Textures +authors: ["@robtfm"] +pull_requests: [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)