Exemplo n.º 1
0
 // read thread
 private void read_vr()
 {
     try
     {
         while (appstart)
         {
             vrController.VelocityThread2();
         }
         //Debug.Log("1");
     }
     catch (Exception e)
     {
         Debug.Log(e);
         Debug.Log("[VR] VRStream terminated in VRStream::read_VR()");
         Console.WriteLine("[VR] VRStream terminated in VRStream::read_VR().");
     }
 }