QCamera¶
- PyQt5.Qt3DRender.QCamera
Inherits from QEntity.
Enums¶
- CameraTranslationOption
This enum specifies how camera view center is translated
Member
Value
Description
DontTranslateViewCenter 1
Don’t translate the view center causing the view direction to change
TranslateViewCenter 0
Translate the view center causing the view direction to remain the same
Methods¶
- aspectRatio() → float
See also
- bottom() → float
See also
- exposure() → float
See also
- farPlane() → float
See also
- fieldOfView() → float
See also
- left() → float
See also
- lens() → QCameraLens
Returns the current lens.
- nearPlane() → float
See also
- pan(float)
Adjusts the pan angle of the camera by angle in degrees.
- pan(float, QVector3D)
Adjusts the pan angle of the camera by angle in degrees on a chosen axis.
- panAboutViewCenter(float)
Adjusts the camera pan about view center by angle in degrees.
- panAboutViewCenter(float, QVector3D)
Adjusts the camera pan about view center by angle in degrees on axis.
- panRotation(float) → QQuaternion
Returns the calculated pan rotation in relation to the angle in degrees taken in to adjust the camera’s pan or left/right rotation on the Y axis.
- position() → QVector3D
See also
- projectionMatrix() → QMatrix4x4
See also
- projectionType() → ProjectionType
See also
- right() → float
See also
- roll(float)
Adjusts the camera roll by angle in degrees.
- rollAboutViewCenter(float)
Adjusts the camera roll about view center by angle in degrees.
- rollRotation(float) → QQuaternion
Returns the calculated roll rotation in relation to the angle in degrees taken in to adjust the camera’s roll or lean left/right rotation on the Z axis.
- rotate(QQuaternion)
Rotates the camera with the use of a Quaternion in q.
- rotateAboutViewCenter(QQuaternion)
Rotates the camera about the view center with the use of a Quaternion in q.
- rotation(float, QVector3D) → QQuaternion
Returns the calculated rotation in relation to the angle in degrees and chosen axis taken in.
- setAspectRatio(float)
Sets the camera’s aspect ratio to aspectRatio.
See also
- setBottom(float)
Sets the bottom of the camera to bottom.
See also
- setExposure(float)
Sets the camera’s exposure to exposure.
See also
- setFarPlane(float)
Sets the camera’s far plane to farPlane
See also
- setFieldOfView(float)
Sets the camera’s field of view to fieldOfView in degrees.
See also
- setLeft(float)
Sets the left of the camera to left.
See also
- setNearPlane(float)
Sets the camera’s near plane to nearPlane.
See also
- setPosition(QVector3D)
Sets the camera’s position in 3D space to position.
See also
- setProjectionMatrix(QMatrix4x4)
Sets the camera’s projection matrix to projectionMatrix.
See also
- setProjectionType(ProjectionType)
TODO
- setRight(float)
Sets the right of the camera to right.
See also
- setTop(float)
Sets the top of the camera to top.
See also
- setUpVector(QVector3D)
Sets the camera’s up vector to upVector.
See also
- setViewCenter(QVector3D)
Sets the camera’s view center to viewCenter.
See also
- tilt(float)
Adjusts the tilt angle of the camera by angle in degrees.
- tiltAboutViewCenter(float)
Adjusts the camera tilt about view center by angle in degrees.
- tiltRotation(float) → QQuaternion
Returns the calculated tilt rotation in relation to the angle in degrees taken in to adjust the camera’s tilt or up/down rotation on the X axis.
- top() → float
See also
- transform() → QTransform
Returns the camera’s position via transform.
- translate(QVector3D, option: CameraTranslationOption = TranslateViewCenter)
Translates the camera’s position and its view vector by vLocal in local coordinates. The option allows for toggling whether the view center should be translated.
- translateWorld(QVector3D, option: CameraTranslationOption = TranslateViewCenter)
Translates the camera’s position and its view vector by vWorld in world coordinates. The option allows for toggling whether the view center should be translated.
- upVector() → QVector3D
See also
- viewAll()
Rotates and moves the camera so that it’s viewCenter is the center of the scene’s bounding volume and the entire scene fits in the view port.
Note: Only works if the lens is in perspective projection mode.
See also
- viewCenter() → QVector3D
See also
- viewEntity(QEntity)
Rotates and moves the camera so that it’s viewCenter is the center of the entity’s bounding volume and the entire entity fits in the view port.
Note: Only works if the lens is in perspective projection mode.
See also
- viewMatrix() → QMatrix4x4
TODO
- viewSphere(QVector3D, float)
Rotates and moves the camera so that it’s viewCenter is center and a sphere of radius fits in the view port.
Note: Only works if the lens is in perspective projection mode.
See also
- viewVector() → QVector3D
TODO
Signals¶
- aspectRatioChanged(float)
TODO
- bottomChanged(float)
TODO
- exposureChanged(float)
TODO
- farPlaneChanged(float)
TODO
- fieldOfViewChanged(float)
TODO
- leftChanged(float)
TODO
- nearPlaneChanged(float)
TODO
- positionChanged(QVector3D)
TODO
- projectionMatrixChanged(QMatrix4x4)
TODO
- projectionTypeChanged(ProjectionType)
TODO
- rightChanged(float)
TODO
- topChanged(float)
TODO
- upVectorChanged(QVector3D)
TODO
- viewCenterChanged(QVector3D)
TODO
- viewMatrixChanged()
TODO
- viewVectorChanged(QVector3D)
TODO