QAbstractCameraController露
- PyQt5.Qt3DExtras.QAbstractCameraController
Inherits from QEntity.
Inherited by QFirstPersonCameraController, QOrbitCameraController.
Description露
The QAbstractCameraController class provides basic functionality for camera controllers.
QAbstractCameraController sets up and handles input from keyboard, mouse, and other devices. QAbstractCameraController is an abstract class and cannot itself be instantiated. It provides a standard interface for camera controllers.
Derived classes need only implement the frameActionTriggered() method to move the camera.
Methods露
- __init__(parent: QNode = None)
TODO
- acceleration() → float
See also
- camera() → QCamera
See also
- deceleration() → float
See also
- keyboardDevice() → QKeyboardDevice
Provides access to the keyboard device.
- linearSpeed() → float
See also
- lookSpeed() → float
See also
- mouseDevice() → QMouseDevice
Provides access to the mouse device.
- setAcceleration(float)
See also
- setDeceleration(float)
See also
- setLinearSpeed(float)
See also
- setLookSpeed(float)
See also
Signals露
- accelerationChanged(float)
TODO
- cameraChanged()
TODO
- decelerationChanged(float)
TODO
- linearSpeedChanged()
TODO
- lookSpeedChanged()
TODO