-
This patch release addresses a critical issue backported from the upcoming `2.4.x` release to `2.3.x`.
released this
2025-01-28 14:22:08 +00:00 | 276 commits to master since this releaseFixed
- Fix a critical issue backported from the upcoming
2.4.xrelease whereHandStates->GetTransform(KeyPoint)was incorrectly resolving to(&HandStates[0])->GetTransform(KeyPoint), causing both hands to use the left hand's wrist transform under specific conditions. This occurred when thebFallbackToHandTrackingIfNoGloveDetectedoption was enabled, two gloves were present, and no hardware wrist-tracking device was active, resulting in both hands overlapping at the same transform.
Downloads
- Fix a critical issue backported from the upcoming