QOrbitCameraController#
The QOrbitCameraController
class allows controlling the scene camera along orbital path. More…
Synopsis#
Properties#
Functions#
def
setZoomInLimit
(zoomInLimit)def
zoomInLimit
()
Signals#
def
zoomInLimitChanged
()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description#
The controls are:
Input
Action
Left mouse button
While the left mouse button is pressed, mouse movement along x-axis moves the camera left and right and movement along y-axis moves it up and down.
Right mouse button
While the right mouse button is pressed, mouse movement along x-axis pans the camera around the camera view center and movement along y-axis tilts it around the camera view center.
Both left and right mouse button
While both the left and the right mouse button are pressed, mouse movement along y-axis zooms the camera in and out without changing the view center.
Mouse scroll wheel
Zooms the camera in and out without changing the view center.
Arrow keys
Move the camera vertically and horizontally relative to camera viewport.
Page up and page down keys
Move the camera forwards and backwards.
Shift key
Changes the behavior of the up and down arrow keys to zoom the camera in and out without changing the view center. The other movement keys are disabled.
Alt key
Changes the behovior of the arrow keys to pan and tilt the camera around the view center. Disables the page up and page down keys.
Escape
Moves the camera so that entire scene is visible in the camera viewport.
- class PySide6.Qt3DExtras.Qt3DExtras.QOrbitCameraController([parent=None])#
- Parameters:
parent –
PySide6.Qt3DCore.Qt3DCore.QNode
Note
Properties can be used directly when from __feature__ import true_property
is used or via accessor functions otherwise.
- property PᅟySide6.Qt3DExtras.Qt3DExtras.QOrbitCameraController.zoomInLimit: float#
Holds the current zoom-in limit. The zoom-in limit determines how close to the view center the camera can be zoomed.
- Access functions:
zoomInLimit
()setZoomInLimit
(zoomInLimit)Signal
zoomInLimitChanged
()
- PySide6.Qt3DExtras.Qt3DExtras.QOrbitCameraController.setZoomInLimit(zoomInLimit)#
- Parameters:
zoomInLimit – float
See also
Setter of property zoomInLimit
.
- PySide6.Qt3DExtras.Qt3DExtras.QOrbitCameraController.zoomInLimit()#
- Return type:
float
See also
Getter of property zoomInLimit
.
- PySide6.Qt3DExtras.Qt3DExtras.QOrbitCameraController.zoomInLimitChanged()#
Notification signal of property zoomInLimit
.