From 6eb389d8c8b9a6f75e291d359a7708d2944a156d Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 11 Jan 2012 15:08:39 +0000 Subject: added rotation - need to address gimbal lock --- src/testApp.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/testApp.cpp') diff --git a/src/testApp.cpp b/src/testApp.cpp index e7921d4..ab0987b 100644 --- a/src/testApp.cpp +++ b/src/testApp.cpp @@ -23,7 +23,7 @@ void testApp::setup(){ //ofDisableArbTex(); - texture.loadMovie("stripey2.mov"); + texture.loadMovie("gradblend01.mov"); texture.play(); mode=CALIBRATE; @@ -63,7 +63,7 @@ void testApp::draw(){ glPopMatrix(); break; } - views[i].end(); + views[i].end(mode==CALIBRATE); } if (mode==CALIBRATE) { ofSetHexColor(0xFFFFFF); @@ -125,6 +125,7 @@ void testApp::loadSettings(){ } XML.popTag(); } + printf("loaded settings: %i views\n",numViews); } //numViews=2; -- cgit v1.2.3