diff --git a/modeling-cmds/src/shared.rs b/modeling-cmds/src/shared.rs index c475e6f3..8866a7b6 100644 --- a/modeling-cmds/src/shared.rs +++ b/modeling-cmds/src/shared.rs @@ -218,8 +218,10 @@ pub enum AnnotationType { pub enum CameraDragInteractionType { /// Camera pan Pan, - /// Camera rotate (revolve/orbit) + /// Camera rotate (spherical camera revolve/orbit) Rotate, + /// Camera rotate (trackball with 3 degrees of freedom) + RotateTrackball, /// Camera zoom (increase or decrease distance to reference point center) Zoom, }