From adbe746afcfe6e18b2e07fab14ae4cca281ee060 Mon Sep 17 00:00:00 2001 From: Jamie Allen Date: Tue, 21 Feb 2012 16:56:38 +0100 Subject: [PATCH] removed xml shit from the main.cpp --- example/RefractiveIndex.h | 2 -- example/main.cpp | 4 +++- src/ShadowScapesAnalysis.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/example/RefractiveIndex.h b/example/RefractiveIndex.h index f796612..f1f1f1d 100644 --- a/example/RefractiveIndex.h +++ b/example/RefractiveIndex.h @@ -62,6 +62,4 @@ public: // this should be in xml static string _location; - ofxCvColorImage colorImg; - }; \ No newline at end of file diff --git a/example/main.cpp b/example/main.cpp index b7d310c..100210b 100755 --- a/example/main.cpp +++ b/example/main.cpp @@ -7,11 +7,12 @@ ////also the new shit//// int main() { + ofAppGlutWindow window; bool fullscreen; - //fullscreen = true; + fullscreen = true; fullscreen = false; @@ -25,4 +26,5 @@ int main() { ofSetupOpenGL(&window, SCREEN_WIDTH, SCREEN_HEIGHT, (fullscreen ? OF_FULLSCREEN : OF_WINDOW)); ofRunApp(new RefractiveIndex()); + } diff --git a/src/ShadowScapesAnalysis.h b/src/ShadowScapesAnalysis.h index b649ab0..aada4a3 100755 --- a/src/ShadowScapesAnalysis.h +++ b/src/ShadowScapesAnalysis.h @@ -42,6 +42,6 @@ protected: bool _show_image, _image_shown; ofImage image1; ofImage image2; - + ofxCvColorImage colorImg; }; \ No newline at end of file