Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
assimputils.h File Reference

(f1e62f4469e563a0d07f479e2245a784e04b11d0)

#include <QtCore/qglobal.h>
#include <QtQuick3DUtils/private/qssgmesh_p.h>
+ Include dependency graph for assimputils.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  AssimpUtils
 

Typedefs

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

Functions

QSSGMesh::Mesh AssimpUtils::generateMeshData (const aiScene &scene, const MeshList &meshes, bool useFloatJointIndices, bool generateLevelsOfDetail, float normalMergeAngle, float normalSplitAngle, QString &errorString)
 
size_t qHash (const QVector3D &vector, size_t seed=0)
 

Function Documentation

◆ qHash()

size_t qHash ( const QVector3D & vector,
size_t seed = 0 )
inline

Definition at line 33 of file assimputils.h.

References qHashBits(), seed, and vector.

+ Here is the call graph for this function: