You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While upgrading my project to bevy 0.19 I've noticed it's become impossible to remove atmospheric rendering from a camera. When the AtmosphereSettings are removed from the camera, the scene starts flickering pretty badly. I reproduced this in the example as well.
What went wrong
In bevy 0.18, I could disable the atmosphere by deleting the previous component and it worked as expected. In bevy 0.19, flickering appears. The flickering seems to encode a visual "atmosphere" state that then does not get updated when moving the camera, the state seems to get baked in at the moment I remove the AtmosphereSettings
Additional information
2026-06-29.20-41-40.mp4
Here is the code I used to reproduce the video above.
Bevy version and features
f0d53f33adb6ccc1fb1bbf069b7dc4ef5a371f08)Relevant system information
nixOS-unstable, wayland, RTX 2080Ti
What you did
While upgrading my project to bevy 0.19 I've noticed it's become impossible to remove atmospheric rendering from a camera. When the
AtmosphereSettingsare removed from the camera, the scene starts flickering pretty badly. I reproduced this in the example as well.What went wrong
In bevy 0.18, I could disable the atmosphere by deleting the previous component and it worked as expected. In bevy 0.19, flickering appears. The flickering seems to encode a visual "atmosphere" state that then does not get updated when moving the camera, the state seems to get baked in at the moment I remove the AtmosphereSettings
Additional information
2026-06-29.20-41-40.mp4
Here is the code I used to reproduce the video above.