bevy/crates/bevy_pbr/src
Hennadii Chernyshchyk 70c9165886 Fix crash with disabled winit (#3330)
# Objective

This PR fixes a crash when winit is enabled when there is a camera in the world. Part of #3155

## Solution

In this PR, I removed two unwraps and added an example for regression testing.
2021-12-15 00:15:47 +00:00
..
render bevy_pbr2: Fix clustering for orthographic projections (#3316) 2021-12-14 23:42:35 +00:00
alpha.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
bundle.rs add default standard material in PbrBundle (#3325) 2021-12-14 23:04:26 +00:00
lib.rs add default standard material in PbrBundle (#3325) 2021-12-14 23:04:26 +00:00
light.rs Fix crash with disabled winit (#3330) 2021-12-15 00:15:47 +00:00
material.rs add default standard material in PbrBundle (#3325) 2021-12-14 23:04:26 +00:00
wireframe.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00