_ = function(p) return p; end;
name = _('MFCD');
Description = 'Left MFCD on the left monitor,Right MFCD on the right and camera on the center'
Viewports =
{
Center =
{
x = What here?;
y = 0;
width = 1920;
height = 1200;
viewDx = 0;
viewDy = 0;
aspect = 1.6;
}
}
LEFT_MFCD =
{
x = 960;
y = 120;
width = 960;
height = 960;
}
RIGHT_MFCD =
{
x = 1920;
y = 120;
width = 960;
height = 960;
}
Gets the MFCD's on the right position, but no matter what x I set for Center, it starts from the middle of the center screen. Any ideas? Or is this just not possible with 3 screens? I've tried the figures I can think of, but I'm getting nowhere.