Skip to main content

derive_shapes

Function derive_shapes 

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