![]() |
Qt 6.x
The Qt SDK
|
#include <qssgscenedesc_p.h>
Public Types | |
enum class | Flags : quint8 { Compressed = 0x1 } |
using | type = QQuick3DTextureData |
![]() | |
enum class | Type : quint8 { Transform , Camera , Model , Texture , Material , Light , Mesh , Skin , Skeleton , Joint , MorphTarget } |
using | type = QQuick3DNode |
using | RuntimeType = QSSGRenderGraphObject::Type |
using | ChildList = QList< Node * > |
using | PropertyList = QList< Property * > |
Public Member Functions | |
TextureData (const QByteArray &textureData, QSize size, const QByteArray &format, quint8 flags=0, QByteArray name={}) | |
![]() | |
Node (QByteArray name, Node::Type type, Node::RuntimeType rt) | |
Node (Node::Type type, Node::RuntimeType rt) | |
virtual | ~Node () |
void | cleanupChildren () |
Public Attributes | |
QByteArray | data |
QSize | sz |
QByteArray | fmt |
quint8 | flgs |
![]() | |
QByteArray | name |
Scene * | scene = nullptr |
QObject * | obj = nullptr |
ChildList | children |
PropertyList | properties |
quint16 | id = 0 |
RuntimeType | runtimeType |
Type | nodeType |
Definition at line 202 of file qssgscenedesc_p.h.
Definition at line 204 of file qssgscenedesc_p.h.
|
strong |
Enumerator | |
---|---|
Compressed |
Definition at line 205 of file qssgscenedesc_p.h.
|
explicit |
Definition at line 149 of file qssgscenedesc.cpp.
QByteArray QSSGSceneDesc::TextureData::data |
Definition at line 211 of file qssgscenedesc_p.h.
Referenced by createRuntimeObject< QQuick3DTextureData >(), and QSSGQmlUtilities::outputTextureAsset().
quint8 QSSGSceneDesc::TextureData::flgs |
Definition at line 214 of file qssgscenedesc_p.h.
Referenced by createRuntimeObject< QQuick3DTextureData >(), and QSSGQmlUtilities::outputTextureAsset().
QByteArray QSSGSceneDesc::TextureData::fmt |
Definition at line 213 of file qssgscenedesc_p.h.
Referenced by createRuntimeObject< QQuick3DTextureData >(), and QSSGQmlUtilities::outputTextureAsset().
QSize QSSGSceneDesc::TextureData::sz |
Definition at line 212 of file qssgscenedesc_p.h.
Referenced by createRuntimeObject< QQuick3DTextureData >(), and QSSGQmlUtilities::outputTextureAsset().