CameraLens QML Type
Provides the projection matrix that is used to define a Camera for 3D scene. More...
Import Statement: | import Qt3D.Core 2.0 |
Since: | Qt 5.5 |
Instantiates: | QCameraLens |
Inherits: |
Properties
- aspectRatio : float
- bottom : float
- farPlane : float
- fieldOfView : float
- left : float
- nearPlane : float
- projectionMatrix : matrix4x4
- projectionType : enumeration
- right : float
- top : float
Detailed Description
Property Documentation
Holds the type of the camera projection (orthogonal or perspective).
Constant | Description |
---|---|
CameraLens.OrthographicProjection | Orthogonal projection |
CameraLens.PerspectiveProjection | Perspective projection |