mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
df3e81c1fb
# 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` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
Bevy Transform
This crate is largely a 1:1 port from legion_transform (ecs: legion, math: nalgebra) to bevy (ecs: bevy_ecs, math: glam)