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 の射影行列を取得します.射影行列を計算するときに,カメラのグローバル変換の代わりに使用する transform 引数をオプションで与えることができます.
の射影行列を返します.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.