Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix examples after the switch for msaa to a component (bevyengine#14446)
# Objective - bevyengine#14273 changed MSAA to a component, and broke some examples - SSAO needs MSAA to be disabled https://github.com/bevyengine/bevy/blob/f0ff7fb5445996e561d9ea336ee353544d79fef6/crates/bevy_pbr/src/ssao/mod.rs#L495 - `AlphaMode::AlphaToCoverage` needs MSAA to be not off to do something https://github.com/bevyengine/bevy/blob/f0ff7fb5445996e561d9ea336ee353544d79fef6/examples/3d/transparency_3d.rs#L113-L117 # Solution - change MSAA in those examples
- Loading branch information