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