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
QSSGSceneDesc::Mesh Struct Reference

#include <qssgscenedesc_p.h>

+ Inheritance diagram for QSSGSceneDesc::Mesh:
+ Collaboration diagram for QSSGSceneDesc::Mesh:

Public Member Functions

 Mesh (QByteArray name, qsizetype index)
 
- Public Member Functions inherited from QSSGSceneDesc::Node
 Node (QByteArray name, Node::Type type, Node::RuntimeType rt)
 
 Node (Node::Type type, Node::RuntimeType rt)
 
virtual ~Node ()
 
void cleanupChildren ()
 

Public Attributes

qsizetype idx
 
- Public Attributes inherited from QSSGSceneDesc::Node
QByteArray name
 
Scenescene = nullptr
 
QObjectobj = nullptr
 
ChildList children
 
PropertyList properties
 
quint16 id = 0
 
RuntimeType runtimeType
 
Type nodeType
 

Additional Inherited Members

- Public Types inherited from QSSGSceneDesc::Node
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 *>
 

Detailed Description

Definition at line 227 of file qssgscenedesc_p.h.

Constructor & Destructor Documentation

◆ Mesh()

QSSGSceneDesc::Mesh::Mesh ( QByteArray name,
qsizetype index )
explicit

Definition at line 157 of file qssgscenedesc.cpp.

Member Data Documentation

◆ idx

qsizetype QSSGSceneDesc::Mesh::idx

Definition at line 230 of file qssgscenedesc_p.h.


The documentation for this struct was generated from the following files: