コード例 #1
0
    void Start()
    {
        saverPlayer = KinectRecorderPlayer.Instance;

        sensorData    = KinectManager.Instance.GetSensorData();
        kinectToWorld = KinectManager.Instance.GetKinectToWorldMatrix();
        bodyFrame     = new KinectInterop.BodyFrameData(sensorData.bodyCount, KinectInterop.Constants.MaxJointCount);
    }
 public void ChangeFile()
 {
     recorder = KinectRecorderPlayer.Instance;
     //recorder.filePath = "Assets/Resources/Movimientos/" + Movimiento + ".txt";
     recorder.filePath = Movimiento;
 }
コード例 #3
0
    // ----- end of public functions -----

    void Awake()
    {
        instance = this;
    }
コード例 #4
0
 // ----- end of public functions -----
 void Awake()
 {
     instance = this;
 }
 void Start()
 {
     saverPlayer = KinectRecorderPlayer.Instance;
 }
コード例 #6
0
	void Start()
	{
		saverPlayer = KinectRecorderPlayer.Instance;
	}