We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700b05d commit 709b505Copy full SHA for 709b505
KinectHandler/KinectWrapper.h
@@ -214,11 +214,11 @@ class KinectWrapper
214
{JointSpineWaist, JointType_SpineBase},
215
{JointHipLeft, JointType_HipLeft},
216
{JointKneeLeft, JointType_KneeLeft},
217
- {JointFootLeft, JointType_FootLeft},
+ {JointFootLeft, JointType_AnkleLeft},
218
{JointFootTipLeft, JointType_FootLeft},
219
{JointHipRight, JointType_HipRight},
220
{JointKneeRight, JointType_KneeRight},
221
- {JointFootRight, JointType_FootRight},
+ {JointFootRight, JointType_AnkleRight},
222
{JointFootTipRight, JointType_FootRight},
223
};
224
0 commit comments