Monado OpenXR Runtime
|
A tracking system or device origin. More...
#include <xrt/xrt_tracking.h>
Data Fields | |
char | name [XRT_TRACKING_NAME_LEN] |
For debugging. More... | |
enum xrt_tracking_type | type |
What can the state tracker expect from this tracking system. More... | |
struct xrt_pose | offset |
Read and written to by the state-tracker using the device(s) this tracking system is tracking. More... | |
A tracking system or device origin.
char xrt_tracking_origin::name[XRT_TRACKING_NAME_LEN] |
For debugging.
struct xrt_pose xrt_tracking_origin::offset |
Read and written to by the state-tracker using the device(s) this tracking system is tracking.
Referenced by oxr_session_get_view_pose_at().
enum xrt_tracking_type xrt_tracking_origin::type |
What can the state tracker expect from this tracking system.
Referenced by hydra_found().