![]() |
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 83 of file qssgmesh_p.h.
Definition at line 88 of file qssgmesh_p.h.
Definition at line 86 of file qssgmesh_p.h.
Definition at line 87 of file qssgmesh_p.h.
| bool QSSGMesh::Mesh::createLightmapUVChannel | ( | float | texelsPerUnit, |
| const QMatrix4x4 & | scale ) |
Definition at line 1024 of file qssgmesh.cpp.
|
inline |
Definition at line 163 of file qssgmesh_p.h.
|
static |
Definition at line 627 of file qssgmesh.cpp.
|
static |
Definition at line 766 of file qssgmesh.cpp.
| bool QSSGMesh::Mesh::hasLightmapUVChannel | ( | ) | const |
Definition at line 1014 of file qssgmesh.cpp.
|
inline |
Definition at line 143 of file qssgmesh_p.h.
|
inline |
Definition at line 161 of file qssgmesh_p.h.
Definition at line 602 of file qssgmesh.cpp.
Definition at line 583 of file qssgmesh.cpp.
Definition at line 915 of file qssgmesh.cpp.
Definition at line 145 of file qssgmesh_p.h.
|
inline |
Definition at line 144 of file qssgmesh_p.h.
|
inline |
Definition at line 142 of file qssgmesh_p.h.
|
inline |
Definition at line 164 of file qssgmesh_p.h.
|
friend |
Definition at line 179 of file qssgmesh_p.h.