Function derive_shapes

Source
pub fn derive_shapes(
    query: Query<'_, '_, (Entity, &RopeC, &Label), (Changed<Triples>, Without<Dirty>)>,
    commands: Commands<'_, '_>,
)