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.cpp
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
4
#
include
"assimpimporterplugin.h"
5
#
include
"assimpimporter.h"
6
7
QT_BEGIN_NAMESPACE
8
9
QSSGAssetImporter *AssimpImporterPlugin::create(
const
QString &key,
const
QStringList ¶mList)
10
{
11
Q_UNUSED(key);
12
Q_UNUSED(paramList);
13
return
new
AssimpImporter();
14
}
15
16
QT_END_NAMESPACE
QPlatformGraphicsBufferHelper
\inmodule QtGui
qtquick3d
src
plugins
assetimporters
assimp
assimpimporterplugin.cpp
Generated on
for Qt by
1.14.0