Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qssgrhiquadrenderer.cpp File Reference

(53cb6fe94fbc1211331220dcae990c29690a9c78)

#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.