bevy/crates/bevy_transform/src
张林伟 df3e81c1fb
Fix look_to variable naming (#8627)
# Objective

- If I understand correctly, forward points in `direction`, so the
negative of `direction` should be back.

## Migration Guide

- `Transform::look_to` method changed default value of
`direction.try_normalize()` from `Vec3::Z` to `Vec3::NEG_Z`
2023-05-23 02:17:33 +00:00
..
components Fix look_to variable naming (#8627) 2023-05-23 02:17:33 +00:00
commands.rs Fixed several missing links in docs. (#8117) 2023-04-23 17:28:36 +00:00
lib.rs Add a bounding box gizmo (#8468) 2023-04-24 15:23:06 +00:00
systems.rs Fix transform propagation of orphaned entities (#7264) 2023-04-09 20:53:33 +00:00