QTexture3D Class

(Qt3DRender::QTexture3D)

A QAbstractTexture with a Target3D target format. More...

Header: #include <QTexture3D>
qmake: QT += 3drender
Since: Qt 5.5
Inherits: Qt3DRender::QAbstractTexture

This class was introduced in Qt 5.5.

Public Functions

QTexture3D(Qt3DCore::QNode *parent = nullptr)
typedef QNodePtr
typedef QNodeVector
typedef QObjectList
QList<T> qFindChildren(const QObject *obj, const QRegExp &regExp)
Qt3DCore::QNodeId qIdForNode(Qt3DCore::QNode *node)
Qt3DCore::QNodeIdVector qIdsForNodes(const T &nodes)
T qobject_cast(QObject *object)
T qobject_cast(const QObject *object)

Macros

Additional Inherited Members

Detailed Description

Member Function Documentation

QTexture3D::QTexture3D(Qt3DCore::QNode *parent = nullptr)

Constructs a new Qt3DRender::QTexture3D instance with parent as parent.