bevy/crates/bevy_core_pipeline
Opstic ac41ba67f8 Extend the default render range of 2D camera (#9310)
# Objective

- Fixes #9138

## Solution

- Calling `Camera2dBundle::default()` will now result in a
`Camera2dBundle` with `Vec3::ZERO` transform, `far` value of `1000.` and
`near` value of `-1000.`.
- This will enable the rendering of 2d entities in negative z space by
default.
- I did not modify `new_with_far` as moving the camera to `Vec3::ZERO`
in that function will cause entities in the positive z space to become
hidden without further changes. And the further changes cannot be
applied without it being a breaking change.
2023-08-09 18:06:15 -07:00
..
src Extend the default render range of 2D camera (#9310) 2023-08-09 18:06:15 -07:00
Cargo.toml Release 0.11.0 (#9080) 2023-07-09 08:43:47 +00:00