Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bevyengine
GitHub Repository: bevyengine/bevy
Path: blob/main/release-content/release-notes/light-textures.md
6592 views
---
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)