Skip to content

Commit

Permalink
Fix sip bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 13, 2020
1 parent c88548d commit 4eeb1b6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/3d/qgspostprocessingentity.h
Expand Up @@ -24,10 +24,15 @@

class QgsShadowRenderingFrameGraph;

#define SIP_NO_FILE

/**
* \ingroup 3d
* An entity that is responsible for applying post processing effect
* Now it is used to make shadows
*
* \note Not available in Python bindings
*
* \since QGIS 3.16
*/
class QgsPostprocessingEntity : public Qt3DCore::QEntity
Expand Down
6 changes: 6 additions & 0 deletions src/3d/qgspreviewquad.h
Expand Up @@ -21,9 +21,13 @@
#include <Qt3DRender/QParameter>
#include <Qt3DRender/QEffect>

#define SIP_NO_FILE

/**
* \ingroup 3d
* Material component for QgsPreviewQuad object
*
* \note Not available in Python bindings
* \since QGIS 3.16
*/
class QgsPreviewQuadMaterial : public Qt3DRender::QMaterial
Expand All @@ -40,6 +44,8 @@ class QgsPreviewQuadMaterial : public Qt3DRender::QMaterial
/**
* \ingroup 3d
* Rectangular quad entity used for debugging depth maps
*
* \note Not available in Python bindings
* \since QGIS 3.16
*/
class QgsPreviewQuad : public Qt3DCore::QEntity
Expand Down
4 changes: 4 additions & 0 deletions src/3d/qgsshadowrenderingframegraph.h
Expand Up @@ -43,9 +43,13 @@ class QgsRectangle;
class QgsPostprocessingEntity;
class QgsPreviewQuad;

#define SIP_NO_FILE
/**
* \ingroup 3d
* Container class that holds different objects related to shadow rendering
*
* \note Not available in Python bindings
*
* \since QGIS 3.16
*/
class QgsShadowRenderingFrameGraph
Expand Down

0 comments on commit 4eeb1b6

Please sign in to comment.