_ = function(p) return p; end; name = _('3 Screen+NO MFDs'); Description = 'Configuration with 3 identical monitors each with its own camera' Viewports = { Left = { x = 0; y = 0; width = 1920; height = 1080; viewDx = -1; viewDy = 0; aspect = 1920 / 1080; }, Center = { x = 1920; y = 0; width = 1920; height = 1080; viewDx = 0; viewDy = 0; aspect = 1920 / 1080; }, Right = { x = 3840; y = 0; width = 1920; height = 1080; viewDx = 1; viewDy = 0; aspect = 1920 / 1080; } } UIMainView = Viewports.Center