Mercurial > hg > soniczoomios
view main.mm @ 27:ae4d2c3ce5e0
Details. Zoom trailing finger move sorted. Qs rephrased.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Wed, 13 Feb 2013 17:03:56 +0000 |
parents | 307e5fb699fb |
children | df7c08faf541 |
line wrap: on
line source
#include "ofMain.h" #include "testApp.h" Grid theGridView; // global because it saves PAIN int main(){ ofSetupOpenGL(1024,768, OF_FULLSCREEN); // <-------- setup the GL context ofRunApp(new testApp); }