Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bevyengine
GitHub Repository: bevyengine/bevy
Path: blob/main/release-content/migration-guides/LightVisibilityClass_rename.md
6592 views
---
title: "`LightVisibilityClass` renamed to `ClusterVisibilityClass`" pull_requests: [19986]
---

When clustered decals were added, they used LightVisibilityClass to share the clustering infrastructure. This revealed that this visibility class wasn't really about lights, but about clustering. It has been renamed to ClusterVisibilityClass and moved to live alongside clustering-specific types.