mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
u/hand: Remove unused field
When we need this enum we can add it back in the xrt headers.
This commit is contained in:
parent
531b10fa4c
commit
191ca7dbfd
|
@ -19,22 +19,6 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*!
|
|
||||||
* The hand tracking model being used.
|
|
||||||
*
|
|
||||||
* XRT_HAND_TRACKING_MODEL_INTRINSIC for devices that measure hand tracking through sensors, ie gloves and knuckles
|
|
||||||
* XRT_HAND_TRACKING_MODEL_EXTRINSIC for devices that measure hand tracking through external factors like cameras
|
|
||||||
*
|
|
||||||
* @ingroup aux_util
|
|
||||||
*/
|
|
||||||
// enum u_hand_tracking_model
|
|
||||||
// {
|
|
||||||
// XRT_HAND_TRACKING_MODEL_INTRINSIC,
|
|
||||||
// XRT_HAND_TRACKING_MODEL_EXTRINSIC,
|
|
||||||
// };
|
|
||||||
|
|
||||||
struct u_hand_sim_metacarpal
|
struct u_hand_sim_metacarpal
|
||||||
{
|
{
|
||||||
struct xrt_vec2 swing;
|
struct xrt_vec2 swing;
|
||||||
|
|
|
@ -18,20 +18,6 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/*!
|
|
||||||
* The hand tracking model being used.
|
|
||||||
*
|
|
||||||
* XRT_HAND_TRACKING_MODEL_INTRINSIC for devices that measure hand tracking through sensors, ie gloves and knuckles
|
|
||||||
* XRT_HAND_TRACKING_MODEL_EXTRINSIC for devices that measure hand tracking through external factors like cameras
|
|
||||||
*
|
|
||||||
* @ingroup aux_util
|
|
||||||
*/
|
|
||||||
enum u_hand_tracking_model
|
|
||||||
{
|
|
||||||
XRT_HAND_TRACKING_MODEL_INTRINSIC,
|
|
||||||
XRT_HAND_TRACKING_MODEL_EXTRINSIC,
|
|
||||||
};
|
|
||||||
|
|
||||||
struct u_hand_tracking_finger_value
|
struct u_hand_tracking_finger_value
|
||||||
{
|
{
|
||||||
float splay;
|
float splay;
|
||||||
|
@ -108,7 +94,6 @@ struct u_hand_tracking
|
||||||
// scales dimensions like bone lengths
|
// scales dimensions like bone lengths
|
||||||
float scale;
|
float scale;
|
||||||
|
|
||||||
enum u_hand_tracking_model model;
|
|
||||||
union {
|
union {
|
||||||
struct u_hand_tracking_values finger_values;
|
struct u_hand_tracking_values finger_values;
|
||||||
} model_data;
|
} model_data;
|
||||||
|
|
Loading…
Reference in a new issue