diff options
| author | Tim Redfern <tim@eclectronics.org> | 2014-03-11 13:15:31 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2014-03-11 13:15:31 +0000 |
| commit | c81d13d3c2d4a89d9cac3ca54cca69650ec3a52d (patch) | |
| tree | d6c2145c440e5bcd202126b722b8f8cd6be4af81 /test-kinect/src/main.cpp | |
| parent | ac1e8968254cf7810e84c0d90c80c94bc9dcd827 (diff) | |
sizing image library
Diffstat (limited to 'test-kinect/src/main.cpp')
| -rw-r--r-- | test-kinect/src/main.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
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()); +} |
