diff --git a/crates/store/re_types/definitions/rerun/blueprint/components/plane_orientation.fbs b/crates/store/re_types/definitions/rerun/blueprint/components/plane_orientation.fbs index aba3db30ae986..b4a44b97e3098 100644 --- a/crates/store/re_types/definitions/rerun/blueprint/components/plane_orientation.fbs +++ b/crates/store/re_types/definitions/rerun/blueprint/components/plane_orientation.fbs @@ -9,8 +9,10 @@ enum PlaneOrientation: ubyte ( /// Plane spanned by X and Z axis. Xz, + /// Plane spanned by Y and Z axis. Yz, + /// Plane spanned by X and Y axis. Xy (default), // we default to RFU cameras in the view. }