bevy/pipelined/bevy_render2/src/camera
Aevyrie 38c7d5eb9e Check for NaN in Camera::world_to_screen() (#3268)
# Objective

- Checks for NaN in computed NDC space coordinates, fixing unexpected NaN in a fallible (`Option<T>`) function.

## Solution

- Adds a NaN check, in addition to the existing NDC bounds checks.
- This is a helper function, and should have no performance impact to the engine itself.
- This will help prevent hard-to-trace NaN propagation in user code, by returning `None` instead of `Some(NaN)`.


Depends on https://github.com/bevyengine/bevy/pull/3269 for CI error fix.
2021-12-08 01:31:31 +00:00
..
active_cameras.rs pipelined rendering proof of concept 2021-07-24 16:43:37 -07:00
bundle.rs Frustum culling (#2861) 2021-11-07 21:45:52 +00:00
camera.rs Check for NaN in Camera::world_to_screen() (#3268) 2021-12-08 01:31:31 +00:00
mod.rs Merge New Renderer 2021-11-22 23:57:42 -08:00
projection.rs Merge New Renderer 2021-11-22 23:57:42 -08:00