bevy/crates/bevy_pbr/src/atmosphere
atlv 2915a3b903
rename GlobalTransform::compute_matrix to to_matrix (#19643)
# Objective

- compute_matrix doesn't compute anything, it just puts an Affine3A into
a Mat4. the name is inaccurate

## Solution

- rename it to conform with to_isometry (which, ironically, does compute
a decomposition which is rather expensive)

## Testing

- Its a rename. If it compiles, its good to go

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
2025-06-17 18:37:26 +00:00
..
aerial_view_lut.wgsl Use dual-source blending for rendering the sky (#17672) 2025-02-10 23:53:53 +00:00
bindings.wgsl
bruneton_functions.wgsl
functions.wgsl Web support for atmosphere (#18582) 2025-04-06 20:06:55 +00:00
mod.rs Let query items borrow from query state to avoid needing to clone (#15396) 2025-06-16 21:05:41 +00:00
multiscattering_lut.wgsl
node.rs Let query items borrow from query state to avoid needing to clone (#15396) 2025-06-16 21:05:41 +00:00
render_sky.wgsl Web support for atmosphere (#18582) 2025-04-06 20:06:55 +00:00
resources.rs rename GlobalTransform::compute_matrix to to_matrix (#19643) 2025-06-17 18:37:26 +00:00
sky_view_lut.wgsl Atmosphere LUT parameterization improvements (#17555) 2025-02-03 21:52:11 +00:00
transmittance_lut.wgsl Atmosphere LUT parameterization improvements (#17555) 2025-02-03 21:52:11 +00:00
types.wgsl