diff options
| author | Comment <tim@gray.(none)> | 2012-12-10 19:15:12 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2012-12-10 19:15:12 +0000 |
| commit | ec11fe054dedc8c892df1918640fd056f5aebab7 (patch) | |
| tree | d429b8945a556fa1b8af211ee493f4eee512272c /src | |
| parent | 3dbac595be9c2d5e57a62576eb05ec264b994e07 (diff) | |
tigerglass version
Diffstat (limited to 'src')
| -rw-r--r-- | src/testApp.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
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(); |
