# Objective Add support for configurable shadow map sizes ## Solution - Add `DirectionalLightShadowMap` and `PointLightShadowMap` resources, which just have size members, to the app world, and add `Extracted*` counterparts to the render world - Use the configured sizes when rendering shadow maps - Default sizes remain the same - 4096 for directional light shadow maps, 1024 for point light shadow maps (which are cube maps so 6 faces at 1024x1024 per light) |
||
|---|---|---|
| .. | ||
| bevy_core_pipeline | ||
| bevy_gltf2 | ||
| bevy_pbr2 | ||
| bevy_render2 | ||
| bevy_sprite2 | ||