From ec11fe054dedc8c892df1918640fd056f5aebab7 Mon Sep 17 00:00:00 2001 From: Comment Date: Mon, 10 Dec 2012 19:15:12 +0000 Subject: tigerglass version --- src/testApp.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/testApp.cpp') diff --git a/src/testApp.cpp b/src/testApp.cpp index afaaad0..2f822f4 100644 --- a/src/testApp.cpp +++ b/src/testApp.cpp @@ -34,7 +34,7 @@ void testApp::setup(){ //ofDisableArbTex(); - mode=DISPLAY; + mode=CALIBRATE; transTime=0; transition=false; @@ -74,8 +74,8 @@ void testApp::setup(){ //-------------------------------------------------------------- void testApp::update(){ - texture.idleMovie(); - calibrator_label.idleMovie(); + texture.update(); + calibrator_label.update(); //mixAmount=sin(ofGetElapsedTimef())+1.0; doTransition(); @@ -243,7 +243,7 @@ void testApp::draw(){ ofPushMatrix(); ofRotate(90,0,1,0); //calibrator_model.draw(); - ///calibrator_label.draw(0,0); + //calibrator_label.draw(0,0); ofPopMatrix(); unbindTexture(calibrator_label); //texture); // //calibrator_label.getTextureReference().unbind(); -- cgit v1.2.3