Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
AssimpUtils Namespace Reference

Typedefs

using BoneIndexMap = QHash<QString, qint32>
using MeshList = QVector<const aiMesh *>

Functions

QSSGMesh::Mesh generateMeshData (const aiScene &scene, const MeshList &meshes, bool useFloatJointIndices, bool generateLevelsOfDetail, float normalMergeAngle, float normalSplitAngle, QString &errorString)

Typedef Documentation

◆ BoneIndexMap

Definition at line 20 of file assimputils.h.

◆ MeshList

using AssimpUtils::MeshList = QVector<const aiMesh *>

Definition at line 21 of file assimputils.h.

Function Documentation

◆ generateMeshData()