![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssglightmapuvgenerator_p.h>
Public Member Functions | |
QSSGLightmapUVGeneratorResult | run (const QByteArray &positions, const QByteArray &normals, const QByteArray &uv0, const QByteArray &index, QSSGMesh::Mesh::ComponentType indexComponentType, float texelsPerUnit) |
Static Public Member Functions | |
template<typename T> | |
static QByteArray | remap (const QByteArray &source, const QVector< quint32 > &vertexMap, int componentCount) |
Definition at line 35 of file qssglightmapuvgenerator_p.h.
|
inlinestatic |
Definition at line 76 of file qssglightmapuvgenerator_p.h.
QT_BEGIN_NAMESPACE QSSGLightmapUVGeneratorResult QSSGLightmapUVGenerator::run | ( | const QByteArray & | positions, |
const QByteArray & | normals, | ||
const QByteArray & | uv0, | ||
const QByteArray & | index, | ||
QSSGMesh::Mesh::ComponentType | indexComponentType, | ||
float | texelsPerUnit ) |
Definition at line 9 of file qssglightmapuvgenerator.cpp.