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

(c6611028c56601bfd13bcacae90feb9c44d3eb9c)

#include "assimputils.h"
#include <assimp/Importer.hpp>
#include <assimp/scene.h>
#include <assimp/Logger.hpp>
#include <assimp/DefaultLogger.hpp>
#include <assimp/postprocess.h>
#include <assimp/importerdesc.h>
#include <QtQuick3DUtils/private/qssgutils_p.h>
#include <QtCore/qstring.h>
#include <QtCore/QHash>
#include <QtCore/QSet>
+ Include dependency graph for assimputils.cpp:

Go to the source code of this file.

Classes

struct  QT_BEGIN_NAMESPACE::SubsetEntryData
 
struct  QT_BEGIN_NAMESPACE::IntVector4D
 
struct  QT_BEGIN_NAMESPACE::VertexAttributeData
 
struct  QT_BEGIN_NAMESPACE::VertexAttributeDataExt
 
struct  QT_BEGIN_NAMESPACE::VertexDataRequirments
 
struct  QT_BEGIN_NAMESPACE::VertexBufferData
 
struct  QT_BEGIN_NAMESPACE::VertexBufferDataExt
 

Namespaces

namespace  QT_BEGIN_NAMESPACE
 Combined button and popup list for selecting options.
 

Functions

QVector< VertexAttributeDataExtQT_BEGIN_NAMESPACE::getVertexAttributeData (const aiMesh *mesh, const VertexDataRequirments &requirments)
 
QVector< QPair< float, QVector< quint32 > > > QT_BEGIN_NAMESPACE::generateMeshLevelsOfDetail (QVector< VertexAttributeDataExt > &vertexAttributes, QVector< quint32 > &indexes, float normalMergeAngle=60.0f, float normalSplitAngle=25.0f)