summaryrefslogtreecommitdiffstats
path: root/src/render/picking/qpicktriangleevent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/picking/qpicktriangleevent.cpp')
-rw-r--r--src/render/picking/qpicktriangleevent.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/render/picking/qpicktriangleevent.cpp b/src/render/picking/qpicktriangleevent.cpp
index 2a4cdfea2..cde7a4952 100644
--- a/src/render/picking/qpicktriangleevent.cpp
+++ b/src/render/picking/qpicktriangleevent.cpp
@@ -236,6 +236,13 @@ uint QPickTriangleEvent::vertex3Index() const
return d->m_vertex3Index;
}
+/*!
+ \property Qt3DRender::QPickTriangleEvent::uvw
+
+*/
+/*!
+ Returns the 3D coordinates u,v, and w.
+*/
QVector3D QPickTriangleEvent::uvw() const
{
Q_D(const QPickTriangleEvent);