class QFirstPersonCameraController#

The QFirstPersonCameraController class allows controlling the scene camera from the first person perspective. More

Inheritance diagram of PySide6.Qt3DExtras.Qt3DExtras.QFirstPersonCameraController

Synopsis#

Methods#

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 pans the camera and movement along y-axis tilts it.

Mouse scroll wheel

Zooms the camera in and out without changing the view center.

Shift key

Turns the fine motion control active while pressed. Makes mouse pan and tilt less sensitive.

Arrow keys

Move the camera horizontally relative to camera viewport.

Page up and page down keys

Move the camera vertically relative to camera viewport.

Escape

Moves the camera so that entire scene is visible in the camera viewport.

__init__([parent=None])#
Parameters:

parentQNode