bevy/examples/animation
Daniel Chia 52f06175dd Better cascades config defaults + builder, tweak example configs (#7456)
# Objective

- Improve ergonomics / documentation of cascaded shadow maps
- Allow for the customization of the nearest shadowing distance.
- Fixes #7393 
- Fixes #7362 

## Solution

- Introduce `CascadeShadowConfigBuilder`
- Tweak various example cascade settings for better quality.

---

## Changelog

- Made examples look nicer under cascaded shadow maps.
- Introduce `CascadeShadowConfigBuilder` to help with creating `CascadeShadowConfig`

## Migration Guide

- Configure settings for cascaded shadow maps for directional lights using the newly introduced `CascadeShadowConfigBuilder`.

Co-authored-by: Robert Swain <robert.swain@gmail.com>
2023-02-05 08:06:32 +00:00
..
animated_fox.rs Better cascades config defaults + builder, tweak example configs (#7456) 2023-02-05 08:06:32 +00:00
animated_transform.rs enum Visibility component (#6320) 2022-12-25 00:39:29 +00:00
custom_skinned_mesh.rs Allow passing glam vector types as vertex attributes (#6442) 2022-11-04 03:45:17 +00:00
gltf_skinned_mesh.rs Add global time scaling (#5752) 2022-10-22 18:52:29 +00:00