13 class DistanceMeasureModel;
14 class PointMeasureModel;
21 XrActionSet actionSet{ XR_NULL_HANDLE };
22 XrAction triggerAAction{ XR_NULL_HANDLE };
23 XrAction triggerBAction{ XR_NULL_HANDLE };
24 XrAction poseAction{ XR_NULL_HANDLE };
25 XrAction joystickAction{ XR_NULL_HANDLE };
26 XrAction vibrateAction{ XR_NULL_HANDLE };
27 XrAction quitAction{ XR_NULL_HANDLE };
28 std::array<XrPath, XRSide::COUNT> handSubactionPath;
29 std::array<XrSpace, XRSide::COUNT> handSpace;
30 std::array<float, XRSide::COUNT> handScale = { {1.0f, 1.0f} };
31 std::array<XrBool32, XRSide::COUNT> handActive;
Provides a modifiable pointer that has shared ownership of a dynamically allocated object.
Definition Pointer.hpp:320
Definition Matrix.hpp:176
A wrapper around DesignObjectLookup that provides signal and slot functionality and adds rendering ca...
Definition QTModelManager.h:105
A fixed-size array with better performance compared to dynamic containers.
Definition Vector.hpp:60
uint8_t uint01
-Defines an alias representing a 1 byte, unsigned integer -Can represent exact integer values 0 throu...
Definition BaseValues.hpp:80
double fltp08
Defines an alias representing an 8 byte floating-point number.
Definition BaseValues.hpp:149