bevy/crates/bevy_transform/src
Martin Svanberg 000e6e2874 Fix documentation for looking_at/look_at (#4696)
Bevy's coordinate system is right-handed Y up, so +Z points towards my nose and I'm looking in the -Z direction. Therefore, `Transform::looking_at/look_at` must be pointing towards -Z. Or am I wrong here?
2022-10-12 20:18:20 +00:00
..
components Fix documentation for looking_at/look_at (#4696) 2022-10-12 20:18:20 +00:00
lib.rs Add warning when a hierarchy component is missing (#5590) 2022-09-19 16:12:11 +00:00
systems.rs flaky test: put panicking system in a single threaded stage (#6172) 2022-10-05 16:34:55 +00:00