CameraLens QML Type

Import Statement: import Qt3D 2.0
Since: Qt 5.5
Instantiates: QCameraLens
Inherits:

Component3D

Properties

Detailed Description

Property Documentation

aspectRatio : float


bottom : float


farPlane : float


fieldOfView : float


left : float


nearPlane : float


[read-only] projectionMatrix : matrix4x4


projectionType : enumeration

Holds the type of the camera projection (orthogonal or perspective).

ConstantDescription
CameraLens.OrthogonalProjectionOrthogonal projection
CameraLens.PerspectiveProjectionPerspective projection

right : float


top : float