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
assimpimporterplugin.h
Go to the documentation of this file.
1// Copyright (C) 2019 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3// Qt-Security score:significant reason:default
4
5
6#ifndef ASSIMPIMPORTERPLUGIN_H
7#define ASSIMPIMPORTERPLUGIN_H
8
9#include <QtQuick3DAssetImport/private/qssgassetimporterplugin_p.h>
10
11QT_BEGIN_NAMESPACE
12
13class AssimpImporterPlugin : public QSSGAssetImporterPlugin
14{
15 Q_OBJECT
16 Q_PLUGIN_METADATA(IID QSSGAssetImporterFactoryInterface_iid FILE "assimp.json")
17
18public:
19 QSSGAssetImporter *create(const QString &key, const QStringList &paramList) override;
20};
21
22QT_END_NAMESPACE
23
24
25#endif // ASSIMPIMPORTERPLUGIN_H
Combined button and popup list for selecting options.