QGIS API Documentation
3.99.0-Master (a8f284845db)
Loading...
Searching...
No Matches
src
3d
framegraph
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
23
namespace
Qt3DRender
24
{
25
class
QParameter;
26
class
QTexture2D;
27
}
//namespace Qt3DRender
28
29
38
class
QgsAmbientOcclusionBlurEntity
:
public
QgsRenderPassQuad
39
{
40
Q_OBJECT
41
public
:
43
QgsAmbientOcclusionBlurEntity
( Qt3DRender::QTexture2D *texture, Qt3DRender::QLayer *layer, QNode *parent =
nullptr
);
44
45
private
:
46
Qt3DRender::QParameter *mAmbientOcclusionFactorTextureParameter =
nullptr
;
47
};
48
49
#endif
// QGSAMBIENTOCCLUSIONBLURENTITY_H
QgsAmbientOcclusionBlurEntity::QgsAmbientOcclusionBlurEntity
QgsAmbientOcclusionBlurEntity(Qt3DRender::QTexture2D *texture, Qt3DRender::QLayer *layer, QNode *parent=nullptr)
Constructor.
Definition
qgsambientocclusionblurentity.cpp:28
QgsRenderPassQuad::QgsRenderPassQuad
QgsRenderPassQuad(Qt3DRender::QLayer *layer, QNode *parent=nullptr)
Constructor.
Definition
qgsrenderpassquad.cpp:33
Qt3DRender
Definition
qgs3daxis.h:43
qgsrenderpassquad.h
Generated on
for QGIS API Documentation by
1.15.0