2
0
Fork 0
mirror of https://github.com/bevyengine/bevy synced 2025-01-10 12:18:58 +00:00
bevy/crates/bevy_transform
Niklas Eicker 0bce78439b Cleanup system sets called labels ()
# Objective

We have a few old system labels that are now system sets but are still named or documented as labels. Documentation also generally mentioned system labels in some places.


## Solution

- Clean up naming and documentation regarding system sets

## Migration Guide

`PrepareAssetLabel` is now called `PrepareAssetSet`
2023-02-14 21:46:07 +00:00
..
src Cleanup system sets called labels () 2023-02-14 21:46:07 +00:00
Cargo.toml Parallelized transform propagation () 2022-11-21 18:18:38 +00:00
README.md transform: remove some dependencies and cleanup 2020-07-10 01:49:23 -07:00

Bevy Transform

This crate is largely a 1:1 port from legion_transform (ecs: legion, math: nalgebra) to bevy (ecs: bevy_ecs, math: glam)