This website requires JavaScript.
Explore
Help
Sign In
UnrealEngine
/
Plugin
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
685a4341c76da3076dd535cc596486a36408749b
Plugin
/
Source
/
SenseGloveTracking
/
Private
/
SGTracking
T
History
Mamadou Babaei
685a4341c7
fix a critical issue where HandStates->GetTransform(KeyPoint) was incorrectly resolving to (&HandStates[0])->GetTransform(KeyPoint), causing both hands to use the left hand's wrist transform under specific conditions
2025-01-28 14:34:20 +01:00
..
SGGloveTracker.cpp
fix a chain of glove and hand-tracking bugs that render the hand-tracking state invalid at certain times
2024-11-08 12:24:07 +01:00
SGHMDTracker.cpp
fix vive pro detection issues by introducing additional device identifier
2024-08-16 16:37:23 +02:00
SGXRHandState.cpp
migrate away from the deprecated FXRMotionControllerData in favor of FXRMotionControllerState and FXRHandTrackingState on UE 5.5+
2024-10-22 06:42:47 +02:00
SGXRTracker.cpp
fix a critical issue where HandStates->GetTransform(KeyPoint) was incorrectly resolving to (&HandStates[0])->GetTransform(KeyPoint), causing both hands to use the left hand's wrist transform under specific conditions
2025-01-28 14:34:20 +01:00