bevy/crates/bevy_pbr/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
..
environment_map Built-in skybox (#8275) 2023-04-02 10:57:12 +00:00
prepass Make setup of Opaque3dPrepass and AlphaMask3dPrepass phase items consistent with others (#8408) 2023-06-12 19:15:28 +00:00
render Register a few missed reflect components (#8807) 2023-06-10 23:19:39 +00:00
alpha.rs Remove Component derive for AlphaMode (#8804) 2023-06-10 22:38:07 +00:00
bundle.rs Cascaded shadow maps. (#7064) 2023-01-25 12:35:39 +00:00
fog.rs Add Distance and Atmospheric Fog support (#6412) 2023-01-29 15:28:56 +00:00
lib.rs Register a few missed reflect components (#8807) 2023-06-10 23:19:39 +00:00
light.rs Rename Plane struct to HalfSpace (#8744) 2023-06-12 19:27:41 +00:00
material.rs reflect: stable type path v2 (#7184) 2023-06-05 20:31:20 +00:00
parallax.rs Add parallax mapping to bevy PBR (#5928) 2023-04-15 10:25:14 +00:00
pbr_material.rs Add parallax mapping to bevy PBR (#5928) 2023-04-15 10:25:14 +00:00
wireframe.rs Webgpu support (#8336) 2023-05-04 22:07:57 +00:00