bevy/crates/bevy_gltf/src
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
..
lib.rs Add extras field to GltfNode (#6973) 2023-02-13 17:56:36 +00:00
loader.rs Change the glTF loader to use Camera3dBundle (#7890) 2023-03-04 12:05:27 +00:00