Provides the projection matrix that is used to define a Camera for 3D scene. 更多...
import 语句: | import Qt3D.Render 2.0 |
Since: | Qt 5.5 |
实例化: | QCameraLens |
继承: | Component3D |
Holds the current aspect ratio of the camera lens.
Holds the current bottom plane of the camera lens.
Holds the current near plane of the camera lens.
Holds the current field of view of the camera lens in degrees.
Holds the current left plane of the camera lens.
Holds the current near plane of the camera lens.
[read-only] projectionMatrix : matrix4x4 |
Holds the current projection matrix of the camera lens.
注意: This will set the projection type to Qt3DRender::QCameraLens::CustomProjection and thus ignore all other camera parameters that might have been specified.
Holds the type of the camera projection.
另请参阅 Qt3DRender::QCameraLens::ProjectionType .
Holds the current right plane of the camera lens.
Holds the current top plane of the camera lens.