mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
65252bb87a
Examples inconsistently use either `TAU`, `PI`, `FRAC_PI_2` or `FRAC_PI_4`. Often in odd ways and without `use`ing the constants, making it difficult to parse. * Use `PI` to specify angles. * General code-quality improvements. * Fix borked `hierarchy` example. Co-authored-by: devil-ira <justthecooldude@gmail.com> |
||
---|---|---|
.. | ||
animated_fox.rs | ||
animated_transform.rs | ||
custom_skinned_mesh.rs | ||
gltf_skinned_mesh.rs |