_ = function(p) return p; end; name = _('3 Screen+External 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; } } LEFT_MFCD = { x = 6087; y = 433; width = 403; height = 403; } RIGHT_MFCD = { x = 6634; y = 430; width = 403; height = 403; } UIMainView = Viewports.Center