diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-02-29 10:45:51 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-02-29 10:45:51 +0000 |
| commit | 189d6fc9b5f1e2d23c73da53a1db508c59d07df1 (patch) | |
| tree | 503a99f78a25874f7f5d80a2e0104e2c084f7822 /src | |
| parent | 2b8bb3fef5762ef6432d672e88d891c249b5c958 (diff) | |
strongbow ready
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cpp | 4 | ||||
| -rw-r--r-- | src/testApp.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index a0adc83..209de67 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -17,8 +17,8 @@ int main( ){ ofAppGlutWindow window; - //ofSetupOpenGL(&window, 2048,768, OF_FULLSCREEN); // <-------- setup the GL context - ofSetupOpenGL(&window, 1024,300, OF_WINDOW); + ofSetupOpenGL(&window, 2048,768, OF_FULLSCREEN); // <-------- setup the GL context + //ofSetupOpenGL(&window, 1024,300, 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)); diff --git a/src/testApp.cpp b/src/testApp.cpp index 7ae3aca..0e6e0d5 100644 --- a/src/testApp.cpp +++ b/src/testApp.cpp @@ -30,7 +30,7 @@ void testApp::setup(){ //ofDisableArbTex(); - mode=CALIBRATE; + mode=DISPLAY; |
