![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssggltfdocument_p.h>
Public Attributes | |
| QList< int > | children |
| int | mesh = -1 |
| int | skin = -1 |
| int | camera = -1 |
| int | light = -1 |
| bool | hasMatrix = false |
| QMatrix4x4 | matrix |
| QVector3D | translation { 0.0f, 0.0f, 0.0f } |
| QQuaternion | rotation |
| QVector3D | scale { 1.0f, 1.0f, 1.0f } |
| QList< float > | weights |
| QString | name |
| QJsonObject | extensions |
Definition at line 314 of file qssggltfdocument_p.h.
| int QSSGGltf::Node::camera = -1 |
Definition at line 319 of file qssggltfdocument_p.h.
| QList<int> QSSGGltf::Node::children |
Definition at line 316 of file qssggltfdocument_p.h.
| QJsonObject QSSGGltf::Node::extensions |
Definition at line 328 of file qssggltfdocument_p.h.
| bool QSSGGltf::Node::hasMatrix = false |
Definition at line 321 of file qssggltfdocument_p.h.
| int QSSGGltf::Node::light = -1 |
Definition at line 320 of file qssggltfdocument_p.h.
| QMatrix4x4 QSSGGltf::Node::matrix |
Definition at line 322 of file qssggltfdocument_p.h.
| int QSSGGltf::Node::mesh = -1 |
Definition at line 317 of file qssggltfdocument_p.h.
| QString QSSGGltf::Node::name |
Definition at line 327 of file qssggltfdocument_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
| QQuaternion QSSGGltf::Node::rotation |
Definition at line 324 of file qssggltfdocument_p.h.
| QVector3D QSSGGltf::Node::scale { 1.0f, 1.0f, 1.0f } |
Definition at line 325 of file qssggltfdocument_p.h.
| int QSSGGltf::Node::skin = -1 |
Definition at line 318 of file qssggltfdocument_p.h.
| QVector3D QSSGGltf::Node::translation { 0.0f, 0.0f, 0.0f } |
Definition at line 323 of file qssggltfdocument_p.h.
| QList<float> QSSGGltf::Node::weights |
Definition at line 326 of file qssggltfdocument_p.h.