I want to use a 16×9 projector. I would like to have the SARndbox place the sandbox projection to the left of the screen and have the black bar to the right. So my projector is 1280×720 and I want
to show a sandbox of 960×720 on the left of the window and have a piece 360×720 off to the right in the same window which is full screen. I think I can accomplish this in the CalibrateProjcetor.cpp by
changing the image size to 960×720 and passing in the second arg to glOrtho as 1280. This seems to do what I want. But I have not found where I would then do this for the SARndbox code to match.
Thanks for any info that might help.
Michael