bevy/crates/bevy_render/src/camera
François Mockers bce19c1012
remove ViewUniformOffset from inactive cameras (#16399)
# Objective

- Fixes #16285 
- Inactive camera are keeping the component `ViewUniformOffset` from
when they were active, still matching some queries trying to render to
them

## Solution

- Remove component `ViewUniformOffset` from cameras that are inactive

## Testing

- Ran example `render_primitives` and switched camera
2024-11-16 20:39:13 +00:00
..
camera_driver_node.rs fix: Skip some rendering logics when the viewport width or height is zero (#15654) 2024-10-08 22:52:19 +00:00
camera.rs remove ViewUniformOffset from inactive cameras (#16399) 2024-11-16 20:39:13 +00:00
clear_color.rs Remove thiserror from bevy_render (#15765) 2024-10-09 14:26:28 +00:00
manual_texture_view.rs Don't reëxport bevy_image from bevy_render (#16163) 2024-11-10 06:54:38 +00:00
mod.rs Refactor App and SubApp internals for better separation (#9202) 2024-03-31 03:16:10 +00:00
projection.rs Improve API for scaling orthographic cameras (#15969) 2024-10-17 17:50:06 +00:00