![]() |
Qt 6.x
The Qt SDK
|
#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>
Go to the source code of this file.
Namespaces | |
namespace | QT_BEGIN_NAMESPACE |
Combined button and popup list for selecting options. | |
Functions | |
QVector< VertexAttributeDataExt > | QT_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) |