bevy/examples/asset
François bbb9849506 Replace default method calls from Glam types with explicit const (#1645)
it's a followup of #1550 

I think calling explicit methods/values instead of default makes the code easier to read: "what is `Quat::default()`" vs "Oh, it's `Quat::IDENTITY`"

`Transform::identity()` and `GlobalTransform::identity()` can also be consts and I replaced the calls to their `default()` impl with `identity()`
2021-03-13 18:23:39 +00:00
..
asset_loading.rs Replace default method calls from Glam types with explicit const (#1645) 2021-03-13 18:23:39 +00:00
custom_asset_io.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
custom_asset.rs Adopt a Fetch pattern for SystemParams (#1074) 2020-12-15 21:57:16 -08:00
hot_asset_reloading.rs Replace default method calls from Glam types with explicit const (#1645) 2021-03-13 18:23:39 +00:00