bevy/crates/bevy_gltf/src
Kirillov Kirill b4bf5b5d87 Fix glTF perspective camera projection (#4006)
# Objective

- Fixes #4005 

## Solution

- Include the `near` and `far` clipping values from the perspective projection in the `Camera` struct; before that, they were both being defaulted to 0.
2022-02-21 23:29:32 +00:00
..
lib.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
loader.rs Fix glTF perspective camera projection (#4006) 2022-02-21 23:29:32 +00:00