pub fn insert_generic_materials(
commands: Commands<'_, '_>,
query: Query<'_, '_, (Entity, &GenericMaterial3d), Without<GenericMaterialApplied>>,
generic_materials: Res<'_, Assets<GenericMaterial>>,
)
pub fn insert_generic_materials(
commands: Commands<'_, '_>,
query: Query<'_, '_, (Entity, &GenericMaterial3d), Without<GenericMaterialApplied>>,
generic_materials: Res<'_, Assets<GenericMaterial>>,
)