#include <qssgmesh_p.h>
|
static MultiMeshInfo | readFileHeader (QIODevice *device) |
static void | writeFileHeader (QIODevice *device, const MultiMeshInfo &meshFileInfo) |
static quint64 | readMeshData (QIODevice *device, quint64 offset, Mesh *mesh, MeshDataHeader *header) |
static void | writeMeshHeader (QIODevice *device, const MeshDataHeader &header) |
static quint64 | writeMeshData (QIODevice *device, const Mesh &mesh) |
static quint32 | byteSizeForComponentType (Mesh::ComponentType componentType) |
static const char * | getPositionAttrName () |
static const char * | getNormalAttrName () |
static const char * | getUV0AttrName () |
static const char * | getUV1AttrName () |
static const char * | getLightmapUVAttrName () |
static const char * | getTexTanAttrName () |
static const char * | getTexBinormalAttrName () |
static const char * | getColorAttrName () |
static const char * | getJointAttrName () |
static const char * | getWeightAttrName () |
static QSSGBounds3 | calculateSubsetBounds (const Mesh::VertexBufferEntry &entry, const QByteArray &vertexBufferData, quint32 vertexBufferStride, const QByteArray &indexBufferData, Mesh::ComponentType indexComponentType, quint32 subsetCount, quint32 subsetOffset) |
Definition at line 279 of file qssgmesh_p.h.
◆ byteSizeForComponentType()
◆ calculateSubsetBounds()
◆ getColorAttrName()
const char * QSSGMesh::MeshInternal::getColorAttrName |
( |
| ) |
|
|
inlinestatic |
◆ getJointAttrName()
const char * QSSGMesh::MeshInternal::getJointAttrName |
( |
| ) |
|
|
inlinestatic |
◆ getLightmapUVAttrName()
const char * QSSGMesh::MeshInternal::getLightmapUVAttrName |
( |
| ) |
|
|
inlinestatic |
◆ getNormalAttrName()
const char * QSSGMesh::MeshInternal::getNormalAttrName |
( |
| ) |
|
|
inlinestatic |
◆ getPositionAttrName()
const char * QSSGMesh::MeshInternal::getPositionAttrName |
( |
| ) |
|
|
inlinestatic |
◆ getTexBinormalAttrName()
const char * QSSGMesh::MeshInternal::getTexBinormalAttrName |
( |
| ) |
|
|
inlinestatic |
◆ getTexTanAttrName()
const char * QSSGMesh::MeshInternal::getTexTanAttrName |
( |
| ) |
|
|
inlinestatic |
◆ getUV0AttrName()
const char * QSSGMesh::MeshInternal::getUV0AttrName |
( |
| ) |
|
|
inlinestatic |
◆ getUV1AttrName()
const char * QSSGMesh::MeshInternal::getUV1AttrName |
( |
| ) |
|
|
inlinestatic |
◆ getWeightAttrName()
const char * QSSGMesh::MeshInternal::getWeightAttrName |
( |
| ) |
|
|
inlinestatic |
◆ readFileHeader()
◆ readMeshData()
◆ writeFileHeader()
◆ writeMeshData()
◆ writeMeshHeader()
The documentation for this struct was generated from the following files: