Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qssgrhiquadrenderer.cpp File Reference
#include <QtQuick3DRuntimeRender/private/qssgrhiquadrenderer_p.h>
+ Include dependency graph for qssgrhiquadrenderer.cpp:

Go to the source code of this file.

Variables

static QT_BEGIN_NAMESPACE const QVector3D g_fullScreenRectFaces []
 
static const QVector2D g_fullScreenRectUVs []
 
static const quint16 g_rectIndex []
 

Variable Documentation

◆ g_fullScreenRectFaces

QT_BEGIN_NAMESPACE const QVector3D g_fullScreenRectFaces[]
static
Initial value:
= {
QVector3D(-1, -1, 0),
QVector3D(-1, 1, 0),
QVector3D(1, 1, 0),
QVector3D(1, -1, 0),
QVector3D(-1, -1, 1),
QVector3D(-1, 1, 1),
QVector3D(1, 1, 1),
QVector3D(1, -1, 1),
QVector3D(-1, -1, -1),
QVector3D(-1, 1, -1),
QVector3D(1, 1, -1),
QVector3D(1, -1, -1),
}
The QVector3D class represents a vector or vertex in 3D space.
Definition qvectornd.h:171

Definition at line 9 of file qssgrhiquadrenderer.cpp.

◆ g_fullScreenRectUVs

const QVector2D g_fullScreenRectUVs[]
static
Initial value:
= {
QVector2D(0, 0),
QVector2D(0, 1),
QVector2D(1, 1),
QVector2D(1, 0)
}
The QVector2D class represents a vector or vertex in 2D space.
Definition qvectornd.h:31

Definition at line 26 of file qssgrhiquadrenderer.cpp.

◆ g_rectIndex

const quint16 g_rectIndex[]
static
Initial value:
= {
0, 1, 2, 0, 2, 3,
0, 4, 5, 0, 5, 1,
1, 5, 6, 1, 6, 2,
3, 2, 6, 3, 6, 7,
0, 3, 7, 0, 7, 4,
7, 6, 5, 7, 5, 4
}

Definition at line 33 of file qssgrhiquadrenderer.cpp.