issues
search
bevyengine
/
bevy
A refreshingly simple data-driven game engine built in Rust
https://bevyengine.org
Apache License 2.0
36.46k
stars
3.6k
forks
source link
remove ViewUniformOffset from inactive cameras
#16399
Closed
mockersf
closed
1 week ago
mockersf
commented
1 week ago
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
Objective
ViewUniformOffset
from when they were active, still matching some queries trying to render to themSolution
ViewUniformOffset
from cameras that are inactiveTesting
render_primitives
and switched camera