bevy/crates/bevy_pbr/src
Rob Parrett 2760692f88
Update typos to 1.29.6 (#17850)
# Objective

Update typos, fix new typos.

1.29.6 was just released to fix an
[issue](https://github.com/crate-ci/typos/issues/1228) where January's
corrections were not included in the binaries for the last release.

Reminder: typos can be tossed in the monthly [non-critical corrections
issue](https://github.com/crate-ci/typos/issues/1221).

## Solution

I chose to allow `implementors`, because a good argument seems to be
being made [here](https://github.com/crate-ci/typos/issues/1226) and
there is now a PR to address that.

## Discussion

Should I exclude `bevy_mikktspace`?

At one point I think we had an informal policy of "don't mess with
mikktspace until https://github.com/bevyengine/bevy/pull/9050 is merged"
but it doesn't seem like that is likely to be merged any time soon.

I think these particular corrections in mikktspace are fine because
- The same typo mistake seems to have been fixed in that PR
- The entire file containing these corrections was deleted in that PR

## Typo of the Month

correspindong -> corresponding
2025-02-13 19:44:47 +00:00
..
atmosphere Use dual-source blending for rendering the sky (#17672) 2025-02-10 23:53:53 +00:00
cluster Disable clustered decals on Metal. (#17554) 2025-01-27 05:39:07 +00:00
decal Build batches across phases in parallel. (#17764) 2025-02-13 00:02:20 +00:00
deferred Weak handle migration (#17695) 2025-02-05 22:44:20 +00:00
light Make the default directional light shadow cascade settings similar to those of other engines. (#17552) 2025-01-27 01:48:57 +00:00
light_probe Weak handle migration (#17695) 2025-02-05 22:44:20 +00:00
lightmap Weak handle migration (#17695) 2025-02-05 22:44:20 +00:00
meshlet Meshlet texture atomics (#17765) 2025-02-12 18:15:43 +00:00
prepass Build batches across phases in parallel. (#17764) 2025-02-13 00:02:20 +00:00
render Update typos to 1.29.6 (#17850) 2025-02-13 19:44:47 +00:00
ssao Weak handle migration (#17695) 2025-02-05 22:44:20 +00:00
ssr Update typos to 1.29.6 (#17850) 2025-02-13 19:44:47 +00:00
volumetric_fog Weak handle migration (#17695) 2025-02-05 22:44:20 +00:00
components.rs Support non-Vec data structures in relations (#17447) 2025-01-20 21:26:08 +00:00
extended_material.rs Forward decals (port of bevy_contact_projective_decals) (#16600) 2025-01-15 02:31:30 +00:00
fog.rs Remove all deprecated code (#16338) 2025-01-05 20:33:39 +00:00
lib.rs Build batches across phases in parallel. (#17764) 2025-02-13 00:02:20 +00:00
material_bind_groups.rs Move hashbrown and foldhash out of bevy_utils (#17460) 2025-01-23 16:46:08 +00:00
material.rs Build batches across phases in parallel. (#17764) 2025-02-13 00:02:20 +00:00
mesh_material.rs Cold Specialization (#17567) 2025-02-05 18:31:20 +00:00
parallax.rs
pbr_material.rs Add support for specular tints and maps per the KHR_materials_specular glTF extension. (#14069) 2025-01-26 20:38:46 +00:00
wireframe.rs Weak handle migration (#17695) 2025-02-05 22:44:20 +00:00