summaryrefslogtreecommitdiffstats
path: root/src/datavis3d/engine/drawer_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/datavis3d/engine/drawer_p.h')
-rw-r--r--src/datavis3d/engine/drawer_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datavis3d/engine/drawer_p.h b/src/datavis3d/engine/drawer_p.h
index ae2ebc78..3b6a2c49 100644
--- a/src/datavis3d/engine/drawer_p.h
+++ b/src/datavis3d/engine/drawer_p.h
@@ -78,8 +78,8 @@ public:
void setFont(const QFont &font);
void setTransparency(LabelTransparency transparency);
- void drawObject(ShaderHelper *shader, ObjectHelper *object, bool textured = false,
- GLuint textureId = 0);
+ void drawObject(ShaderHelper *shader, ObjectHelper *object, GLuint textureId = 0,
+ GLuint depthTextureId = 0);
void drawLabel(const QDataItem &item, const LabelItem &label,
const QMatrix4x4 &viewmatrix, const QMatrix4x4 &projectionmatrix,
const QVector3D &positionComp, const QVector3D &rotation, GLfloat maxHeight,