Тип QML камеры
| Заявление об импорте: | import Qt3D.Core 2.0 |
| С тех пор: | Qt 5.5 |
| Создаёт экземпляр: | QCamera |
| Наследует: |
Свойства
- aspectRatio : float
- bottom : float
- farPlane : float
- fieldOfView : float
- left : float
- nearPlane : float
- position : vector3d
- projectionMatrix : matrix4x4
- projectionType : перечисление
- right : float
- top : float
- upVector : vector3d
- viewCenter : vector3d
- viewMatrix : matrix4x4
- viewVector : vector3d
Подробное описание
Документация по свойствам
aspectRatio : float
bottom : float
farPlane : float
fieldOfView : float
left : float
nearPlane : float
position : vector3d
[только для чтения] projectionMatrix : matrix4x4
projectionType : перечисление
Содержит тип проекции камеры (ортогональная или перспективная).
| Константа | Описание |
|---|---|
CameraLens.OrthographicProjection |
Ортогональная проекция |
CameraLens.PerspectiveProjection |
Перспективная проекция |
right : float
top : float
upVector : vector3d
viewCenter : vector3d
viewMatrix : matrix4x4
viewVector : vector3d
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/archives/qt-5.6/qml-qt3d-core-camera.html