이상윤

ReadME와 코드 정리

......@@ -38,4 +38,8 @@
+ txt파일 하나마다 한 동작, count를 적용
+ txt파일에 정리된 Kinect 값은 데이터 전처리를 통해 적당하게 움직이도록 미리 제작
### 코드 활용방법
1. Unity를 이용하여 Assets파일 위치에서 Unity Project Open
2. Script폴더에 있는 c#파일들을 Code editor를 이용해 Open
3. Kinect는 Kinect SDK설치 후 USB3.0을 이용하여 연결 (Intel CPU 7세대에서 오류 발생, 8세대 이상 권장)
4. Unity 실행 시 항상 Kinect studio 또는 Configuration 실행 권장
\ No newline at end of file
......
......@@ -31,7 +31,7 @@ public class Move : MonoBehaviour
public bool move = true;
private System.IntPtr kinect;
//lsy
//trainer
public string[] lines;
public string[] lines_right;
public int trainer_i = -1;
......@@ -45,7 +45,7 @@ public class Move : MonoBehaviour
public float trainer_timer = 0;
public bool trainer_other_side = false;
public int trainer_speed = 0;
//lsy end
//trainer ==
public Text AngleLeftKnee;
public Text AngleRightKnee;
......