Obsolete Members for Camera
The following members of QML type Camera are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Properties
- aspectRatio : real
- bottom : real
- farPlane : real
- fieldOfView : real
- left : real
- nearPlane : real
- position : vector3d
- projectionMatrix : matrix4x4
- projectionType : enumeration
- right : real
- top : real
- upVector : vector3d
- viewCenter : vector3d
- viewVector : vector3d
Property Documentation
Holds the current position of the camera in coordinates relative to the parent entity.
Holds the type of the camera projection.
- CameraLens.OrthographicProjection
- CameraLens.PerspectiveProjection
- CameraLens.FrustumProjection
- CameraLens.CustomProjection
See also Qt3DRender::QCameraLens::ProjectionType.
Holds the current up vector of the camera in coordinates relative to the parent entity.
Holds the current view center of the camera in coordinates relative to the parent entity.
Holds the camera's view vector in coordinates relative to the parent entity.