Sou1gh0st

Results 5 issues of Sou1gh0st

# Objective - Fixes https://github.com/bevyengine/bevy/issues/14139 ## Solution - correct the input parameters at these call sites. ## Testing 1. Use a 3D scene example with PBR lighting and shadows enabled,...

C-Bug
A-Rendering
C-Testing

# Objective - Fixes https://github.com/bevyengine/bevy/issues/14036 ## Solution - Add a view space transformation for the skybox ## Testing - I have tested the newly added `transform` field using the `skybox`...

A-Rendering
C-Usability
C-Breaking-Change
S-Needs-Review

# Objective - Fixes: https://github.com/bevyengine/bevy/issues/14036 ## Solution - Add a world space transformation for the environment sample direction. ## Testing - I have tested the newly added `transform` field using...

C-Enhancement
A-Rendering
D-Modest
S-Needs-Review

# Objective - Fixes: #15663 ## Solution - Add an `is_forward_plane` method to `Aabb`, and a `contains_aabb` method to `Frustum`. ## Test - I have created a frustum with an...

C-Feature
S-Ready-For-Final-Review
A-Math
X-Uncontroversial
D-Straightforward

# Objective - Fixes #16416 ## Solution - Add a intermediate temporary mutable `RequiredComponents` to get avoid of the borrowing issues. ## Testing - I have run `cargo test --package...

A-ECS
C-Code-Quality
C-Usability
S-Needs-Review