QSSGCameraHelpers Class
렌더링에 사용되는 카메라 데이터를 가져오는 헬퍼 함수를 포함하는 클래스입니다. 더 보기...
Header: | #include <QSSGCameraHelpers> |
Since: | Qt 6.7 |
정적 공용 멤버
QMatrix4x4 | getViewProjectionMatrix(const QSSGCameraId cameraId, const QMatrix4x4 *globalTransform = nullptr) |
멤버 함수 문서
[static]
QMatrix4x4 QSSGCameraHelpers::getViewProjectionMatrix(const QSSGCameraId cameraId, const QMatrix4x4 *globalTransform = nullptr)
cameraId 에 대한 투영 행렬을 가져옵니다. 투영 행렬을 계산할 때 카메라 전역 변환 대신 사용할 선택적 변환 인수를 지정할 수 있습니다.
다음에 대한 투영 행렬을 반환합니다. cameraId
globalTransform
QSSGRenderHelpers::createRenderables()도 참조하세요 .
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.