World-space pose for one tracked XR hand.
More...
#include <XrRig.h>
|
| bool | isValid = false |
| | True when the pose was resolved from valid tracking data.
|
| glm::vec3 | position { 0.0f } |
| | World-space hand position.
|
| glm::quat | orientation { 1.0f, 0.0f, 0.0f, 0.0f } |
| | World-space hand orientation.
|
World-space pose for one tracked XR hand.
Definition at line 20 of file XrRig.h.
◆ isValid
| bool Input::TrackedHandPose::isValid = false |
True when the pose was resolved from valid tracking data.
Definition at line 25 of file XrRig.h.
◆ orientation
| glm::quat Input::TrackedHandPose::orientation { 1.0f, 0.0f, 0.0f, 0.0f } |
World-space hand orientation.
Definition at line 35 of file XrRig.h.
◆ position
| glm::vec3 Input::TrackedHandPose::position { 0.0f } |
World-space hand position.
Definition at line 30 of file XrRig.h.
The documentation for this struct was generated from the following file:
- /home/magerbeton/Documents/gl3-vulkan/Engine/include/Engine/Input/XrRig.h