bevy/crates/bevy_pbr/src/light
Carter Anderson 6beeaa89d3
Make PCSS experimental (#16382)
# Objective

PCSS still has some fundamental issues (#16155). We should resolve them
before "releasing" the feature.

## Solution

1. Rename the already-optional `pbr_pcss` cargo feature to
`experimental_pbr_pcss` to better communicate its state to developers.
2. Adjust the description of the `experimental_pbr_pcss` cargo feature
to better communicate its state to developers.
3. Gate PCSS-related light component fields behind that cargo feature,
to prevent surfacing them to developers by default.
2024-11-14 07:39:26 +00:00
..
ambient_light.rs Reflect derived traits on all components and resources: bevy_pbr (#15224) 2024-09-15 16:07:30 +00:00
directional_light.rs Make PCSS experimental (#16382) 2024-11-14 07:39:26 +00:00
mod.rs Do not re-check visibility or re-render shadow maps for point and spot lights for each view (#15156) 2024-11-11 18:49:09 +00:00
point_light.rs Make PCSS experimental (#16382) 2024-11-14 07:39:26 +00:00
spot_light.rs Make PCSS experimental (#16382) 2024-11-14 07:39:26 +00:00