Function update_frusta

Source
pub fn update_frusta(
    views: Query<'_, '_, (&GlobalTransform, &Projection, &mut Frustum), Or<(Changed<GlobalTransform>, Changed<Projection>)>>,
)
Expand description

Updates Frustum.

This system is used in CameraProjectionPlugin.