Mercurial > hg > wabletios
annotate main.mm @ 0:c667dfe12d47
OK. Ther real deal.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Mon, 19 Nov 2012 13:00:42 +0000 |
parents | |
children | d5758530a039 |
rev | line source |
---|---|
rt300@0 | 1 #include "ofMain.h" |
rt300@0 | 2 #include "testApp.h" |
rt300@0 | 3 #include "globalForces.h" |
rt300@0 | 4 |
rt300@0 | 5 GlobalForces globalForces; |
rt300@0 | 6 GlobalUI globalUI; |
rt300@0 | 7 |
rt300@0 | 8 int main(){ |
rt300@0 | 9 //ofSetupOpenGL(480,320, OF_FULLSCREEN); // <-------- setup the GL context |
rt300@0 | 10 ofSetupOpenGL(1024,768, OF_FULLSCREEN); |
rt300@0 | 11 ofRunApp(new testApp); |
rt300@0 | 12 |
rt300@0 | 13 } |