We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c52a9b commit d618dbfCopy full SHA for d618dbf
crates/bevy_render/src/view/visibility/mod.rs
@@ -294,9 +294,7 @@ pub fn calculate_bounds(
294
295
/// Updates [`Frustum`].
296
///
297
-/// This system is used in system sets [`VisibilitySystems::UpdateProjectionFrusta`],
298
-/// [`VisibilitySystems::UpdatePerspectiveFrusta`], and
299
-/// [`VisibilitySystems::UpdateOrthographicFrusta`].
+/// This system is used in [`CameraProjectionPlugin`](crate::camera::CameraProjectionPlugin).
300
pub fn update_frusta<T: Component + CameraProjection + Send + Sync + 'static>(
301
mut views: Query<
302
(&GlobalTransform, &T, &mut Frustum),
0 commit comments