summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-02-22 19:14:16 +0000
committerTim Redfern <tim@eclectronics.org>2012-02-22 19:14:16 +0000
commitb3a0d6eb435fc2584466106ef613b99100b0a470 (patch)
tree4c53ff9c81417f13567bebf617f8e48c31696306 /src/main.cpp
parented2d4581aa354d6c4040b061349fbe38f8af5e45 (diff)
model load deom xml and vertigo effect
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index d8de5c8..7391c9e 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -17,7 +17,7 @@
int main( ){
ofAppGlutWindow window;
- ofSetupOpenGL(&window, 1440,900, OF_FULLSCREEN); // <-------- setup the GL context
+ 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!!!