pub fn generate_environment_map_light(
commands: Commands<'_, '_>,
images: ResMut<'_, Assets<Image>>,
query: Query<'_, '_, (Entity, &GeneratedEnvironmentMapLight), Without<EnvironmentMapLight>>,
)
Expand description
System that generates an EnvironmentMapLight
component based on the GeneratedEnvironmentMapLight
component