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

(d45e71e9d59c4fe0b8557f90ef5045b815704e2a)

#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)