Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qssgrhiquadrenderer.cpp File Reference

(deec2346dc56e5246d34119053a41b70e8f3cec9)

#include <QtQuick3DRuntimeRender/private/qssgrhiquadrenderer_p.h>
#include <QtQuick3DUtils/private/qquick3dprofiler_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 10 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 27 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 34 of file qssgrhiquadrenderer.cpp.