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.h File Reference

(7032bc8d48809797dd943c7702d7ae8526f59dfa)

#include <QtCore/qglobal.h>
#include <QtQuick3DUtils/private/qssgmesh_p.h>
#include <QtGui/qvectornd.h>
#include <QtCore/qcontainerfwd.h>
#include <QtCore/qhashfunctions.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 (QVector3D vector, size_t seed=0) noexcept

Function Documentation

◆ qHash()

size_t qHash ( QVector3D vector,
size_t seed = 0 )
inlinenoexcept

Definition at line 37 of file assimputils.h.