bevy/crates/bevy_gltf
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
..
src Fix glTF perspective camera projection (#4006) 2022-02-21 23:29:32 +00:00
Cargo.toml Update gltf requirement from 0.16.0 to 1.0.0 (#3826) 2022-02-02 00:25:39 +00:00