diff --git a/crates/viewer/re_view_spatial/src/transform_cache.rs b/crates/viewer/re_view_spatial/src/transform_cache.rs index 9af7169979d8..87922ecb7eef 100644 --- a/crates/viewer/re_view_spatial/src/transform_cache.rs +++ b/crates/viewer/re_view_spatial/src/transform_cache.rs @@ -129,7 +129,7 @@ pub struct ResolvedPinholeProjection { /// /// This is needed to orient 2D in 3D and 3D in 2D the right way around /// (answering questions like which axis is distance to viewer increasing). - /// If no view coordinates were logged, this is set to [`Self::DEFAULT_VIEW_COORDINATES`]. + /// If no view coordinates were logged, this is set to [`archetypes::Pinhole::DEFAULT_CAMERA_XYZ`]. pub view_coordinates: components::ViewCoordinates, }