QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
3 More...
#include <qgsshadowrenderingframegraph.h>
Public Member Functions | |
QgsShadowRenderingFrameGraph (QSurface *surface, QSize s, Qt3DRender::QCamera *mainCamera, Qt3DCore::QEntity *root) | |
Constructor. More... | |
QgsPreviewQuad * | addTexturePreviewOverlay (Qt3DRender::QTexture2D *texture, const QPointF ¢erNDC, const QSizeF &size, QVector< Qt3DRender::QParameter * > additionalShaderParameters=QVector< Qt3DRender::QParameter * >()) |
Adds an preview entity that shows a texture in real time for debugging purposes. More... | |
Qt3DRender::QLayer * | castShadowsLayer () |
Returns a layer object used to indicate that an entity will cast shadows. More... | |
Qt3DRender::QTexture2D * | forwardRenderColorTexture () |
Returns the color texture of the forward rendering pass. More... | |
Qt3DRender::QTexture2D * | forwardRenderDepthTexture () |
Returns the depth texture of the forward rendering pass. More... | |
Qt3DRender::QLayer * | forwardRenderLayer () |
Returns a layer object used to indicate that an entity will be rendered during the forward rendering pass. More... | |
Qt3DRender::QFrameGraphNode * | frameGraphRoot () |
Returns the root of the frame graph object. More... | |
bool | frustumCullingEnabled () const |
Returns whether frustum culling is enabled. More... | |
Qt3DRender::QCamera * | lightCamera () |
Returns the light camera. More... | |
Qt3DRender::QCamera * | mainCamera () |
Returns the main camera. More... | |
QgsPostprocessingEntity * | postprocessingEntity () |
Returns the postprocessing entity. More... | |
Qt3DRender::QLayer * | postprocessingPassLayer () |
Returns a layer object used to indicate that an entity is to be rendered during the post processing rendering pass. More... | |
Qt3DRender::QLayer * | previewLayer () |
Returns a layer object used to indicate that an entity is to be rendered during the preview textures rendering pass. More... | |
Qt3DRender::QRenderCapture * | renderCapture () |
Returns the render capture object used to take an image of the scene. More... | |
bool | renderCaptureEnabled () const |
Returns whether it will be possible to render to an image. More... | |
Qt3DCore::QEntity * | rootEntity () |
Returns the root entity of the entities related to the frame graph (like the post processing entity and preview entity) More... | |
void | setClearColor (const QColor &clearColor) |
Sets the clear color of the scene (background color) More... | |
void | setFrustumCullingEnabled (bool enabled) |
Sets whether frustum culling is enabled. More... | |
void | setRenderCaptureEnabled (bool enabled) |
Sets whether it will be possible to render to an image. More... | |
void | setShadowBias (float shadowBias) |
Sets the shadow bias value. More... | |
void | setShadowMapResolution (int resolution) |
Sets the resolution of the shadow map. More... | |
void | setShadowRenderingEnabled (bool enabled) |
Sets whether the shadow rendering is enabled. More... | |
void | setSize (QSize s) |
Sets the size of the buffers used for rendering. More... | |
void | setupDepthMapDebugging (bool enabled, Qt::Corner corner, double size) |
Sets the depth map debugging view port. More... | |
void | setupDirectionalLight (const QgsDirectionalLightSettings &light, float maximumShadowRenderingDistance) |
Sets shadow rendering to use a directional light. More... | |
void | setupEyeDomeLighting (bool enabled, double strength, int distance) |
Sets eye dome lighting shading related settings. More... | |
void | setupShadowMapDebugging (bool enabled, Qt::Corner corner, double size) |
Sets the shadow map debugging view port. More... | |
float | shadowBias () const |
Returns the shadow bias value. More... | |
int | shadowMapResolution () const |
Returns the shadow map resolution. More... | |
Qt3DRender::QTexture2D * | shadowMapTexture () |
Returns the shadow map (a depth texture for the shadow rendering pass) More... | |
bool | shadowRenderingEnabled () const |
Returns whether shadow rendering is enabled. More... | |
3
Container class that holds different objects related to shadow rendering
Definition at line 56 of file qgsshadowrenderingframegraph.h.
QgsShadowRenderingFrameGraph::QgsShadowRenderingFrameGraph | ( | QSurface * | surface, |
QSize | s, | ||
Qt3DRender::QCamera * | mainCamera, | ||
Qt3DCore::QEntity * | root | ||
) |
Constructor.
Definition at line 176 of file qgsshadowrenderingframegraph.cpp.
QgsPreviewQuad * QgsShadowRenderingFrameGraph::addTexturePreviewOverlay | ( | Qt3DRender::QTexture2D * | texture, |
const QPointF & | centerNDC, | ||
const QSizeF & | size, | ||
QVector< Qt3DRender::QParameter * > | additionalShaderParameters = QVector<Qt3DRender::QParameter *>() |
||
) |
Adds an preview entity that shows a texture in real time for debugging purposes.
Definition at line 237 of file qgsshadowrenderingframegraph.cpp.
|
inline |
Returns a layer object used to indicate that an entity will cast shadows.
Definition at line 77 of file qgsshadowrenderingframegraph.h.
|
inline |
Returns the color texture of the forward rendering pass.
Definition at line 66 of file qgsshadowrenderingframegraph.h.
|
inline |
Returns the depth texture of the forward rendering pass.
Definition at line 68 of file qgsshadowrenderingframegraph.h.
|
inline |
Returns a layer object used to indicate that an entity will be rendered during the forward rendering pass.
Definition at line 79 of file qgsshadowrenderingframegraph.h.
|
inline |
Returns the root of the frame graph object.
Definition at line 63 of file qgsshadowrenderingframegraph.h.
|
inline |
Returns whether frustum culling is enabled.
Definition at line 94 of file qgsshadowrenderingframegraph.h.
|
inline |
Returns the light camera.
Definition at line 84 of file qgsshadowrenderingframegraph.h.
|
inline |
Returns the main camera.
Definition at line 82 of file qgsshadowrenderingframegraph.h.
|
inline |
Returns the postprocessing entity.
Definition at line 86 of file qgsshadowrenderingframegraph.h.
|
inline |
Returns a layer object used to indicate that an entity is to be rendered during the post processing rendering pass.
Definition at line 73 of file qgsshadowrenderingframegraph.h.
|
inline |
Returns a layer object used to indicate that an entity is to be rendered during the preview textures rendering pass.
Definition at line 75 of file qgsshadowrenderingframegraph.h.
|
inline |
Returns the render capture object used to take an image of the scene.
Definition at line 91 of file qgsshadowrenderingframegraph.h.
|
inline |
Returns whether it will be possible to render to an image.
Definition at line 138 of file qgsshadowrenderingframegraph.h.
|
inline |
Returns the root entity of the entities related to the frame graph (like the post processing entity and preview entity)
Definition at line 88 of file qgsshadowrenderingframegraph.h.
void QgsShadowRenderingFrameGraph::setClearColor | ( | const QColor & | clearColor | ) |
Sets the clear color of the scene (background color)
Definition at line 348 of file qgsshadowrenderingframegraph.cpp.
void QgsShadowRenderingFrameGraph::setFrustumCullingEnabled | ( | bool | enabled | ) |
Sets whether frustum culling is enabled.
Definition at line 376 of file qgsshadowrenderingframegraph.cpp.
void QgsShadowRenderingFrameGraph::setRenderCaptureEnabled | ( | bool | enabled | ) |
Sets whether it will be possible to render to an image.
Definition at line 454 of file qgsshadowrenderingframegraph.cpp.
void QgsShadowRenderingFrameGraph::setShadowBias | ( | float | shadowBias | ) |
Sets the shadow bias value.
Definition at line 363 of file qgsshadowrenderingframegraph.cpp.
void QgsShadowRenderingFrameGraph::setShadowMapResolution | ( | int | resolution | ) |
Sets the resolution of the shadow map.
Definition at line 369 of file qgsshadowrenderingframegraph.cpp.
void QgsShadowRenderingFrameGraph::setShadowRenderingEnabled | ( | bool | enabled | ) |
Sets whether the shadow rendering is enabled.
Definition at line 353 of file qgsshadowrenderingframegraph.cpp.
void QgsShadowRenderingFrameGraph::setSize | ( | QSize | s | ) |
Sets the size of the buffers used for rendering.
Definition at line 444 of file qgsshadowrenderingframegraph.cpp.
void QgsShadowRenderingFrameGraph::setupDepthMapDebugging | ( | bool | enabled, |
Qt::Corner | corner, | ||
double | size | ||
) |
Sets the depth map debugging view port.
Definition at line 420 of file qgsshadowrenderingframegraph.cpp.
void QgsShadowRenderingFrameGraph::setupDirectionalLight | ( | const QgsDirectionalLightSettings & | light, |
float | maximumShadowRenderingDistance | ||
) |
Sets shadow rendering to use a directional light.
Definition at line 321 of file qgsshadowrenderingframegraph.cpp.
void QgsShadowRenderingFrameGraph::setupEyeDomeLighting | ( | bool | enabled, |
double | strength, | ||
int | distance | ||
) |
Sets eye dome lighting shading related settings.
Definition at line 387 of file qgsshadowrenderingframegraph.cpp.
void QgsShadowRenderingFrameGraph::setupShadowMapDebugging | ( | bool | enabled, |
Qt::Corner | corner, | ||
double | size | ||
) |
Sets the shadow map debugging view port.
Definition at line 397 of file qgsshadowrenderingframegraph.cpp.
|
inline |
Returns the shadow bias value.
Definition at line 104 of file qgsshadowrenderingframegraph.h.
|
inline |
Returns the shadow map resolution.
Definition at line 109 of file qgsshadowrenderingframegraph.h.
|
inline |
Returns the shadow map (a depth texture for the shadow rendering pass)
Definition at line 70 of file qgsshadowrenderingframegraph.h.
|
inline |
Returns whether shadow rendering is enabled.
Definition at line 99 of file qgsshadowrenderingframegraph.h.