From c81d13d3c2d4a89d9cac3ca54cca69650ec3a52d Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 11 Mar 2014 13:15:31 +0000 Subject: sizing image library --- test-kinect/src/main.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test-kinect/src/main.cpp (limited to 'test-kinect/src/main.cpp') diff --git a/test-kinect/src/main.cpp b/test-kinect/src/main.cpp new file mode 100644 index 0000000..1fa9125 --- /dev/null +++ b/test-kinect/src/main.cpp @@ -0,0 +1,6 @@ +#include "ofApp.h" + +int main() { + ofSetupOpenGL(1600, 900, OF_WINDOW); + ofRunApp(new ofApp()); +} -- cgit v1.2.3