Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. _ = function(p) return p; end;
  2. name = _('v1MFCD Izquierdo');
  3. Description = 'Left MFCD on the left monitor,Right MFCD on the right and camera on the center'
  4. Viewports =
  5. {
  6. Center =
  7. {
  8. x = 0;
  9. y = 0;
  10. width = 1920;
  11. height = 1080;
  12. viewDx = 0;
  13. viewDy = 0;
  14. aspect = screen.aspect / 1.7;
  15. }
  16. }
  17.  
  18. LEFT_MFCD =
  19. {
  20. x = 1920;
  21. y = 246;
  22. width = 834;
  23. height = 834;
  24. }
  25.  
  26. RIGHT_MFCD =
  27. {
  28. x = 2754;
  29. y = 246;
  30. width = 834;
  31. height = 834;
  32. }
  33.  
  34. UIMainView = Viewports.Center
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement