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()` |
||
|---|---|---|
| .. | ||
| 3d_scene.rs | ||
| load_gltf.rs | ||
| msaa.rs | ||
| orthographic.rs | ||
| parenting.rs | ||
| spawner.rs | ||
| texture.rs | ||
| update_gltf_scene.rs | ||
| wireframe.rs | ||
| z_sort_debug.rs | ||