mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
7125dcb268
# Objective - Some users want to change the default texture usage of the main camera but they are currently hardcoded ## Solution - Add a component that is used to configure the main texture usage field --- ## Changelog Added `CameraMainTextureUsage` Added `CameraMainTextureUsage` to `Camera3dBundle` and `Camera2dBundle` ## Migration Guide Add `main_texture_usages: Default::default()` to your camera bundle. # Notes Inspired by: #6815 |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml |