bevy/crates/bevy_render/src
lelo 278daab6ae
Rename Plane struct to HalfSpace (#8744)
# Objective

- Rename the `render::primitives::Plane` struct as to not confuse it
with `bevy_render::mesh::shape::Plane`
- Fixes https://github.com/bevyengine/bevy/issues/8730

## Solution

- Refactor the `render::primitives::Plane` struct to
`render::primitives::HalfSpace`
- Modify documentation to reflect this change

## Changelog

- Renamed `Plane` to `HalfSpace` to more accurately represent it's use
- Renamed `planes` member in `Frustum` to `half_spaces` to reflect
changes

## Migration Guide

- `Plane` has been renamed to `HalfSpace`
- `planes` member in `Frustum` has been renamed to `half_spaces`

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
Co-authored-by: Nicola Papale <nicopap@users.noreply.github.com>
2023-06-12 19:27:41 +00:00
..
camera Disable camera on window close (#8802) 2023-06-10 19:50:37 +00:00
color
mesh reflect: stable type path v2 (#7184) 2023-06-05 20:31:20 +00:00
primitives Rename Plane struct to HalfSpace (#8744) 2023-06-12 19:27:41 +00:00
render_graph Add ViewNode to simplify render node management (#8118) 2023-05-08 19:42:23 +00:00
render_phase Apply codebase changes in preparation for StandardMaterial transmission (#8704) 2023-05-30 14:21:53 +00:00
render_resource reflect: stable type path v2 (#7184) 2023-06-05 20:31:20 +00:00
renderer
texture update bitflags to 2.3 (#8728) 2023-06-01 08:41:42 +00:00
view Implement Reflect on NoFrustumCulling (#8801) 2023-06-10 10:04:50 +00:00
extract_component.rs
extract_param.rs
extract_resource.rs
globals.rs
globals.wgsl
lib.rs Rename apply_system_buffers to apply_deferred (#8726) 2023-06-02 14:04:13 +00:00
pipelined_rendering.rs
render_asset.rs
settings.rs
spatial_bundle.rs