Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into ECDC-3331-NXoff_geometry
Browse files Browse the repository at this point in the history
  • Loading branch information
ggoneiESS authored Sep 26, 2023
2 parents 6b5d898 + a7b100e commit d53144f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus_constructor/instrument_view/instrument_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def __init__(self, parent, main_window):
}
self.current_camera_settings = deepcopy(self.default_camera_settings)
self.camera_entity = self.view.camera()
self.cam_controller = Qt3DExtras.QFirstPersonCameraController(self.root_entity)
self.cam_controller = Qt3DExtras.QOrbitCameraController(self.root_entity)
self.switch_to_perspective()

# Make sure that the size of the gnomon stays the same when the 3D view is resized
Expand Down

0 comments on commit d53144f

Please sign in to comment.