bevy/crates/bevy_transform
Jonathan Cornaz 52d6799544
Run parent-update and transform-propagation during the "post-startup" stage (instead of "startup") (#955)
* Propagate transforms during the POST_STARTUP start-up stage

* Update changelog
2020-11-29 14:07:47 -08:00
..
benches
src Run parent-update and transform-propagation during the "post-startup" stage (instead of "startup") (#955) 2020-11-29 14:07:47 -08:00
.gitignore
Cargo.toml Bevy Reflection (#926) 2020-11-27 16:39:59 -08:00
LICENSE
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)