Example #1
0
 public override void UpdateScreenData()
 {
     Profile = NvrProfile.GetKnownProfile(NvrViewer.Instance.ScreenSize, NvrViewer.Instance.ViewerType);
     ComputeEyesFromProfile(1, 2000);
     profileChanged = true;
 }