CameraLens QML Type
Provides the projection matrix that is used to define a Camera for 3D scene. 更多...
Import Statement: | import Qt3D.Render 2.0 |
开始支持版本: | Qt 5.5 |
Instantiates: | QCameraLens |
基类: |
属性
- aspectRatio : real
- bottom : real
- farPlane : real
- fieldOfView : real
- left : real
- nearPlane : real
- projectionMatrix : matrix4x4
- projectionType : enumeration
- right : real
- top : real
详细描述
属性
[read-only] projectionMatrix : matrix4x4 |
Holds the current projection matrix of the camera lens.
Holds the type of the camera projection.
- CameraLens.OrthographicProjection
- CameraLens.PerspectiveProjection
- CameraLens.FrustumProjection
- CameraLens.CustomProjection