Exemplo n.º 1
0
 // Start is called before the first frame update
 void Start()
 {
     Gloves = new Gloves5DT(Application.dataPath + "/DataGloves/");
     if (transform.tag == "righthand")
     {
         InitializeFingersRight();
     }
     else
     {
         InitializeFingersLeft();
     }
 }
 // Start is called before the first frame update
 void Start()
 {
     Gloves = new Gloves5DT(Application.dataPath + "/DataGloves/");
     vista  = GameObject.FindGameObjectWithTag("vista");
 }