diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-01-11 10:12:47 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-01-11 10:12:47 +0000 |
| commit | 6489954270c6e5ee0e7968de04cd6e865cb7e8b3 (patch) | |
| tree | 78d9d06f45bcf342acc6984af8aaf0e08ed1dfc9 /src/main.cpp | |
| parent | 18005f2b5b2aa61b4afa0964b60062fa63abfa06 (diff) | |
1st sucessful demo
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 9527ea6..e9b2ef4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -17,7 +17,8 @@ int main( ){ ofAppGlutWindow window; - ofSetupOpenGL(&window, 1600,480, OF_FULLSCREEN); // <-------- setup the GL context + ofSetupOpenGL(&window, 2048,768, OF_FULLSCREEN); // <-------- setup the GL context + //ofSetupOpenGL(&window, 800,400, OF_WINDOW); glutIgnoreKeyRepeat(1); glutSetKeyRepeat(GLUT_KEY_REPEAT_OFF); //these don't work!!! printf("key repeat ignore: %i\n",glutDeviceGet(GLUT_DEVICE_IGNORE_KEY_REPEAT)); |
