bevy/crates/bevy_pbr/src
Alice Cecile eb07d16871
Revert rendering-related associated type name changes (#11027)
# Objective

> Can anyone explain to me the reasoning of renaming all the types named
Query to Data. I'm talking about this PR
https://github.com/bevyengine/bevy/pull/10779 It doesn't make sense to
me that a bunch of types that are used to run queries aren't named Query
anymore. Like ViewQuery on the ViewNode is the type of the Query. I
don't really understand the point of the rename, it just seems like it
hides the fact that a query will run based on those types.


[@IceSentry](https://discord.com/channels/691052431525675048/692572690833473578/1184946251431694387)

## Solution

Revert several renames in #10779.

## Changelog

- `ViewNode::ViewData` is now `ViewNode::ViewQuery` again.

## Migration Guide

- This PR amends the migration guide in
https://github.com/bevyengine/bevy/pull/10779

---------

Co-authored-by: atlas dostal <rodol@rivalrebels.com>
2024-01-22 15:01:55 +00:00
..
deferred Revert rendering-related associated type name changes (#11027) 2024-01-22 15:01:55 +00:00
light_probe Revert rendering-related associated type name changes (#11027) 2024-01-22 15:01:55 +00:00
lightmap Implement lightmaps. (#10231) 2024-01-02 20:38:47 +00:00
prepass Revert rendering-related associated type name changes (#11027) 2024-01-22 15:01:55 +00:00
render Revert rendering-related associated type name changes (#11027) 2024-01-22 15:01:55 +00:00
ssao Revert rendering-related associated type name changes (#11027) 2024-01-22 15:01:55 +00:00
alpha.rs bevy_reflect: FromReflect Ergonomics Implementation (#6056) 2023-06-29 01:31:34 +00:00
bundle.rs Use EntityHashMap whenever possible (#11353) 2024-01-15 15:51:17 +00:00
extended_material.rs Reorder impl to be the same as the trait (#11076) 2023-12-24 17:43:55 +00:00
fog.rs chore: use ExtractComponent derive macro for EnvironmentMapLight and FogSettings (#10191) 2023-10-19 20:18:33 +00:00
lib.rs Implement minimal reflection probes (fixed macOS, iOS, and Android). (#11366) 2024-01-19 07:33:52 +00:00
light.rs Exposure settings (adopted) (#11347) 2024-01-16 14:53:21 +00:00
material.rs Revert rendering-related associated type name changes (#11027) 2024-01-22 15:01:55 +00:00
parallax.rs bevy_reflect: FromReflect Ergonomics Implementation (#6056) 2023-06-29 01:31:34 +00:00
pbr_material.rs Implement lightmaps. (#10231) 2024-01-02 20:38:47 +00:00
wireframe.rs Simplify conditions (#11316) 2024-01-13 13:22:17 +00:00