QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
qgsambientocclusionblurentity.h
Go to the documentation of this file.
1/***************************************************************************
2 qgsambientocclusionblurentity.h
3 --------------------------------------
4 Date : June 2022
5 Copyright : (C) 2022 by Belgacem Nedjima
6 Email : belgacem dot nedjima at gmail dot com
7 ***************************************************************************
8 * *
9 * This program is free software; you can redistribute it and/or modify *
10 * it under the terms of the GNU General Public License as published by *
11 * the Free Software Foundation; either version 2 of the License, or *
12 * (at your option) any later version. *
13 * *
14 ***************************************************************************/
15
16#ifndef QGSAMBIENTOCCLUSIONBLURENTITY_H
17#define QGSAMBIENTOCCLUSIONBLURENTITY_H
18
19#include "qgsrenderpassquad.h"
20
21#define SIP_NO_FILE
22
32{
33 Q_OBJECT
34 public:
36 QgsAmbientOcclusionBlurEntity( Qt3DRender::QTexture2D *texture, QNode *parent = nullptr );
37 private:
38 Qt3DRender::QParameter *mAmbientOcclusionFactorTextureParameter = nullptr;
39};
40
41#endif // QGSAMBIENTOCCLUSIONBLURENTITY_H
QgsAmbientOcclusionBlurEntity(Qt3DRender::QTexture2D *texture, QNode *parent=nullptr)
Constructor.