예제 #1
0
파일: Kinect.cs 프로젝트: air-labs/CVARC
 public Kinect(Body body)
 {
     _robot     = body; //it is so?
     _worldRoot = body.TreeRoot;
     _settings  = new KinectSettings(Angle.FromGrad(120), Angle.FromGrad(120 / 1.35), size, (int)(size / 1.35), 200.0);
 }
예제 #2
0
파일: Kinect.cs 프로젝트: DmitryZyr/CVARC
 public Kinect(Body body) 
 {
     _robot = body; //it is so?
     _worldRoot = body.TreeRoot;
     _settings = new KinectSettings(Angle.FromGrad(120), Angle.FromGrad(120/1.35), size, (int) (size/1.35), 200.0);
 }