| 1 | // Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB). |
| 2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only |
| 3 | |
| 4 | #ifndef QT3DEXTRAS_QNORMALDIFFUSEMAPALPHAMATERIAL_H |
| 5 | #define |
| 6 | |
| 7 | #include <Qt3DExtras/qt3dextras_global.h> |
| 8 | #include <Qt3DExtras/qnormaldiffusemapmaterial.h> |
| 9 | |
| 10 | QT_BEGIN_NAMESPACE |
| 11 | |
| 12 | namespace Qt3DExtras { |
| 13 | |
| 14 | class ; |
| 15 | |
| 16 | class Q_3DEXTRASSHARED_EXPORT : public QNormalDiffuseMapMaterial |
| 17 | { |
| 18 | Q_OBJECT |
| 19 | public: |
| 20 | explicit (Qt3DCore::QNode *parent = nullptr); |
| 21 | (); |
| 22 | |
| 23 | private: |
| 24 | Q_DECLARE_PRIVATE(QNormalDiffuseMapAlphaMaterial) |
| 25 | }; |
| 26 | |
| 27 | } // namespace Qt3DExtras |
| 28 | |
| 29 | QT_END_NAMESPACE |
| 30 | |
| 31 | #endif // QT3DEXTRAS_QNORMALDIFFUSEMAPALPHAMATERIAL_H |
| 32 | |