summaryrefslogtreecommitdiffstats
path: root/scene/3d/arvr_nodes.h
diff options
context:
space:
mode:
authorBastiaan Olij <mux213@gmail.com>2017-09-10 16:15:11 +1000
committerBastiaan Olij <mux213@gmail.com>2017-09-10 16:25:12 +1000
commitde309c426d046eda186dde39e81e2630851f4d0a (patch)
tree04b84661caaae80b0d7b9871725df2a3f7d2fb55 /scene/3d/arvr_nodes.h
parentd1cb73b47a17de830d9474026ffa7b3587cfbc68 (diff)
downloadredot-engine-de309c426d046eda186dde39e81e2630851f4d0a.tar.gz
Added ID to tracker signals and property for storing hand
Diffstat (limited to 'scene/3d/arvr_nodes.h')
-rw-r--r--scene/3d/arvr_nodes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/3d/arvr_nodes.h b/scene/3d/arvr_nodes.h
index 4c14be71b5..5269ec0248 100644
--- a/scene/3d/arvr_nodes.h
+++ b/scene/3d/arvr_nodes.h
@@ -33,6 +33,7 @@
#include "scene/3d/camera.h"
#include "scene/3d/spatial.h"
+#include "servers/arvr/arvr_positional_tracker.h"
/**
@author Bastiaan Olij <mux213@gmail.com>
@@ -84,6 +85,7 @@ public:
float get_joystick_axis(int p_axis) const;
bool get_is_active() const;
+ ARVRPositionalTracker::TrackerHand get_hand() const;
String get_configuration_warning() const;