From d8eaa07df3f155ae578fa3a80563dd4888930e3a Mon Sep 17 00:00:00 2001 From: Andreas Reich Date: Wed, 27 Nov 2024 18:17:18 +0100 Subject: [PATCH] lint fix --- .../rerun/blueprint/components/plane_orientation.fbs | 2 ++ 1 file changed, 2 insertions(+) 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. }