summaryrefslogtreecommitdiffstats
path: root/servers/xr/xr_positional_tracker.h
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-01-12 15:24:17 +0100
committerGitHub <noreply@github.com>2022-01-12 15:24:17 +0100
commit585231a17200bec3cf36e9ccbf2b48bf679e2fd4 (patch)
treed99961cbad7a04e8a33d053d055b9f730a5a84dd /servers/xr/xr_positional_tracker.h
parent4e83fbcd145e2b0a7b0382bff6eb97ad64f3e752 (diff)
parentba2bdc478b9eaad99b6c2a3c860e3dc0fe73a1a6 (diff)
downloadredot-engine-585231a17200bec3cf36e9ccbf2b48bf679e2fd4.tar.gz
Merge pull request #56492 from akien-mga/remove-author-docstrings
Diffstat (limited to 'servers/xr/xr_positional_tracker.h')
-rw-r--r--servers/xr/xr_positional_tracker.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/servers/xr/xr_positional_tracker.h b/servers/xr/xr_positional_tracker.h
index 895bcab215..2bcbf2c018 100644
--- a/servers/xr/xr_positional_tracker.h
+++ b/servers/xr/xr_positional_tracker.h
@@ -37,8 +37,6 @@
#include "servers/xr_server.h"
/**
- @author Bastiaan Olij <mux213@gmail.com>
-
The positional tracker object as an object that represents the position and orientation of a tracked object like a controller or headset.
An AR/VR Interface will registered the trackers it manages with our AR/VR server and update its position and orientation.
This is where potentially additional AR/VR interfaces may be active as there are AR/VR SDKs that solely deal with positional tracking.
@@ -99,4 +97,4 @@ public:
VARIANT_ENUM_CAST(XRPositionalTracker::TrackerHand);
-#endif
+#endif // XR_POSITIONAL_TRACKER_H