Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
Input::TrackedHandPose Struct Reference

World-space pose for one tracked XR hand. More...

#include <XrRig.h>

Public Attributes

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.

Detailed Description

World-space pose for one tracked XR hand.

Definition at line 20 of file XrRig.h.

Member Data Documentation

◆ 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