summaryrefslogtreecommitdiffstats
path: root/src/quick3d/quick3drender/items/quick3dscreenraycaster_p_p.h
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2020-07-16 13:35:15 +0100
committerMike Krus <mike.krus@kdab.com>2020-07-30 12:02:39 +0100
commiteb728b5501f0ffb61ca4916ff5975c496ab98970 (patch)
tree3c2652354b99e057460455ba94e478410c19b4df /src/quick3d/quick3drender/items/quick3dscreenraycaster_p_p.h
parent3411f202fdfd6e3c69421ae143013920a65704ee (diff)
Add support for synchronous picking
World space and screen space raycasters gain method to do a pick query synchronously, returning the list of hits. Change-Id: I41cc3940b8d97c3619456d76127841907a9170cb Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/quick3d/quick3drender/items/quick3dscreenraycaster_p_p.h')
-rw-r--r--src/quick3d/quick3drender/items/quick3dscreenraycaster_p_p.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/quick3d/quick3drender/items/quick3dscreenraycaster_p_p.h b/src/quick3d/quick3drender/items/quick3dscreenraycaster_p_p.h
index ad5d0b941..e84430a7b 100644
--- a/src/quick3d/quick3drender/items/quick3dscreenraycaster_p_p.h
+++ b/src/quick3d/quick3drender/items/quick3dscreenraycaster_p_p.h
@@ -71,11 +71,6 @@ class Q_3DQUICKRENDERSHARED_PRIVATE_EXPORT Quick3DScreenRayCasterPrivate : publi
public:
explicit Quick3DScreenRayCasterPrivate() : QAbstractRayCasterPrivate() { }
- QJSValue m_jsHits;
- QQmlEngine *m_engine = nullptr;
-
- void dispatchHits(const QAbstractRayCaster::Hits &hits) override;
-
Q_DECLARE_PUBLIC(Quick3DScreenRayCaster)
};