Camera QML Type
Properties
- aspectRatio : float
- bottom : float
- farPlane : float
- fieldOfView : float
- left : float
- matrix : matrix4x4
- nearPlane : float
- position : vector3d
- projectionMatrix : matrix4x4
- projectionType : enumeration
- right : float
- top : float
- upVector : vector3d
- viewCenter : vector3d
Detailed Description
Property Documentation
matrix : matrix4x4 |
position : vector3d |
read-onlyprojectionMatrix : matrix4x4 |
Holds the type of the camera projection (orthogonal or perspective).
Constant | Description |
---|---|
CameraLens.OrthogonalProjection | Orthogonal projection |
CameraLens.PerspectiveProjection | Perspective projection |
upVector : vector3d |
viewCenter : vector3d |