view 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
line wrap: on
line source
#include "ofMain.h"
#include "testApp.h"
#include "globalForces.h"

GlobalForces globalForces;
GlobalUI globalUI;

int main(){
	//ofSetupOpenGL(480,320, OF_FULLSCREEN);			// <-------- setup the GL context
    ofSetupOpenGL(1024,768, OF_FULLSCREEN);	
	ofRunApp(new testApp);

}