bevy/examples/ios
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
..
bevy_ios_example.xcodeproj An initial xcode setup for using xcode (#539) 2020-10-31 14:36:24 -07:00
ios-src An initial xcode setup for using xcode (#539) 2020-10-31 14:36:24 -07:00
src Replace default method calls from Glam types with explicit const (#1645) 2021-03-13 18:23:39 +00:00
.gitignore An initial xcode setup for using xcode (#539) 2020-10-31 14:36:24 -07:00
build_rust_deps.sh An initial xcode setup for using xcode (#539) 2020-10-31 14:36:24 -07:00
Cargo.toml An initial xcode setup for using xcode (#539) 2020-10-31 14:36:24 -07:00
Makefile An initial xcode setup for using xcode (#539) 2020-10-31 14:36:24 -07:00