bevy/pipelined/bevy_render2
Robert Swain 993ce84bc7 bevy_render2: Make default near plane more sensible at 0.1 (#2703)
# Objective

The default perspective projection near plane being at 1 unit feels very far away if one considers units to directly map to real world units such as metres. Not being able to see anything that is closer than 1m is unnecessarily limiting. Using a default of 0.1 makes more sense as it is difficult to even focus on things closer than 10cm in the real world.

## Solution

- Changed the default perspective projection near plane to 0.1.
2021-08-23 23:28:45 +00:00
..
src bevy_render2: Make default near plane more sensible at 0.1 (#2703) 2021-08-23 23:28:45 +00:00
Cargo.toml remove .system from pipelined code (#2538) 2021-07-26 23:44:23 +00:00