summaryrefslogtreecommitdiffstats
path: root/src/runtime/q3dstextmesh_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/q3dstextmesh_p.h')
-rw-r--r--src/runtime/q3dstextmesh_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/runtime/q3dstextmesh_p.h b/src/runtime/q3dstextmesh_p.h
index 69b07a3..b68ecc9 100644
--- a/src/runtime/q3dstextmesh_p.h
+++ b/src/runtime/q3dstextmesh_p.h
@@ -56,7 +56,8 @@ public:
explicit Q3DSTextMesh(Qt3DCore::QNode *parent = nullptr);
~Q3DSTextMesh() override;
- void setVertexes(const QVector<float> &vertexes);
+ void setVertexes(const QVector<float> &vertexes,
+ bool dropShadow);
private:
Qt3DRender::QGeometry *m_geometry;