bevy/crates/bevy_gltf/src
Aron Derenyi 2e8dfc02ef Fixing confusing near and far fields in Camera (#4457)
# Objective

- Fixes #4456 

## Solution

- Removed the `near` and `far` fields from the camera and the views.

---

## Changelog

- Removed the `near` and `far` fields from the camera and the views.
- Removed the `ClusterFarZMode::CameraFarPlane` far z mode.

## Migration Guide

- Cameras no longer accept near and far values during initialization
- `ClusterFarZMode::Constant` should be used with the far value instead of `ClusterFarZMode::CameraFarPlane`
2022-05-16 16:37:33 +00:00
..
lib.rs expose extras from gltf nodes (#2154) 2022-04-07 21:30:52 +00:00
loader.rs Fixing confusing near and far fields in Camera (#4457) 2022-05-16 16:37:33 +00:00