-
- Downloads
[OpenXRInput] Fix the creation of the XrSpace for hand tracking
The XrSpace used to compute the pose of the hands are attached to PoseActions, and so there is no need to create an XrSpace per interaction profil. But, an XrAction is attached to an XrActionSet. Consequently, XrSpaces must be created and attached to each XrActionSet.
Showing
- src/HardwareSet/OpenXRSet/OpenXRInput.cpp 51 additions, 34 deletionssrc/HardwareSet/OpenXRSet/OpenXRInput.cpp
- src/HardwareSet/OpenXRSet/OpenXRInput.hpp 17 additions, 10 deletionssrc/HardwareSet/OpenXRSet/OpenXRInput.hpp
- src/HardwareSet/OpenXRSet/OpenXRSet.cpp 9 additions, 9 deletionssrc/HardwareSet/OpenXRSet/OpenXRSet.cpp
- src/HardwareSet/OpenXRSet/OpenXR_helpers.cpp 64 additions, 50 deletionssrc/HardwareSet/OpenXRSet/OpenXR_helpers.cpp
- src/HardwareSet/OpenXRSet/OpenXR_helpers.hpp 4 additions, 7 deletionssrc/HardwareSet/OpenXRSet/OpenXR_helpers.hpp
Loading
Please register or sign in to comment