/// <summary>
 /// Init the Controller
 /// </summary>
 public EyeTrackingController()
 {
     m_samplecallBack = GetSampleCallbackFunction;
     gazeModel = new GazeModel(Screen.width, Screen.height);
 }
Example #2
0
 /// <summary>
 /// Init the Controller
 /// </summary>
 public EyeTrackingController()
 {
     m_samplecallBack = GetSampleCallbackFunction;
     gazeModel        = new GazeModel(Screen.width, Screen.height);
 }