![]() # 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> |
||
---|---|---|
.. | ||
camera | ||
color | ||
mesh | ||
primitives | ||
render_graph | ||
render_phase | ||
render_resource | ||
renderer | ||
texture | ||
view | ||
extract_component.rs | ||
extract_param.rs | ||
extract_resource.rs | ||
globals.rs | ||
globals.wgsl | ||
lib.rs | ||
pipelined_rendering.rs | ||
render_asset.rs | ||
settings.rs | ||
spatial_bundle.rs |