diff options
| author | Comment <tim@gray.(none)> | 2013-04-30 22:29:33 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-04-30 22:29:33 +0100 |
| commit | b5115001759f0d3bf841a410cfe1881d4954a92b (patch) | |
| tree | 8cfa327ee49f35bf3840f50b39023467a0ba12bc /TRSS_02_rec/src/main.cpp | |
| parent | 525683335ee53c39f8b80ae089b96b3357e776cd (diff) | |
good for recording session
Diffstat (limited to 'TRSS_02_rec/src/main.cpp')
| -rw-r--r-- | TRSS_02_rec/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
