mirror of
https://github.com/bevyengine/bevy
synced 2024-12-21 10:33:08 +00:00
2e8dfc02ef
# 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` |
||
---|---|---|
.. | ||
lib.rs | ||
loader.rs |