Esempio n. 1
0
 // Use this for initialization
 void Start()
 {
     didChange         = false;
     tuioInput         = new mtConnector(this);
     cameraPixelWidth  = 13.3F;
     cameraPixelHeight = 10;
     Debug.Log("Screen Width: " + cameraPixelWidth + " Screen Height: " + cameraPixelHeight);
 }
Esempio n. 2
0
 // Use this for initialization
 void Start()
 {
     didChange = false;
     tuioInput = new mtConnector(this);
     cameraPixelWidth = 13.3F;
     cameraPixelHeight = 10;
     Debug.Log("Screen Width: " + cameraPixelWidth + " Screen Height: " + cameraPixelHeight);
 }