|
QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
|
3 More...
#include <qgsambientocclusionblurentity.h>

Public Member Functions | |
| QgsAmbientOcclusionBlurEntity (Qt3DRender::QTexture2D *texture, QNode *parent=nullptr) | |
| Constructor. More... | |
Public Member Functions inherited from QgsRenderPassQuad | |
| QgsRenderPassQuad (QNode *parent=nullptr) | |
| Constructor. More... | |
| Qt3DRender::QLayer * | layer () |
| Returns the layer object used to select this entity for rendering in a specific rendering pass. More... | |
Additional Inherited Members | |
Protected Attributes inherited from QgsRenderPassQuad | |
| Qt3DRender::QLayer * | mLayer = nullptr |
| Qt3DRender::QMaterial * | mMaterial = nullptr |
| Qt3DRender::QShaderProgram * | mShader = nullptr |
3
An entity that is responsible for blurring the ambient occlusion factor texture.
Definition at line 31 of file qgsambientocclusionblurentity.h.
| QgsAmbientOcclusionBlurEntity::QgsAmbientOcclusionBlurEntity | ( | Qt3DRender::QTexture2D * | texture, |
| QNode * | parent = nullptr |
||
| ) |
Constructor.
Definition at line 20 of file qgsambientocclusionblurentity.cpp.