Function bevy_pbr::extract_volumetric_fog

source ·
pub fn extract_volumetric_fog(
    commands: Commands<'_, '_>,
    view_targets: Extract<'_, '_, Query<'_, '_, (Entity, &VolumetricFogSettings)>>,
    volumetric_lights: Extract<'_, '_, Query<'_, '_, (Entity, &VolumetricLight)>>
)
Expand description

Extracts VolumetricFogSettings and VolumetricLights from the main world to the render world.