En esta página

QSSGCameraHelpers Class

Clase que contiene funciones de ayuda para obtener los datos de la cámara utilizados para el renderizado. Más...

Header: #include <QSSGCameraHelpers>
Since: Qt 6.7

Miembros públicos estáticos

QMatrix4x4 getViewProjectionMatrix(const QSSGCameraId cameraId, const QMatrix4x4 *globalTransform = nullptr)

Descripción detallada

Documentación de las funciones de los miembros

[static] QMatrix4x4 QSSGCameraHelpers::getViewProjectionMatrix(const QSSGCameraId cameraId, const QMatrix4x4 *globalTransform = nullptr)

Obtiene la matriz de proyección de cameraId. Se puede dar un argumento de transformación opcional para que se utilice en lugar de la transformación global de las cámaras al calcular la matriz de proyección.

Devuelve la matriz de proyección de cameraId

globalTransform

Véase también QSSGRenderHelpers::createRenderables().

© 2026 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.