From b5115001759f0d3bf841a410cfe1881d4954a92b Mon Sep 17 00:00:00 2001 From: Comment Date: Tue, 30 Apr 2013 22:29:33 +0100 Subject: good for recording session --- TRSS_02_rec/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TRSS_02_rec/src/main.cpp') diff --git a/TRSS_02_rec/src/main.cpp b/TRSS_02_rec/src/main.cpp index ddc05ed..87dc35f 100644 --- a/TRSS_02_rec/src/main.cpp +++ b/TRSS_02_rec/src/main.cpp @@ -7,7 +7,7 @@ int main( ){ ofAppGlutWindow window; - ofSetupOpenGL(&window, 640*2,480*2, OF_WINDOW); // <-------- setup the GL context + ofSetupOpenGL(&window, 1600,900, OF_FULLSCREEN); // <-------- setup the GL context // this kicks off the running of my app // can be OF_WINDOW or OF_FULLSCREEN -- cgit v1.2.3