removed xml shit from the main.cpp
This commit is contained in:
parent
5df657051d
commit
adbe746afc
@ -62,6 +62,4 @@ public:
|
||||
// this should be in xml
|
||||
static string _location;
|
||||
|
||||
ofxCvColorImage colorImg;
|
||||
|
||||
};
|
||||
@ -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());
|
||||
|
||||
}
|
||||
|
||||
@ -42,6 +42,6 @@ protected:
|
||||
bool _show_image, _image_shown;
|
||||
ofImage image1;
|
||||
ofImage image2;
|
||||
|
||||
ofxCvColorImage colorImg;
|
||||
|
||||
};
|
||||
Loading…
x
Reference in New Issue
Block a user