Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix glTF perspective camera projection (bevyengine#4006)
# Objective - Fixes bevyengine#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.
- Loading branch information