diff --git a/crates/bevy_render/src/camera/camera.rs b/crates/bevy_render/src/camera/camera.rs index 255920218a70a3..8eec437c6c0fd2 100644 --- a/crates/bevy_render/src/camera/camera.rs +++ b/crates/bevy_render/src/camera/camera.rs @@ -131,7 +131,8 @@ impl Camera { None } } - /// Given a position in world space, use the camera to compute the screen space coordinates. + + /// Given a position in world space, use the camera to compute the normalized device coordinates. pub fn world_to_ndc( &self, camera_transform: &GlobalTransform,