コード例 #1
0
ファイル: UserViewModel.cs プロジェクト: atosorigin/Kinect
 private void AddSelfTouchGesture(Point3D correction)
 {
     _user.AddSelfTouchGesture(correction, JointID.HandLeft, JointID.ShoulderRight).SelfTouchDetected +=
         SelfTouch;
     Trace.Write(string.Format("Correction {0}", correction.GetDebugString()));
 }