bevy/crates/bevy_render/src/view
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
..
visibility Fix some more typos (#7767) 2023-02-20 23:36:28 +00:00
mod.rs Change the glTF loader to use Camera3dBundle (#7890) 2023-03-04 12:05:27 +00:00
view.wgsl Initial tonemapping options (#7594) 2023-02-19 20:38:13 +00:00
window.rs Support system.in_schedule() and system.on_startup() (#7790) 2023-02-24 18:33:55 +00:00