bevy/crates/bevy_render
Edgar Geier 30b29deaa9 Change the glTF loader to use Camera3dBundle (#7890)
# Objective

- Fixes #7889.

## Solution

- Change the glTF loader to insert a `Camera3dBundle` instead of a manually constructed bundle. This might prevent future issues when new components are required for a 3D Camera to work correctly.
- Register the `ColorGrading` type because `bevy_scene` was complaining about it.
2023-03-04 12:05:27 +00:00
..
macros Support raw buffers in AsBindGroup macro (#7701) 2023-02-22 22:43:29 +00:00
src Change the glTF loader to use Camera3dBundle (#7890) 2023-03-04 12:05:27 +00:00
Cargo.toml Update glam to 0.23 (#7883) 2023-03-04 11:42:27 +00:00