revamp the GetControllerOrientationAndPosition and GetWristTransform to use the same caluclations and get rid of bMotionSourceHandTracking in senseglove joint calculations

This commit is contained in:
Mamadou Babaei
2024-06-14 05:51:30 +02:00
parent 0bda89497d
commit 5411669082
2 changed files with 423 additions and 436 deletions
File diff suppressed because it is too large Load Diff
@@ -54,11 +54,6 @@ class SENSEGLOVETRACKING_API FSGXRTracker final : public IOpenXRExtensionPlugin,
public FXRMotionControllerBase,
public IHandTracker
{
/**
* Parses the enum name removing the prefix.
*/
static FName ParseEOpenXRHandKeypointEnumName(const FName& EnumName);
private:
struct FImpl;