Monado OpenXR Runtime
|
Wrapper around Mercury's parametric hand code, used by Index and OpenGloves to simulate hand tracking. More...
Go to the source code of this file.
Data Structures | |
struct | u_hand_sim_metacarpal |
struct | u_hand_sim_finger |
struct | u_hand_sim_thumb |
struct | u_hand_sim_hand |
Functions | |
void | u_hand_sim_simulate (struct u_hand_sim_hand *hand, struct xrt_hand_joint_set *out_set) |
void | u_hand_sim_simulate_for_valve_index_knuckles (const struct u_hand_tracking_curl_values *values, enum xrt_hand xhand, const struct xrt_space_relation *root_pose, struct xrt_hand_joint_set *out_set) |
void | u_hand_sim_simulate_generic (const struct u_hand_tracking_values *values, enum xrt_hand xhand, const struct xrt_space_relation *root_pose, struct xrt_hand_joint_set *out_set) |
Wrapper around Mercury's parametric hand code, used by Index and OpenGloves to simulate hand tracking.