| 1 | // Copyright (C) 2015 Lorenz Esch (TU Ilmenau). |
| 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_QPERVERTEXCOLORMATERIAL_H |
| 5 | #define |
| 6 | |
| 7 | #include <Qt3DExtras/qt3dextras_global.h> |
| 8 | #include <Qt3DRender/qmaterial.h> |
| 9 | #include <QtGui/QColor> |
| 10 | |
| 11 | QT_BEGIN_NAMESPACE |
| 12 | |
| 13 | namespace Qt3DExtras { |
| 14 | |
| 15 | class ; |
| 16 | |
| 17 | class Q_3DEXTRASSHARED_EXPORT : public Qt3DRender::QMaterial |
| 18 | { |
| 19 | Q_OBJECT |
| 20 | |
| 21 | public: |
| 22 | explicit (Qt3DCore::QNode *parent = nullptr); |
| 23 | (); |
| 24 | |
| 25 | private: |
| 26 | Q_DECLARE_PRIVATE(QPerVertexColorMaterial) |
| 27 | }; |
| 28 | |
| 29 | } // namespace Qt3DExtras |
| 30 | |
| 31 | QT_END_NAMESPACE |
| 32 | |
| 33 | #endif // QT3DEXTRAS_QPERVERTEXCOLORMATERIAL_H |
| 34 | |