2018142096 전준성
(코드)

** 유튜브에서는 one hand 코드만 알려줌 → 양손은??
[ Pycharm 코드]: 코드 참고
[ Unity ]: Pycharm에서 webcam 틀어 놓고 진행 → realtime으로 손의 좌표 전달됨
Point: sphere, scale-모두 0.2
Create material: green(lines), red(points)

need 21 points → copy (a) till (20) → Put all of the points in ‘Points’ (empty obj)
Create ‘Lines’(empty obj) → 우클릭, effects, lines → ‘line’ 생성됨 in ‘Lines’ → drag ‘green’ material
need 21 lines → copy (d)의 line till (20)
Create ‘HandTracking’ C# script: Get data from UDPReceived -> assign to all 21 points
Create “Line Code’
각 point의 숫자에 맞게 line의 이름을 다 수정 ex. line 0-1, line 13-17
각 이름에 맞게 line의 Line Code의 origin과 dest에 해당하는 Point들을 드래그 하여 배정