![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssgmesh_p.h>
Classes | |
| struct | VertexBufferEntry |
| struct | VertexBuffer |
| struct | IndexBuffer |
| struct | TargetBuffer |
| struct | SubsetBounds |
| struct | Lod |
| struct | Subset |
Public Types | |
| using | DrawMode = QSSGRenderDrawMode |
| using | Winding = QSSGRenderWinding |
| using | ComponentType = QSSGRenderComponentType |
Public Member Functions | |
| VertexBuffer | vertexBuffer () const |
| IndexBuffer | indexBuffer () const |
| TargetBuffer | targetBuffer () const |
| QVector< Subset > | subsets () const |
| bool | isValid () const |
| DrawMode | drawMode () const |
| Winding | winding () const |
| quint32 | save (QIODevice *device, quint32 id=0) const |
| bool | hasLightmapUVChannel () const |
| bool | createLightmapUVChannel (float texelsPerUnit, const QMatrix4x4 &scale) |
Static Public Member Functions | |
| static Mesh | loadMesh (QIODevice *device, quint32 id=0) |
| static QMap< quint32, Mesh > | loadAll (QIODevice *device) |
| static Mesh | fromAssetData (const QVector< AssetVertexEntry > &vbufEntries, const QByteArray &indexBufferData, ComponentType indexComponentType, const QVector< AssetMeshSubset > &subsets, quint32 numTargets=0, quint32 numTargetComps=0) |
| static Mesh | fromRuntimeData (const RuntimeMeshData &data, QString *error) |
Friends | |
| struct | MeshInternal |
Definition at line 86 of file qssgmesh_p.h.
Definition at line 91 of file qssgmesh_p.h.
Definition at line 89 of file qssgmesh_p.h.
Definition at line 90 of file qssgmesh_p.h.
| bool QSSGMesh::Mesh::createLightmapUVChannel | ( | float | texelsPerUnit, |
| const QMatrix4x4 & | scale ) |
Definition at line 1248 of file qssgmesh.cpp.
|
inline |
Definition at line 166 of file qssgmesh_p.h.
|
static |
Definition at line 849 of file qssgmesh.cpp.
|
static |
Definition at line 988 of file qssgmesh.cpp.
| bool QSSGMesh::Mesh::hasLightmapUVChannel | ( | ) | const |
Definition at line 1238 of file qssgmesh.cpp.
|
inline |
Definition at line 146 of file qssgmesh_p.h.
|
inline |
Definition at line 164 of file qssgmesh_p.h.
Definition at line 824 of file qssgmesh.cpp.
Definition at line 805 of file qssgmesh.cpp.
Definition at line 1137 of file qssgmesh.cpp.
Definition at line 148 of file qssgmesh_p.h.
|
inline |
Definition at line 147 of file qssgmesh_p.h.
|
inline |
Definition at line 145 of file qssgmesh_p.h.
|
inline |
Definition at line 167 of file qssgmesh_p.h.
|
friend |
Definition at line 182 of file qssgmesh_p.h.