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